web services - IndexOutOfBounds when sending query to webservice -
i following strange exception when try send query webservice should provide list of specified items. clues? can provide more information if necessary.
caused by: javax.xml.ws.soap.soapfaultexception: java.rmi.remoteexception: index: 22, size: 22; nested exception is: java.lang.indexoutofboundsexception: index: 22, size: 22 @ com.sun.xml.internal.ws.fault.soap11fault.getprotocolexception(soap11fault.java:178) @ com.sun.xml.internal.ws.fault.soapfaultbuilder.createexception(soapfaultbuilder.java:119) @ com.sun.xml.internal.ws.client.sei.syncmethodhandler.invoke(syncmethodhandler.java:108) @ com.sun.xml.internal.ws.client.sei.syncmethodhandler.invoke(syncmethodhandler.java:78) @ com.sun.xml.internal.ws.client.sei.seistub.invoke(seistub.java:107)
for completion: webservice sent message contained exception information implementation of webservice faulty. looking @ raw soap messages helps, adding argument:
-dcom.sun.xml.ws.transport.http.client.httptransportpipe.dump=true
Comments
Post a Comment