Soap Action header not populating

I have created one SOAP passthrough proxy with WSDL, it has mandatory header soap action for every operation. OSB SOAP service its populating this value automatically when we send request but why apigee not populating SOAP Action header when we create service from WSDL?.

I am adding soap action header manually in my proxy .. is there any other way to do it ?.

0 1 255
1 REPLY 1

I think you need to do it manually. (The way you're doing it)

It sounds like there's an opportunity to enhance the WSDL Import tool so that it does the right thing with the SOAPAction header.

You may want to look at the source of the tool to see if you can diagnose it further. Or even suggest a fix with a pull request.

@srinandans - maybe you have some better ideas.