How to do a SOAP wsdl web services call from the command line

Posted by Marina on Stack Overflow See other posts from Stack Overflow or by Marina
Published on 2012-08-31T21:19:51Z Indexed on 2012/08/31 21:38 UTC
Read the original article Hit count: 171

Filed under:
|
|

I need to make a SOAP webservice call to https://sandbox.mediamind.com/Eyeblaster.MediaMind.API/V2/AuthenticationService.svc?wsdl and to use the operation ClientLogin while passing through the parameters: ApplicationKey, Password, and UserName. The response is UserSecurityToken. They are all strings.

Here is the link fully explaining what I am trying to do: https://sandbox.mediamind.com/Eyeblaster.MediaMind.API.Doc/?v=3

How can I do this on the command line? (Windows and/or Linux would be helpful)

Thanks!

© Stack Overflow or respective owner

Related posts about soap

Related posts about ssh