Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MessageBased Axis client with 2 methods

843833Oct 26 2006
Hi,
I had deployed a Service with more than 1 method published as webservice.
I am using Axis 1.4. The methods are correctly listed in the List page.
Now I want to call these methods. In when I allow only 1 method in service, there is no need of specifying the method name in client when it is a MSG (Message Based) one. But now where should I specify the method name in client. I tried setOperationName. But my client is not invoking the service, It is giving exception.

Couldn't find an appropriate operation for XML QName
(http://..............)

Thanks in advance to all.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2006
Added on Oct 26 2006
0 comments
151 views