You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Revanth Thoutireddy (JIRA)" <ax...@ws.apache.org> on 2005/07/01 20:04:57 UTC

[jira] Updated: (AXIS-2078) faultString: java.lang.StringIndexOutOfBoundsException:

     [ http://issues.apache.org/jira/browse/AXIS-2078?page=all ]

Revanth Thoutireddy updated AXIS-2078:
--------------------------------------

    Attachment: jiratestcase.zip

Hi Venkat,
thanks for the reply. Attached is the test case for reproducing the problem.
The instructions for executing the test case are outlined in readme.txt. 

Thank you,
Rev

> faultString: java.lang.StringIndexOutOfBoundsException:
> -------------------------------------------------------
>
>          Key: AXIS-2078
>          URL: http://issues.apache.org/jira/browse/AXIS-2078
>      Project: Apache Axis
>         Type: Bug
>  Environment: web service deployed on platform iAS_10g
> Stubs generated by axis 
> ide -jdeveloper10g
>     Reporter: Revanth Thoutireddy
>  Attachments: jiratestcase.zip
>
> Hello,
> I have generated stubs for a web service. When I am invoke the process, an instance is created and the response is sent back (verified in BPEL console)  but I am not able to assign the response message. I am getting the following error message:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}stackTrace:java.lang.StringIndexOutOfBoundsException: String index out of range: 0
> 	at org.apache.axis.encoding.ser.BeanDeserializer.onStartElement(BeanDeserializer.java:462)
> 	at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:393)
> 	at org.apache.axis.encoding.ser.BeanDeserializer.startElement(BeanDeserializer.java:154)
> 	at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)
> 	at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)
> 	at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)
> 	at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)
> 	at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
> 	at org.apache.axis.client.Call.invoke(Call.java:2448)
> 	at org.apache.axis.client.Call.invoke(Call.java:2347)
> 	at org.apache.axis.client.Call.invoke(Call.java:1804)
> 	at ....
> ...
> ....
> .....
> 	... 19 more
> the xml request is being sent fine but the response is not being captured even though that part of the code in the stub is auto generated. Can anybody please shed some light on this issue?
> Thank you,
> Rev 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira