dylanmei / linqpad-soap-driver

A SOAP service driver for LINQPad
MIT License
65 stars 25 forks source link

linqpad-soap-driver

A SOAP service driver for LINQPad. Useful for invoking SOAP-based services with minimal pain and fuss. For the best experience, this goes especially well with the auto-complete support in LINQPad Pro.

setup

troubleshooting

contributing

  1. Fork it
  2. Create your feature branch git checkout -b my-new-feature
  3. Commit your changes git commit -am 'Added some feature'
  4. Push to the branch git push origin my-new-feature
  5. Create new Pull Request