Making a SOAP call from within unix shell scripts

Hi guys,

Is it possible to make SOAP calls from within Unix shell scripts?
I need to access a web service from within UNIX in order to lookup something while I am doing some parsing on a file.

Regards,
Laud

Yes, it is possible.

You might look at either Perl or PHP for this task.

Neo

Thanks Neo