cancel
Showing results for 
Search instead for 
Did you mean: 

Error: MSG_NOT_FOUND

Former Member
0 Kudos

Hi to all!

i faced with some interesting error

i have not so difficult Integration Process but there is two Transformation

[here it is|http://www.imgstore.ru/files/7A8tnPO1Dg8YwlZM0lSfLV7TpKRBMWO56uFklAAf.png]

There is we receive person , then transform person to employee , after that transform employee to emp_full and finally send emp_full .

i tested that IP with XMLSpy there is SOAP response which it get:


<?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: XIServer:MSG_NOT_FOUND:
	at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)
	at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:133)
	at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:855)
	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:100)
	at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
          
				
			
		
	

]]>

And there is [workflow log|http://www.imgstore.ru/files/d0NCuGEuIsWj47vsqwZuGVtaa9Me4vutwKMSUIlc.png]

Does anybody have any idea about that problem?

May be somebody already faced with that

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

if u will send the SOAP request using the XML SPY then first u have to create the wsdl file from the ID.

to create the wsdl file from the ID

got to Tools--->Define Web Service

a wizard will be open

provide the url as "http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel"(if using party)

or

"http://host:port/XISOAPAdapter/MessageServlet?channel=:service:channel"(if nnot using party)

then provide ur sender interafce name and namesapce

and click on finish, and save the wsdl file that is created.

now use this file to send the SOAP request using the XML SPY tool.

and before sending check that the input parameters are correct or not.

the input parameters will be ur source daat type.

Thanks

Rinku

Former Member
0 Kudos

Dear Rinku,

please SPEAK TO THE POINT!!!

i didn't ask how to generate WSDL with XI