You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by vaibhav <va...@acsicorp.com> on 2005/01/17 15:10:07 UTC

Error while trying to access WS

 I tried executing a WebService that is available at this location http://ws.netviagens.com/webservices/AirFares.asmx?wsdl Operation GetFares (SOAP).

I generate stubs in Axis and tried to execute using WSIF and get the following error

java.lang.NumberFormatException: Invalid positiveInteger:  0
 at org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement(SimpleDeserializer.java:222)
 at org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.java:534)
 at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1001)
 at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:204)
 at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:718)
 at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:232)
 at org.apache.axis.message.RPCElement.getParams(RPCElement.java:346)
 at org.apache.axis.client.Call.invoke(Call.java:2234)
 at org.apache.axis.client.Call.invoke(Call.java:2133)
 at org.apache.axis.client.Call.invoke(Call.java:1656)
 at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeAXISDocStyle(Unknown Source)
 at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeRequestResponseOperation(Unknown Source)
 at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(Unknown Source)
 at com.wos.runtime.wsif.WSIFDynClient.executeWebService(WSIFDynClient.java:525)
 at com.wos.runtime.wsif.WSIFDynClient.invokeWebService(WSIFDynClient.java:468)
 at com.wos.runtime.wsif.WSIFDynClient.main(WSIFDynClient.java:297)

Somebody please help with how to solve this error
-- 
Best Regards !

VAIBHAV PANDEY