cancel
Showing results for 
Search instead for 
Did you mean: 

XI - XI connect with SOAP

Former Member
0 Kudos

Hello,

i send a message from one XI to another with SOAP Adapter.

The message arrived in the second XI but following XML header is gone.

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

any idea what i have to do that this line will not deleted?

it happend in the Recevier SOAP channel on XI one or on the Sender Channel on XI 2 ... i can't say where exactly.

we use PI 7.1 SP5

regards,

robin

Accepted Solutions (0)

Answers (3)

Answers (3)

vijay_b4
Active Contributor
0 Kudos

Hi Robin,

Check this forum:

just chk out this link which defines in detail about soap message and how it has to be declared

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

In the Integration Builder(Desin)->Objects->SAP BASIS->SAP BASIS 6.40->http://sap.com/XI/Demo/Agency->Adapter Objects->CommunucationChannelTemplate. Open the XIDemoChannel_WebServiceSOAP.

In the Connection Parameters check the "Target URL".

Reward points if this helps

Regards

Pragathi.

stefan_grube
Active Contributor
0 Kudos

I think this happens, as the SOAP envelope is removed and the XML declaration is above the envelope.

Is this an issue? If the XML declaration is missing, the default encoding UTF-8 is assumed.

Besides: For connecting XI systems, you should use the XI adapter.

Is there any reason for using SOAP adapter?

Regards

Stefan

Former Member
0 Kudos

could u plz tell wht err gives in Soap UI and in proxy side of XML??

regards

sasi

Former Member
0 Kudos

there is no error.

we get an error in an adapter modul later because <?xml version="1.0" encoding="UTF-8"?> is missing.

i just don't get, why the line is missing after sending the message from one to another xi.

regards,

robin

Former Member
0 Kudos

in the receiver SOAP adapter of XI can u look at the option "Do Not Use SOAP Envelope"