cancel
Showing results for 
Search instead for 
Did you mean: 

No Receiver in SOAP header in sxmb_moni

Former Member
0 Kudos

Hi all

My scenario is using the HTTP sender channel.the url is like this:

<u>http://xiserver:8000/sap/xi/adapter_plain?namespace=http%3A//my&interface=MI_Leo_HTTP_Sou_OB&service=ZBS_Leo_Http&party=&agency=&scheme=&QOS=EO&sap-user=*****&sap-password=****&sap-client=001&sap-language=EN</u>

after i trigger the scenario, i got the message'status scheduled

and the info of SOAP Header in sxmb_moni as followed:

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

- <!-- Inbound Message

-->

- <SAP:Main xmlns:SAP="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>asynchronous</SAP:ProcessingMode>

<SAP:MessageId>7603ACFE-A4DB-5F48-8F6A-A9DFC3CB97CB</SAP:MessageId>

<SAP:TimeSent>2007-11-01T03:34:43Z</SAP:TimeSent>

- <SAP:Sender>

<SAP:Service>ZBS_Leo_Http</SAP:Service>

<SAP:Interface namespace="http://my">MI_Leo_HTTP_Sou_OB</SAP:Interface>

</SAP:Sender>

<i><b> <SAP:Interface namespace="http://my">MI_Leo_HTTP_Sou_OB</SAP:Interface></b></i>

</SAP:Main>

i think it's really wired, in the info, i couldn't find the receiver info, while my receiver determination is really ok.

the bold highlighted aboved should be like this:

<i><b><SAP:Receiver>

<SAP:Party agency="" scheme="" />

<SAP:Service>*******</SAP:Service>

<SAP:Interface namespace="****">*****</SAP:Interface>

<SAP:Mapping notRequired="X" />

</SAP:Receiver></b></i>

but it's wrong.how should solve this????

and i restarted the message, it became manual restart status, it didn't work

Please help me.

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

it works now