Hi,
I have a requirement where they will post a data to a service where I need to extract the payload and do some other stuff.
The data looks like this,
<soap:Envelope xmlns:soap=“http://www.w3.org/..../../soap-envelope” xmlns:aaf=“http://abc.com”>
soap:Header/
soap:Body
aaf:Dispatch
aaf:strXmlxmlpayload will be here</aaf:strXml>
</aaf:Dispatch>
</soap:Body>
</soap:Envelope>
The thing is that I dont need the soap wrapper…I only need the payload which is present. I need to extract the payload. How can I achieve this. Please let me know…I am very new to this soap envelopes.
#webMethods#soa#API-Management