-
Message based Service with 2 methods. (2 messages)
- Posted by: Jobin Mathew
- Posted on: October 26 2006 13:22 EDT
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://www.wrox.com/eaaxis/catalog}CATALOG Thanks in advance to all.Threaded Messages (2)
- Re: Message based Service with 2 methods. by Hiren Panchal on February 22 2008 16:45 EST
- I Have similer Problem by Vasu Kola on March 14 2008 02:56 EDT
-
Re: Message based Service with 2 methods.[ Go to top ]
- Posted by: Hiren Panchal
- Posted on: February 22 2008 16:45 EST
- in response to Jobin Mathew
Hi, I have the similar problem do you have any solution to this problem. Hiren.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://www.wrox.com/eaaxis/catalog}CATALOG
Thanks in advance to all. -
I Have similer Problem[ Go to top ]
- Posted by: Vasu Kola
- Posted on: March 14 2008 02:56 EDT
- in response to Jobin Mathew
Hi Jobin Mathew, I am also having the similar Problem , did you find any solution for this problem Thanks in advance