cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP - XI - SOAP

nikhil_bose
Active Contributor
0 Kudos

When posing a ABAP Proxy as WebService in XI, the tester shows the following message when tested.


<SOAP:Fault>
         <faultcode>SOAP:Server</faultcode>
         <faultstring>failed to call the adapter engine</faultstring>
         <detail>
            <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
               <context>XIAdapter</context>
               <code>DeliveryException</code>
               <text>com.sap.aii.af.mp.module.ModuleException
	at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:753)
	at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl3.process(ModuleLocalLocalObjectImpl3.java:103)

When the payload is placed in RWB Send Message, it shows 500 Internal error.

What could be wrong?

-thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

nikhil_bose
Active Contributor
0 Kudos

problem was with my outgoing element namespace. thanks for participating all

Former Member
0 Kudos

-Check the SOAP adapter is active

-Check the URL in the WSDL file it should be as per this standard http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

- Check the name of Sender service, communication channel name in the SOAP URL...that you assigned at the time of creating WS.

-Copy and paste that url in the browser and check the status

-Check the proxy and firewall setting.

For testing purpose just use XML Spy...

Thanks

Farooq.

nikhil_bose
Active Contributor
0 Kudos

it shows MessageServlet status ok. but the other values are set to null.

tried the sender channel qos to EO, it returns an emply soap message. so the sender should be working na?

what else to check?

GabrielSagaya
Active Contributor
0 Kudos

please visit the forum

nikhil_bose
Active Contributor
0 Kudos

it shows error in the tester as:

failed to call adapter engine.

upto that the pipelines are fine in the SXMB_MONI