Hello Experts,
I have schronous scenario XML SPY <
> XI <
> RFC.
when i am trying to send the below request from XML spy to XI i am getting this msg in XML Spy.
Request :
http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<row>
<empid>1000</empid>
</row>
</m:POC_Request_XMLSPY>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response:
<html>
<head>
<title>MessageServlet</title>
</head>
<body>
<h3>Message Servlet is in Status OK</h3>
<h3>Status information:</h3>
Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/NW04S_10_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#2 $) bound to /MessageServlet
<br/>Classname ModuleProcessor: null
<br/>Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
<br/>Lookupname for remoteModuleProcessorLookupName: null
<br/>ModuleProcessorClass not instantiated
<br/>ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0
<br/>ModuleProcessorRemote not instantiated
</body>
</html>
At the same time i am not able to see any msg in XI server, and the SOAP sender channel it is showing as "Channel started but inactive" - never used.
Can anyone tell me that what might be the reason.
Thanks,
Hetal