Skip to content

Instantly share code, notes, and snippets.

@ryanb
Created November 24, 2009 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanb/241957 to your computer and use it in GitHub Desktop.
Save ryanb/241957 to your computer and use it in GitHub Desktop.
# Attempting to connect to a C# WSDL
>> driver = SOAP::WSDLDriverFactory.new("...").create_rpc_driver
ignored element: {http://schemas.xmlsoap.org/ws/2004/09/policy}Policy
ignored attr: {http://www.w3.org/2006/05/addressing/wsdl}Action
ignored element: {http://schemas.xmlsoap.org/ws/2004/09/policy}PolicyReference
ignored element: {http://schemas.xmlsoap.org/wsdl/soap12/}binding
ignored element: {http://schemas.xmlsoap.org/wsdl/soap12/}operation
ignored element: {http://schemas.xmlsoap.org/wsdl/soap12/}body
ignored element: {http://schemas.xmlsoap.org/wsdl/soap12/}fault
ignored element: {http://schemas.xmlsoap.org/wsdl/soap12/}address
ignored element: {http://www.w3.org/2005/08/addressing}EndpointReference
SOAP::WSDLDriverFactory::FactoryError: no ports have soap:address
from /Library/Ruby/Gems/1.8/gems/soap4r-1.5.8/lib/soap/wsdlDriver.rb:99:in `find_port'
from /Library/Ruby/Gems/1.8/gems/soap4r-1.5.8/lib/soap/wsdlDriver.rb:44:in `create_rpc_driver'
from (irb):8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment