SOAP Header

Posted by ankitshukla on 08-Jul-2015 00:36

Can someone help me out how to create SOAP Header in open edge 10.2b with web service calling?

I need to create this header with the soap request.

<soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsa:Action>http://tempuri.org/IServiceFinderQuery/GetDomesticTransitTimeForPinCodeandProduct</wsa:Action></soap:Header>

All Replies

Posted by Alex Herbstritt on 08-Jul-2015 08:01

Here is a documentation page from 10.2B: Creating and managing SOAP message headers

The section "Using a client-created SOAP request header" includes an example procedure that creates a soap header from scratch.

I hope that this helps.

Posted by Alex Herbstritt on 08-Jul-2015 08:10

I had the wrong target for the link in the previous post. I have fixed the post but if you click through on an email it will not be updated. Here is the fixed link: Creating and managing SOAP message headers

Creating and managing SOAP message headers
Creating and managing SOAP message headers

This thread is closed