hi,
it seems i cant figure out how to connect to a windows ntlm webserivce:
wsdl_url = ‘http://localhost/VS/mscrmservices/2006/crmservice.asmx?wsdl’
proxy = SOAP::WSDLDriverFactory.new(wsdl_url).create_rpc_driver
already gives me an 401…
i tried downloading the wsdl and creating the rb files with wsdl2ruby,
but it seems that the xml is not “ok” (windows typical)…
does anyone have a working ruby<>windows webservice implementation?
in particular, im looking into ms-crm4
thx