Could it be that you misspelled Indianapolis, and your code can't handle
getting "null" back?

Glen

2008-05-05 olanga henry wrote:
>            
>             com.strikeiron.NFLTeamOutput x = endpt.getTeamInfoByCity( 
> "INDIANAPOLLIS",getLicenseInfo(),getSubscriptionInfo() );


> =================================================================================
> Everthing seems fine till the execution point when I get an exception I 
> cannot understand:
> 
>      [java] javax.xml.ws.soap.SOAPFaultException: Index: 3, Size: 3
>      [java]     at 
> org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:175)
>      [java]     at $Proxy28.getTeamInfoByCity(Unknown Source)
>      [java]     at client.WSClient.main(WSClient.java:60)
>      [java] Caused by: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
>      [java]     at java.util.ArrayList.RangeCheck(ArrayList.java:546)
>      [java]     at java.util.ArrayList.get(ArrayList.java:321)


Reply via email to