Couple of questions.....
Anyone got some good resources for consuming web services with CFMX?? Google hasn't turned up much, but then I'm probably using the wrong search terms.
Other question - how can I send NULL through to a web service??
I've got :
enetws = CreateObject("WebService",wsURL);
response = enetws.Login(userName="stephen", password="foo");
LPResponse = enetws.ListProducts(permission=#null#, dateRange=#null#, postCodeArea=#null#, rtb=#null#, hasRatings="Either", productType=#null#);
where null is set to chr(0), but I'm getting an argument type mismatch from the web service.
Any thoughts?
Regards
Stephen
-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
