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
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

