Posted: Sat Mar 31, 2007 8:46 am Post subject: How to Attach a SOAP Header in InPut Message ?
Newbie
Joined: 31 Mar 2007 Posts: 1
Hi,
I facing problem in my esql code. I add a soap header in my message. But Problem is how i add my input message to that header so that i get soap message in output.
Below i send my sample input message
<?xml version="1.0" encoding="windows-1252"?>
<Abc:xyz xmlns:Abc="http://datamodel.ecmservice.Abc.com/bdm/ecm/ClientService" xmlns:ns1="http://datamodel.ecmservice.Abc.com/bdm/ecm/InsuredOrPrincipal" xmlns:ns10="http://datamodel.ecmservice.Abc.com/bdm/ecm/OtherIdentifier" xmlns:ns11="http://datamodel.ecmservice.Abc.com/bdm/ecm/PersonInfo"
<ns36:ClientServiceRequest>
<ns32:Message>
<ns34:MessageType>ClientUpdate</ns34:MessageType>
<ns34:Source>A1</ns34:Source>
</ns32:Message>
</ns12:CommunicationsInfo>
</ns1:GeneralPartyInfo>
</ns32:InsuredOrPrincipal>
</ns36:ClientServiceRequest>
</Abc:xyz>
SET OutputRoot.XMLNS.soapenv:Envelope.(XML.NamespaceDecl)xmlns:soapenv = soapenv;
SET OutputRoot.XMLNS.soapenv:Envelope.(XML.NamespaceDecl)xmlns:soapenc = soapenc;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum