Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 6719

SOAP Receiver error

$
0
0

Hi together,

 

I try to establish a connection to a webservice over soap protocol.

The  integration process: synchronous Abap Proxy <-> SAP PI (7.1) <-> Web Service.


In the inbound communication channel I have set parameter "do not use SOAP Envelope". The soap envelope is created by XSLT mapping.


Message content:

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

 

-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:reg="http://regis_tr_xml_load" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 

 

<soapenv:Header/>

 

 

-<soapenv:Body>

 

 

-<ns1:send_xml xmlns:ns1="http://regis_tr_xml_load">

 

 

<user>ME</user>

 

 

<password>XXXX</password>

 

 

<loaded_xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportingOperations xmlns="http://regis-tr.com/schema/2012/1.1.0/Reporting"><reportingOperation>
........
</reportingOperation></reportingOperations>]]></loaded_xml>

 

</ns1:send_xml>

</soapenv:Body>

</soapenv:Envelope>

As response I get following error message:


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

-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 

 

-<soapenv:Body>

 

 

-<ns1:send_xmlResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://regis_tr_xml_load">

 

 

<send_xmlReturn xsi:type="xsd:string">Error: Invalid format FATAL ERROR at 1,3: The markup in the document preceding the root element must be well-formed.</send_xmlReturn>

 

</ns1:send_xmlResponse>

</soapenv:Body>

</soapenv:Envelope


If i try to send the message with the same content over SOUP UI  works fine.

 

I have tried different settings but have no success.


Thanks,


Vadim



Viewing all articles
Browse latest Browse all 6719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>