You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by de...@bt.com on 2005/02/25 15:37:21 UTC

Error while sending message to web service

Hi 

I am sending the object generated by xmlbeans and try to send with the
following command to the web service. I am getting the following error. 

The command is 

  String ret = (String) call.invoke(new Object[] { newBRDoc } ); 

Where newBRDoc is the SPML object I generated using xmlbeans and trying
to send to  webservice

And the erorr message I am getting is

 java.io.IOException:
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
; nested exception is:
        java.io.IOException:
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeE
xception


Please some one help me as I have already spent lot of time on this 

Regards
Deepak