cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPHeader doesn't correspond to web service executed

Former Member
0 Kudos

Hi experts,

I'm developing a set of services that use the same business service as sender.

When testing with SOAPUI and others this situation happens:

1) The first time I execute a web service, for example XPTO1, the execution is successful

2) When, after that, I execute another web service, for example XPTO2, it gives an error:

"<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>com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)

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

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

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(AccessController.java:219)

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

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)</text>

</s:SystemError>

</detail>

</SOAP:Fault>"

When I analyze the SOAPHeader and the Payload, the SOAPHeader has as sender and receiver the message interfaces of service XPTO1 (which is wrong, should be XPTO2) and the Payload is correct (has reference to service XPTO2).

3) If I execute a second time the first web service (XPTO1) it is successful.

Can anyone help me? I already have clear cache with transaction SXI_CACHE and also have executed the Clear SLD Data Cache but the problem maintains.

Thanks,

Diana Pinto

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Which PI and SP version do you use?

You should look for a patch.