Skip to main content

Jax ws http binding POST

No replies
gabman
Offline
Joined: 2012-02-10
Points: 0

Hi,

I'm a newbie of jax-ws. I'm trying to develop a web service that I can call from browser with url encoded like this:

http://localhost:8180/MyWebServices/services/WSTest/helloWorld?param=myname .

This works with axis2 but I can't use it in my project. How can I reproduce this behavior with jax ws annotations? Thanks,

GM