calling wM service from JSP

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

[url]http://eai.ittoolbox.com/groups/technical-functional/webmethods-l/calling-web-methods-from-jsp-1382080[/url]

P.S. I used google :wink: