You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Frank Voellmann (fvoellma)" <fv...@cisco.com> on 2006/03/24 23:16:59 UTC

FW: Help with AxisCPP 1.6B fault

 Forwarding to the right list this time :)

> -----Original Message-----
> From: Frank Voellmann (fvoellma) 
> Sent: Friday, March 24, 2006 12:59 PM
> To: axis-c-dev@ws.apache.org
> Subject: Help with AxisCPP 1.6B fault
> 
> Can anyone suggest possible causes for getting this response 
> from AXISCPP1.6B running on Win2003Server while the same 
> client app and webservice dll running on Win2kServer with 
> same AXISCPP works fine?
> Thanks, -Frank
> 
> <?xml version='1.0' encoding='utf-8' ?>
> <SOAP-ENV:Envelope 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema
> " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <SOAP-ENV:Body>
> <SOAP-ENV:Fault>
> <faultcode>SOAP-ENV:Server</faultcode>
> <faultstring>Unknown exception</faultstring>
> <faultactor>server name:listen port</faultactor>
> <detail><appSpecific>Unknown Exception has occurred</appSpecific>
> </detail>
> </SOAP-ENV:Fault>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
>