cancel
Showing results for 
Search instead for 
Did you mean: 

Error while posting SOAP request

former_member209575
Contributor
0 Kudos

Hi All,

I am working on one SOAP to RFC syncronous scenario,

when i am checking the scenario using XML spy i am getting following error,

Please help me

<?xml version="1.0"?>

<!-- see the documentation -->

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>Server Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>ADAPTER.JAVA_EXCEPTION</code>

<text><![CDATA[

com.sap.aii.af.ra.ms.api.DeliveryException: com.sap.aii.af.ra.ms.api.MessagingException: Could not parse XMBMessage due to invalid content type for SOAP: TEXT/HTML

at com.sap.aii.af.ra.ms.impl.core.queue.consumer.CallConsumer.onMessage(CallConsumer.java:158)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:916)

at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

]]></text>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

when monitoring communication channel it is showing status "request received , error occured"

Regards

Pradeep P N

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member537867
Active Contributor
0 Kudos

Hi Pradeep,

I request u to just check in RWB, in component monitoring, the status of integration server and adapter engine.......if it is red, then ask your basis guys to remove that error................just check your comm channels, i think your comm channels are in error, if they are just edit them, save and activate them again..........i think then your this issue will be resolved.'

I think some port information has been edited recently.

Make sure that ur ABAP and java stack are at same patch levels after the upgrade.

try this too

and this

Regards,

Vinod.

prateek
Active Contributor
0 Kudos

Goto SLD -> Business System -> Open ur XI business system and check for the pipeline entry there. It should be

http://server:httpport/sap/xi/engine?type=entry

Regards,

Prateek

samiullah_qureshi
Active Contributor
0 Kudos

Hi

Make sure that Message interface used in ur SOAP sender comm. channel is same as the one u used in generate Webservice(WSDL.).

Regards

Sami

Reward ponts if helpful.

former_member556603
Active Contributor
0 Kudos