Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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