Hi,
Problem seems to be that Axis2 could not find the destined operation
for your message using the data available in the message.. If your
WSDL (or is it generated by Axis2) is correct then WSDL2Java should
generate enough information for the operation dispatch... What's the
Axis2 version are you trying.. Try with the latest and see whether the
problem exists..
Adding a SOAPAction to the outgoing message might also solve the
problem. You can find the action in the binding part of the WSDL..
eg: <soap:operation soapAction="urn:getStats" style="document"/>
Options options = stub._getServiceClient().getOptions();
options.setAction("urn:getStats");
thanks,
Thilina
On 7/18/07, Matt Roberts <[EMAIL PROTECTED]> wrote:
Hi all,
I am wondering if anyone can help decpher this error message
[java] [EMAIL PROTECTED]
[java] [EMAIL PROTECTED]
[java] RemoteExp in main
[java] org.apache.axis2.AxisFault: Operation Not found EPR is
http://yl1.mams.org.au:8080/axis2/services/PeoplePicker and WSA Action =
null
[java] at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
I am trying to write a client for this "PeoplePicker" web service and I
just keep getting this error - no matter what I try.
I am
1) getting the wsld
2) creating stubs with wsdl2java
3) running the test that wsdl2java creates (with a few additions to get
past the null assertion errors :))
anyone have any idea what is going on?
matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]