How can we know the BodyFormat of the HTTP Request activity?

Hello,

I am using HTTP Request to invoke a request, but I do not know what the BodyFormat should be.

How can I know it from a specific web service wsdl?

image

the wsdl will tell you the format.

mmmm yes i know but where can i find the format? thanks!!

well since i cant see your wsdl i cant tell you, but format will be json or xml most likely, then just call it once and you will for sure know what it is…