0

Need to call java ws from unix ksh script. Is there any possibility? Thanks.

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

1

I believe you can do it with curl command, passing soap request envelope as an argument.

See Calling WebService at the Unix command line.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.