Hello, I'm trying to code a simple client with WSIF. My sample code is attached.
When trying to execute stub.startup(), I get some feedback and errors: - WSIF0006W: Multiple WSIFProvider found supporting the same namespace URI 'http://schemas.xmlsoap.org/wsdl/soap/'. Found ('org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAx is, org.apache.wsif.providers.soap.apachesoap.WSIFDynamicProvider_ApacheSOAP ') - WSIF0007I: Using WSIFProvider 'org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxi s' for namespaceURI 'http://schemas.xmlsoap.org/wsdl/soap/' java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:507) at java.util.ArrayList.get(ArrayList.java:324) at org.apache.wsif.util.WSIFUtils.unWrapPart(Unknown Source) at org.apache.wsif.base.WSIFClientProxy.unWrapIfWrappedDocLit(Unknown Source) at org.apache.wsif.base.WSIFClientProxy.findMatchingOperation(Unknown Source) at org.apache.wsif.base.WSIFClientProxy.invoke(Unknown Source) at $Proxy0.startUp(Unknown Source) at ClientTest.main(ClientTest.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.intellij.rt.execution.application.AppMain.main(Unknown Source) Exception in thread "main" Process terminated with exit code 1 I have no idea where I'm going wrong, can someone help me out? Kind regards, Dylan Honorez, [EMAIL PROTECTED] http://www.xt-i.com
ebXMLrrIF.java
Description: ebXMLrrIF.java
ClientTest.java
Description: ClientTest.java
