Hi,
I am new to web services. I am trying to make my first web service to work.
I am using Axis2. This example i am trying is from the book 'Developing web services with apache axis2' by Kent Ka Iok Tong. (
http://www.agileskills2.org/DWSAA/index.html)
I downloaded the source code and trying to run 'SimpleService' example.
I deployed this service to axis and when i try to run the client it throws:
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is
http://localhost:8080/axis2/services/SimpleService and the WSA Action =
http://ttdev.com/ss/NewOperation I don't know what exactly the problem is. but my wild guess is it has some thing to do with WSDL file.
Here is the WSDL file
Could anyone please clarify me what exactly <
soap 
peration soapAction="http://ttdev.com/ss/NewOperation"/> does? what is NewOperation?
Thanks,
Srikanth.
[ May 29, 2008: Message edited by: Srikanth Reddy ]
[ June 10, 2008: Message edited by: Ulf Dittmer ]