Need to call java ws from unix ksh script. Is there any possibility? Thanks.
2 Answers
You can use Curl for that. However, parsing the results can get very nasty. You should consider using f.eg. python for that, which should be available on most installations.
Comments
I believe you can do it with curl command, passing soap request envelope as an argument.