Anybody ever experience any problems calling web services with BlueDragon JX. Iâm on 7.0 awaiting an upgrade to 7.1. When calling a web service, I get the following error: âProblem buiding WSDL classes for http...â Iâll share my code below, but the funny thing is that this will work on BlueDragon.net, CF8 and CF9. Iâve seen some talk out there about BDJX and some axis problems (http://code.google.com/p/openbluedragon/issues/detail?id=301), but was wondering if anyone else had seen (or even better yet solved) this problem themselves... wsObj = createObject(âwebserviceâ, âhttps://www.pathtowsdlurl.com/service.asmx?wsdlâ); ping = wsObj.theMethodInQuestion(arg1=âxâ, arg2=âyâ); Iâve also broken it down to a cfinvoke call with no luck. I can browse the wsdl just fine, I can cfhttp to the wsdl and dump it on the page... I can move the exact code over onto a box running the app servers mentioned above and run it without any trouble... I even tried to run it with the wsdl2java arguments in the createObject and in the cfinvoke (using âa, âw, and both) â no dice. Any ideas?? Thanks, Ferg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343629 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

