2

Has anyone done this / have some example code?

3 Answers 3

4
#use .wsdl file to initialize an RPC driver driver = SOAP::WSDLDriverFactory.new('dotnetwebservice.wsdl').create_rpc_driver #useful debugging call driver.wiredump_dev = STDERR #Set the enconding style to ASP.NET driver.default_encodingstyle = SOAP::EncodingStyle::ASPDotNetHandler::Namespace #call method defined in .wsdl result = driver.serviceMethod() 

For more info: http://dev.ctor.org/soap4r

Sign up to request clarification or add additional context in comments.

Comments

0

Apparently Ruby has a built in wsdl driver.

Comments

0

Good starting point in this thread Ruby SOAP client communication with Microsoft .NET webservice

here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.