Link to home
Start Free TrialLog in
Avatar of sam2929
sam2929

asked on

Sending XML/SOAP using script

Hi,
two questions
1)Can i send XML file to other server via SOAP using unix script if yes please
give an example

2) The other server wants to response back to our server and for that they need
some kind of listener any idea if we can do that in script too.
Avatar of Thomas Wheeler
Thomas Wheeler

You can use curl from the command line our if you have access you can use php cli it makes it easy. When I get back to my computer I will post examples.
Avatar of sam2929

ASKER

Hi Thomas,
what about option 2) for response back do i need to setup some kind of listener.

Thanks
here is a link to the bash example. I am not sure what you are attempting but it sounds like a web services is what you are looking for. This will allow the other server to respond back.

http://stackoverflow.com/questions/14198986/post-soap-envelope-from-bash-script
Avatar of sam2929

ASKER

yes i am looking for web services
ASKER CERTIFIED SOLUTION
Avatar of Thomas Wheeler
Thomas Wheeler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial