NAME
   soapcli - SOAP client for CLI with YAML and JSON input

SYNOPSIS
   soapcli [--verbose|-v] [--dump-xml-request|-x]
   data.yml|data.json|{string:"JSON"}|-
   [webservice.wsdl|webservice_wsdl.url]
   [[http://example.com/endpoint|endpoint.url][#port]] [operation]

   soapcli [--help|-h]

   Examples:

     $ soapcli -v calculator.yml calculator.url

     $ soapcli -v '{add:{x:2,y:2}}' http://soaptest.parasoft.com/calculator.wsdl

     $ soapcli -v globalweather.yml globalweather.url '#GlobalWeatherSoap'

     $ soapcli '{CityName:"Warszawa",CountryName:"Poland"}' \
     http://www.webservicex.com/globalweather.asmx?WSDL \
     '#GlobalWeatherSoap' GetWeather

DESCRIPTION
   This is command-line SOAP client which accepts YAML or JSON document as
   an input data.

SEE ALSO
   http://github.com/dex4er/soapcli.

BUGS
   This tool has unstable features and can change in future.

   The tool is limited to webservices which support SOAP with
   document-literal style only.

AUTHOR
   Piotr Roszatycki <[email protected]>

LICENSE
   Copyright (c) 2011-2012 Piotr Roszatycki <[email protected]>.

   This is free software; you can redistribute it and/or modify it under
   the same terms as perl itself.

   See http://dev.perl.org/licenses/artistic.html