Any help would be greatly appreciated. I downloaded the tag and have installed it on the server. But when I run the examples that came with it, I got the following error:
Does anyone know what it's complaining about? Error Diagnostic Information [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a ':return' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException: No Deserializer found to deserialize a ':return' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.]. Java exception occurred in call to method. The error occurred while processing an element with a general identifier of (CFX_SOAP), occupying document position (22:1) to (25:36) in the template file. This is the code: ------------------- <cfscript> p = ArrayNew(1); p[1] = StructNew(); p[1].name = "zip"; p[1].value = zip; </cfscript> <cfwddx action="CFML2WDDX" input="#p#" output="wddx"> <cfx_soap PARAMS="#wddx#" <!--- ERROR OCCURRED ON THIS LINE ---> URL="http://services.xmethods.com:80/soap/servlet/rpcrouter" URI="urn:xmethods-Temperature" METHOD="getTemp" output="temperature"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185086 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

