Sorry I thought I had updated my classpath. I now get a new error stacktrace bellow: anonymous wrote : | 2006-05-16 09:56:06,314 [main] DEBUG org.jboss.ws.soap.MessageContextAssociation | (52) - popMessageContext: [EMAIL PROTECTED] | java.rmi.RemoteException: Call invocation failed: String index out of range: -54 | ; nested exception is: | java.lang.StringIndexOutOfBoundsException: String index out of range: -5 | 4 | at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:727) | at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:405) | at coza.healthbridge.netcare.client.TestClient.netcareSimpleTest(TestCli | ent.java:137) | at coza.healthbridge.netcare.client.TestClient.main(TestClient.java:282) | | Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: | -54 | at java.lang.String.substring(Unknown Source) | at org.jboss.remoting.InvokerLocator.(InvokerLocator.java:155) | at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:119 | ) | at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:697) | ... 3 more | Seems to not like the location URL. If I use a SOAPConnection I get the same error, When I roll back to the JBoss-4.0.3 classpath it works...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943755#3943755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943755 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
