Hi There,
I need to send a SOAP request using HTTP to a link. The link is not a valid web service, can only accept a valid
xml document.
I’ve created SOAP Header and Message body according to their WSDL. I suppose the Soap Header and body will combine together if i use the SOAP adapter to send to a web service. Since i can only use the HTTP, then the message should be created before sending it out.
Well, i think i can use multi-part message, but how can i wrap the whole message using <soapenv:Envelope>.
Or should i create an C# Class project, to create a whole valid SOAP message by passing the Header and Body as parameters?
Can anyone show me the direction.
Thanks Heaps,
Merry