#1 2023-09-07 15:20:18

g_garzotto
Member
Registered: 2023-09-07
Posts: 2

Read entire body of a POST call from server

I have defined a method based service.

I need to perform a POST call from a client (initially Postman, in production will be an Angular application).

I would  like to read entire body of the call, that will contain a complex JSON that I need to parse.

How can do it ?

Thanks in advice

Offline

#2 2023-09-07 15:24:29

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,243
Website

Re: Read entire body of a POST call from server

You have everything you need in the context object fields.

Offline

#3 2023-09-07 15:37:47

g_garzotto
Member
Registered: 2023-09-07
Posts: 2

Re: Read entire body of a POST call from server

Yes, one minute after submit I found what I need in another post.

Ctxt.Call.InBody solve all my needs.

Thanks

Offline

Board footer

Powered by FluxBB