Skip to Content
0
Former Member
Jan 17, 2008 at 03:01 PM

change element in soap header

506 Views

hello,

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- http://schemas.xmlsoap.org/soap/envelope/" xmlns:SAP=" http://sap.com/xi/XI/Message/30">

- <SOAP:Header>

- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu=" http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">

<SAP:MessageClass>ApplicationMessage</SAP:MessageClass>

<SAP:ProcessingMode>synchronous</SAP:ProcessingMode>

<SAP:MessageId>79630070-BC27-11DC-BD4F-0017A4106568</SAP:MessageId>

<SAP:TimeSent>2008-01-06T07:17:46Z</SAP:TimeSent>

i sent the message in HTTPS,

the problem is the target system can't get SOAP:mustUnderstand="1", the target system can get only SOAP:mustUnderstand="0"

how can i change SOAP:mustUnderstand="1" to SOAP:mustUnderstand="0"

thanks,

Shelly