while sending the xml request in amadeus web service, I am getting the soap header error like
soap:Client 12|Presentation|soap message header incorrectSI:muxDZ2
My xml header is as
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://ift.tt/sVJIaE" xmlns:xsd="http://ift.tt/tphNwY" xmlns:xsi="http://ift.tt/ra1lAU"><soap:Header>
<ses:Session xmlns:ses="http://ift.tt/1rq9nIN" TransactionStatusCode="Start"/> <add:MessageID xmlns:add="http://ift.tt/HKXHai">4100fcc3-42fa-c7a2-228c-4455aeae87</add:MessageID>
<add:Action xmlns:add="http://ift.tt/HKXHai">http://ift.tt/1uDawe2; <add:To xmlns:add="http://ift.tt/HKXHai">http://ift.tt/1slin3h;
<link:TransactionFlowLink xmlns:link="http://ift.tt/1rq9pAq"/>
<oas:Security xmlns:oas="http://ift.tt/LRW8Ij"><oas:UsernameToken xmlns:oas1="http://ift.tt/Hm2joJ" oas1:Id="UsernameToken-1">
<oas:Username>WSBEOBEL</oas:Username><oas:Nonce EncodingType="http://ift.tt/14yUvuM">WzF3TjNyZjs=</oas:Nonce>
<oas:Password Type="http://ift.tt/1qYM1al">nyM/EBARvItSTcBjnfu0A+hlqP4=</oas:Password>
<oas1:Created>2014-09-23T04:48:36.266Z</oas1:Created></oas:UsernameToken>
</oas:Security>
<AMA_SecurityHostedUser xmlns="http://ift.tt/1rq9pAk"><UserID AgentDutyCode="SU" POS_Type="1" PseudoCityCode="DXBAD38WA" RequestorType="U"/>
</AMA_SecurityHostedUser>
Response
<soap:Envelope xmlns:soap="http://ift.tt/sVJIaE">
<soap:Body>
<soap:Fault><faultcode>soap:Client</faultcode>
<faultstring> 12|Presentation|soap message header incorrect</faultstring>
<faultactor>SI:muxDZ1</faultactor>
</soap:Fault>
</soap:Body>
</soap:Envelope>
Please help me to find out where I am getting wrong on header
Is this issue solved. Please let me know. Thank you!
ReplyDelete