I'm not going to do your work for you, but the below should get you going: Google for "coldfusion cfhttp wsdl"
Ben Nadel and others have posted on this already: http://www.bennadel.com/blog/1809-Making-SOAP-Web-Service-Requests-With-ColdFusion-And-CFHTTP.htm I don't know why webservices is not working for you. Kind Regards, Nitai On Wed, Mar 27, 2013 at 1:15 PM, Alan Holden <[email protected]> wrote: > ** > > I'm dumb. > > Please post an example of how to invoke a wsdl web service call, pass in > some complex variables and retrieve the returned structure - via CFHTTP > instead of CFINVOKE. > > Even better, use a service like StrikeIron as an example! > > And if the problem is with the http-client library, then WHY would cfhttp > work - while cfinvoke wouldn't? Just curious. > > A thousand thanks, > > --- > Al Holden > P.S. Yes. I already know my clients should all be using some other > technology... > > > On 2013-03-27 06:04, Nitai @ Razuna wrote: > > Have you tried to call your web services with "normal cfhttp"? I'm > running OpenBD on Java7 on my laptop (Mac) and it runs everything > perfectly. > Kind Regards, > Nitai > > > On Wed, Mar 27, 2013 at 5:27 AM, Ivo Verbeek (Ritense) > <[email protected]>wrote: > >> I am surprised to see this is such a big issue. I am aware that in the >> OpenBD default stack Java 1.6 is included, but I was expecting OpenBD 3.0 >> WAR deploy to work on Tomcat with Java 1.7 as well. It does for most parts >> of the application, but everywhere it needs the underlying http-client >> library it breaks. Isn't there anybody else out there who runs OpenBD on >> Java 7 who can share experience? >> Thanks. >> Ivo >> >> >> On Friday, March 22, 2013 2:27:25 PM UTC+1, Ivo Verbeek wrote: >>> >>> Hi, >>> >>> An OpenBD + app that we have installed on Java 6 on one server and is >>> moved over to another server with Java 7, breaks on the following piece of >>> code: >>> >>> >> >> -- >> -- >> online documentation: http://openbd.org/manual/ >> http://groups.google.com/group/openbd?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Open BlueDragon" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > See for yourself how easy it is to manage files today. Join the revolution! > > Razuna - Hosted Digital Asset Management Solution > http://www.razuna.com/ > > Razuna - Open Source Digital Asset Management > http://www.razuna.org/ > > Twitter - http://twitter.com/razunahq > Facebook - http://www.facebook.com/razunahq > Support Platform - http://getsatisfaction.com/razuna > > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- See for yourself how easy it is to manage files today. Join the revolution! Razuna - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Twitter - http://twitter.com/razunahq Facebook - http://www.facebook.com/razunahq Support Platform - http://getsatisfaction.com/razuna -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
