<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
         <SOAP-ENV:Body>
         <m:getInstances xmlns:m="urn:EntryPoint">
                 <domainid>11</domainid>
                 <userid>testuser</userid>
                 <password>1234</password>
                 <productid>MultiChat</productid>
         </m:getInstances>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The SOAPClientExample Multicity provided throws an couple of errors:

Generated fault:
   Fault Code   = SOAP-ENV:Server
   Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null]

Generated fault:
   Fault Code   = SOAP-ENV:Server
   Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null]
   Fault element?g = [Attributes={}] [faultCode=SOAP-ENV:Server] 
[faultString=[SOAPException: faultCode=SOAP-ENV:Server; msg=null]] 
[faultActorURI=/soap/servlet/rpcrouter] 
[DetailEntries=[(0)=<stackTrace>[SOAPException: faultCode=SOAP-ENV:Server; 
msg=null]

Reply via email to