Re: .net web service

2010-05-06 Thread Zaphod Beeblebrox
@gmail.com> wrote: > >> >> Anyone know if there is a preset limit on the response size from a dot net >> web service. I'm tracing the response from this third party service and it >> craps

Re: .net web service

2010-05-05 Thread G Money
> > Anyone know if there is a preset limit on the response size from a dot net > web service. I'm tracing the response from this third party service and it > craps out in the middle of the response if it's lar

.net web service

2010-05-05 Thread Zaphod Beeblebrox
Anyone know if there is a preset limit on the response size from a dot net web service. I'm tracing the response from this third party service and it craps out in the middle of the response if it's large. Small responses come t

Re: .NET web service with CFMX

2004-09-02 Thread Jim Campbell
Oops, should have sent this to CF-Talk.  Sorry.  This is all Bush's fault. - Jim Jim Campbell wrote: >I'm testing a .NET web services interface, which requires the user to >instantiate a custom class and pass in authentication information as >part of the web service request.  If I want to invo

.NET web service with CFMX

2004-09-01 Thread Jim Campbell
I'm testing a .NET web services interface, which requires the user to instantiate a custom class and pass in authentication information as part of the web service request.  If I want to invoke it via .NET, the invocation code is fairly straightforward: private void Button1_Click(object sender,