cancel
Showing results for 
Search instead for 
Did you mean: 

what is soap actions and where we use?

Former Member
0 Kudos

can any one give me any links or answer for this.

Thanks in Advance & Regards

Vinodh Machi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member237514
Participant
0 Kudos

Hi Vinodh,

A small requirement example like

Client create one WSDL and give to us for pushing the data.In that wsdl they are maintain number of web services (for example :Material details,customer details,stock details) this all three maintain in single wsdl.that wsdl url give to us for pushing the data.

So for pushing the data we need to separation for this web services in that wsdl using SOAP action .For each and every web services have(soap action for material,customer,stock).then based on our requirement we need to pickparticular the soap action .that soap action we need to maintain in communication channel level.then push the data to that client URL.

kindly find the below screen shot fyi.

Thanks

Kavitha

Harish
Active Contributor
0 Kudos

Hi Vinodh,

The details are easily available in internet and simple scn/google search can give you the details.

Unraveling the Mystery of SOAPAction

The SOAPAction HTTP request header field can be used to indicate the intent of the SOAP HTTP request. The value is a URI identifying the intent. SOAP places no restrictions on the format or specificity of the URI or that it is resolvable. An HTTP client MUST use this header field when issuing a SOAP HTTP Request.