Hi,
I have to do a SOAP request to an API inside a workspace and I have to use Digest Authentication.
The URL is in HTTPS protocol, I have a "SOAPAction" header and a body with a text/xml Content-Type. Inside the HTTPCaller I checked the "Use Authentication" box and entered the right credentials.
I also use Fiddler on the same machine to see which request is sent.
So, my problem is that i get a 500 internal server error because "there is no body, SOAP XML message". It's weird cause i really have the specified body, but when i see it in Fiddler, there is indeed no body, there's just the headers.
The thing is, when i use a Basic Authentication, the problem is not there, a body is present in the request... (of course the request is then rejected because of the wrong authentication though).
What am I missing in the configuration of this transformer ?
Thank you for your answers !