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

Reply via email to