ecoaa.cfc
=
>I don't think the problem is related to the proxy, because I get the same
>problem
>when I try to consume a simple (local) test ws.
>
>
>wsargs = structnew();
>wsargs.refreshwsdl="yes";
>wsargs.saveja
If you care to provide a copy of ecoaa.cfc, I'll be happy to test it from
here...
On Thu, Sep 16, 2010 at 5:14 PM, Olav Andreas Antonsen wrote:
>
> I don't think the problem is related to the proxy, because I get the same
> problem
> when I try to consume a simple (local) test ws.
>
>
> wsargs
I don't think the problem is related to the proxy, because I get the same
problem
when I try to consume a simple (local) test ws.
wsargs = structnew();
wsargs.refreshwsdl="yes";
wsargs.savejava="yes";
//wsargs.proxyServer = "proxy";
//wsargs.proxyPort = "8080";
//wsargs.wsdl2JavaArgs = "-D -v -
I'm thinking it must be the proxy because this works fine for me:
wsargs = structnew();
ws = createObject("webservice","
http://ws.fraudlabs.com/zipcodeworldUS_webservice.asmx?wsdl",wsargs);
On Thu, Sep 16, 2010 at 9:10 AM, OLav Andreas Antonsen wrote:
>
> I recently upgraded to CF8 and Im
I recently upgraded to CF8 and Iâm not able to consume webservices from my
dev edition on my personal PC.
I have tried making my own simple test webservice, but Iâm not able to
consume them using CF. (Iâm able to consume the ws using .Net or Java, but
not from CF itself).
I always get t
If using CF Admin is a bind, take a look at this page
http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=965
Ade
-Original Message-
From: Matthew Small [mailto:[EMAIL PROTECTED]
Sent: 14 January 2005 15:00
To: CF-Talk
Subject: RE: consuming webservices
Thanks Tim, that
Thanks Tim, that's much better.
- Matt Small
-Original Message-
From: Tim Blair [mailto:[EMAIL PROTECTED]
Sent: Friday, January 14, 2005 9:52 AM
To: CF-Talk
Subject: RE: consuming webservices
Matthew,
> I've built a webservice in .Net that I intend to
> consume
Matthew,
> I've built a webservice in .Net that I intend to
> consume from CF. As I'm building it, I've noticed that the
> .NET Web service's arguments are cached by CF - that is, if I
> make a change to the .NET WS, then CF doesn't
> "realize" it.
CF does indeed cache the webservice
I've had this trouble before as well, I seem to recall it may be
something to do with AXIS (bit that actually gets the WS). I'm not
sure if clearing out the stubs would do it or if you can change the
config somewhere. I know a restart fixes it but that's not a valid
solution in a live environment a
Hi all,
I've built a webservice in .Net that I intend to consume from CF. As
I'm building it, I've noticed that the .NET Web service's arguments are
cached by CF - that is, if I make a change to the .NET WS, then CF doesn't
"realize" it.
I know this sounds sort of strange, but as
10 matches
Mail list logo