I've managed to do it except adding the second ns declaration in Envelope tag: xmlns:ns="http://ws.asg.abc.de/
ESQL code for it:
set OutputRoot.XMLNS.sp_soap:Envelope.(XML.NamespaceDecl)xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/';
set OutputRoot.XMLNS.sp_soap:Envelope.Header NAMESPACE=sp_soap;
set OutputRoot.XMLNS.sp_soap:Envelope.sp_soap:Header.sp_wsse:Security.(XML.NamespaceDecl)xmlns:wsse = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd';
.....
Do any one know, how to do it?
set OutputRoot.XMLNS.sp_soap:Envelope.(XML.NamespaceDecl)xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/';
set OutputRoot.XMLNS.sp_soap:Envelope.(XML.NamespaceDecl)xmlns:ns = 'http://ws.asg.abc.de/';
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