I am trying to send a POST request to a SOAP API.
I have tested the request with POSTMAN and get return code 200.
When I do the same with Powerbuilder I get code 415.
I have compared the requests using Fiddler and they look exactly the same.
Same Headers, record length and body.
The Content-Type is application/soap+xml in both cases.
I have tried other content-Types - but always the same error 415.
So where can PB be different?
Where else can I look?
Any help would be appreciated.