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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -