Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 98267
Status: new
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: chmourya [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: XML-RPC with VBS
Date: Fri, 22 Aug 2014 13:25:42 -0700
To: bug-SOAP-Lite [...] rt.cpan.org
From: mσurчα ch. <chmourya [...] gmail.com>
I am trying out the below example to talk to my bugzilla server. But, i am not getting the proper response. Anyone has idea like how i can fix this. Set hash = CreateObject("SOAP.Lite").hash() hash.ids=3552 Set client = CreateObject("SOAP.Lite").xmlrpc("proxy", " http://bugzilla.abc.com/xmlrpc.cgi") Set der = client.call("Bug.get", hash) MsgBox der.result.bugs So, VBScript is failing with error "Object required result" I think the issue is with the hash. The other calls like "Bugzilla.version" are working fine. I am facing issue only when i had to pass a hash. Thanks, Mourya