Hi ,
how to pass a string varible as input to the wM service in JSP?
Any service in webmethod can be called using the url
http://serverName:port/invoke/YourPathToService
YourPathToService should be from the root folder up to the service name.
If you want to send a variable then your url become
http://serverName:port/invoke/YourPathToService?VariableName=test
You can have a look at [url]wmusers.com
or
P.S. I used google