Re: Consuming web services involving complex parameters

2005-10-19 Thread Garry Viner
Hi Larry Thanks so much for your response. Glad to know someone else had as much trouble as me. Anyway, I'm going to go through that and try to make some sense of it. However, the link you posted to the formatted docs

Re: Consuming web services involving complex parameters

2005-10-19 Thread Lawrence B. Afrin, M.D.
Gary -- The link must have wrapped in your browser. Tack .cfm onto the end of that URL. -- LBA Garry Viner wrote: Hi Larry Thanks so much for your response. Glad to know someone else had as much trouble as me. Anyway, I'm going to go through that and try to make some sense of it.

Re: Consuming web services involving complex parameters

2005-10-19 Thread Robert Munn
alternatively, you can consume the Web service using Java (WSDL2Java) to do all the heavy lifting for you. i wrote an article on CFDJ on how to do it, ping me offline if you want to know more. Hi there. I hope someone can help me with this problem before I slowly go insane. I am trying to

Re: Consuming web services involving complex parameters

2005-10-18 Thread Lawrence B. Afrin, M.D.
Garry -- Howdy. You're welcome to help yourself to the now-shelved pharmacopoeia of antipsychotics I amassed while trying myself to solve this problem many moons ago. Alternatively, here are some non-pharmaceutical resources that may help you: If you check the LiveDocs for the Handling

RE: Consuming Web Services from CF5

2005-07-14 Thread David Manriquez Farias
Oohhh Boy... CF5 and WS are like Water and Oil... like heaven and hell , like linux and micro$oft Look for CFX_SOAP and see if that covers you requirement. I'm on the same thing now -Mensaje original- De: Mark Drew [mailto:[EMAIL PROTECTED] Enviado el: Thursday, July 14, 2005 8:53

Re: Consuming Web Services from CF5

2005-07-14 Thread Stephen Moretti
You might want to also dig out cf_soXML from somewhere too or a.n.other XML parsing tag. You can consume WS with CF5 using cfhttp or cfx_http using post/get actions, but it isn't the worlds easiest task. David Manriquez Farias wrote: Oohhh Boy... CF5 and WS are like Water and Oil... like

RE: Consuming Web Services

2004-12-14 Thread dave
we had a good meeting about this last night at our coldfusion users group, im sure rob will post the code and the presentation in a day or so at http://www.denvercfug.org/index.cfm?function=meetings -- Original Message -- From: Dave Watts [EMAIL PROTECTED]

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
there is a way to consume a SOAP service, any links/tutorials greatly appreciated. Clark -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 10:50 AM To: CF-Talk Subject: RE: Consuming Web Services we had a good meeting about this last night at our

RE: Consuming Web Services

2004-12-14 Thread dave
to consume a SOAP service, any links/tutorials greatly appreciated. Clark -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 10:50 AM To: CF-Talk Subject: RE: Consuming Web Services we had a good meeting about this last night at our coldfusion users group

Re: Consuming Web Services

2004-12-14 Thread Barney Boisvert
If nothing else, you should be able to take the SOAP templates and synthesize your own WSDL document, and then you can use it with CF. Kind of a hackish, reverse-engineer way to go about it, but it should work. cheers, barneyb On Tue, 14 Dec 2004 13:26:49 -0800, Clark Slater [EMAIL PROTECTED]

RE: Consuming Web Services

2004-12-14 Thread dave
if i was u i would change this over to flash remoting be awhole lot faster with a lot less overhead, since it looks fairly simple in reguards to the returned info u could even do it with flash vars from the cfc -- Original Message -- From: Dave Watts

RE: Consuming Web Services

2004-12-14 Thread dave
[mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 2:23 PM To: CF-Talk Subject: RE: Consuming Web Services if i was u i would change this over to flash remoting be awhole lot faster with a lot less overhead, since it looks fairly simple in reguards to the returned info u could even do

RE: Consuming Web Services

2004-12-14 Thread Dave Watts
Yeah I wish I could use Flash Remoting but no chance because the web service is actually running on a machine within the client's LAN, accessible only via secure shell tunnel from the webserver (and hence the coldfusion app server). Bit of a nightmare, looks like the best option might be

RE: Consuming Web Services

2004-12-14 Thread Dave Watts
Every tutorial I have found online regarding web service consumption with CFMX refers to WSDL. Is it possible to consume a SOAP web service without WSDL? Apologies for the newbie question. Actually, there's nothing wrong with that question. Typically, when you use a web services toolkit

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
PROTECTED] Sent: Tuesday, December 14, 2004 1:32 PM To: CF-Talk Subject: RE: Consuming Web Services tell me a lil bit more about what u got and what ur doing and i will try to help you use cfivoke like a cfc -- Original Message -- From: Clark Slater [EMAIL

RE: Consuming Web Services

2004-12-14 Thread Dave Watts
My client has actually supplied all the SOAP templates so I do know what the service is expecting, just uncertain of how to invoke the service in the absence of WSDL. Wish I was at the DenverCFUG meeting, it sounds like it would have been enlightening. Sincerely hope there is a way to

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
and reverse engineer the WSDL interface from the SOAP templates as Barney suggested. Clark -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 2:23 PM To: CF-Talk Subject: RE: Consuming Web Services if i was u i would change this over to flash remoting