Is it possible to call WSDL method just by calling some url from browser? -


is possible call wsdl (bacikhttpbinding) method calling url browser?

according this: http://www.devdaily.com/blog/post/java/how-to-call-web-service-from-browser

you can calling replacing

../someservice?wsdl

with

../someservice/methodname?paramname=value

however doesn't work xfire, website states so. (website uses axis2)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -