Hi,
how to create soap data with the following structure…?
<?xml version="1.0" encoding="utf-8"?><soapenv::Envelope xmlns:soapenv:=“[URL=“http://schemas.xmlsoap.org/soap/envelope/”]http://schemas.xmlsoap.org/soap/envelope/[/URL]” xmlns:urn=“urn:enterprise.soap.yahoo.com”
xmlns:urn1=“urn:sobject.enterprise.soap.yahoo.com”
xmlns:xsi=“[URL=“http://www.w3.org/2001/XMLSchema-instance”]http://www.w3.org/2001/XMLSchema-instance[/URL]”>
soapenv::Body
</soapenv::Body>
</soapenv::Envelope>
My reqmnt is to send the following structure as SOAP Msg to the destination.
while iam using the service wm.public.utils:createSOAPData
iam getting the following structure by default
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“[URL=“http://schemas.xmlsoap.org/soap/envelope/”]http://schemas.xmlsoap.org/soap/envelope/[/URL]” xmlns:SOAP-ENC=“[URL=“http://schemas.xmlsoap.org/soap/encoding/”]http://schemas.xmlsoap.org/soap/encoding/[/URL]”
xmlns:xsd=“[URL=“XML Schema”]http://www.w3.org/2001/XMLSchema[/URL]”
xmlns:xsi=“[URL=“http://www.w3.org/2001/XMLSchema-instance”]http://www.w3.org/2001/XMLSchema-instance[/URL]”>
SOAP-ENV:Body
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>