T
Tom Tom
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
i tried downloading the wsdl and creating the rb files with wsdl2ruby,
but it seems that the xml is not "ok" (windows typical)...
thx
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
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 said:in particular, im looking into ms-crm4
thx