web services - I want to post an SOAP envelope via windows -
i searching tool sends soap message server , works in windows.
no soapui or webservicestudio. simple curl
as soap message xml file, wget should looking for. can used this:
wget http://yourserver/endpoint --post-file=your_message.xml
you can download here
Comments
Post a Comment