On Tue, May 10, 2011 at 4:29 PM, wadi wadi <[email protected]> wrote:
> Hi,
> How to invoke a wsdl 2.0 webservice using the browser?
> For example for a wsdl 1.1 websevice offering add() method it can be invoked
> using the
> URLĀ http://localhost:8080/axis2/services/UserService/add?param0=5&param1=10

Above format is common for most of the cases. There is no two formats
for wsdl 1.1 and 2.0 instead it's about how you read specific wsdl
file and construct url like above one , as I said most of the time you
end up with same result. In fact WSDL 2.0 HTTP binding describes REST
style services very well.

Thanks !

> what is the equivalent URL for a wsdl 2.0 webservice?
> Thanks for your help!
>
>



-- 
Sagara Gunathunga

Blog - http://ssagara.blogspot.com
Web - http://people.apache.org/~sagara/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to