If you have lynx installed:
lynx -dump -accept_all_cookies -auth Administrator:manage [url=“http://127.0.0.1:5555/invoke/my.folder/myService?firstParam=firstValue&secondParam=secondValue”]http://127.0.0.1:5555/invoke/my.folder/myService?firstParam=firstValue&secondParam=secondValue[/url]
-dump = dump output to console instead of starting UI browser
-accept_all_cookies = don’t prompt user to accept cookies
-auth Administrator:manage (replace with your wm account, of course, make sure you set your access to script accordingly).
127.0.0.1 = replace with your IP
5555 = replace with your webMethods listening port
my.folder = replace with your webMethods folder
myService = replace with your service name
? = replace name value pairs after this point with your POST data.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services