Team; Have we flipped the MEP in the client side? Is it the case that at the client side normal In-Out is called Out-In? (Which is against notions of WSDL2.0 AFAIK)
That means one can not use the Service build from the WSDL in the client side as operations says wrong MEP. Do we need to do a different WSDL parsing and building AxisOperation for Server and client side? Why Out-In AxisOperation extends InOutAxisOperation .. which not at all make sense to me? What is going on? Either I am not seeing something obvious something terribly wrong? Please let me know what I am suppose to do? Srinath On 3/3/06, Srinath Perera <[EMAIL PROTECTED]> wrote: > What does following error means? Axis2 seem to support OutIn MEP but > not IN-Out !!!!! > > java.lang.UnsupportedOperationException: The MEP you are using > (http://www.w3.org/2004/08/wsdl/in-out) has not implemented > createClient(). > at > org.apache.axis2.description.AxisOperation.createClient(AxisOperation.java:443) > at > org.apache.axis2.client.ServiceClient.createClient(ServiceClient.java:500) > at > org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:448) > at > edu.indiana.extreme.lead.ws.Axis2WSDL4JBasedWebServiceInvoker.invoke(Axis2WSDL4JBasedWebServiceInvoker.java:334) > at > SecuirtyInvocationTest1.doInvocation(SecuirtyInvocationTest1.java:61) > at > SecuirtyInvocationTest1.testsecuirtyCallWithSync(SecuirtyInvocationTest1.java:19) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) > > > -- > ============================ > Srinath Perera: > http://www.cs.indiana.edu/~hperera/ > http://www.bloglines.com/blog/hemapani > -- ============================ Srinath Perera: http://www.cs.indiana.edu/~hperera/ http://www.bloglines.com/blog/hemapani
