Hi, I wanted to understand how endpoints & soap action are used to call a web service in axis2c. For ex: I am reaching an endpoint : http://abc.org and calling the soapAction : http://mno.org/ServiceA. How can the following be configured in my webserver ? All current calls I am making are via a endpoint url which doubles for both action & endpoint URL : http://localhost:90/services/hello.
<service name="hello"> <parameter name="ServiceClass" locked="xsd:false">hello</parameter> <description> Quick start guide hello service sample. </description> <operation name="greet"/> </service> Cheers! --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org