Re: WebServiceProxy Hell

2002-11-27 Thread Ivelin Ivanov
Can you verify if the demo works for you. - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 11:16 AM Subject: Re: WebServiceProxy Hell > On Tue, 26 Nov 2002, Ivelin Ivanov wrote: > >

Re: WebServiceProxy Hell

2002-11-27 Thread Tony Collen
On Tue, 26 Nov 2002, Ivelin Ivanov wrote: > > Are you saying that the version in CVS is bad? > Please submit a bug in Bugzilla about this and mention which version do you > use. It might be. When I get to work, today, I have a few things that I can check, but so far, I've gotten different result

Re: WebServiceProxy Hell

2002-11-26 Thread Ivelin Ivanov
Are you saying that the version in CVS is bad? Please submit a bug in Bugzilla about this and mention which version do you use. - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 4:15 PM Subjec

Re: WebServiceProxy Hell

2002-11-26 Thread Ivelin Ivanov
- From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 2:52 PM Subject: Re: WebServiceProxy Hell > Alright, Here's what I got so far: > > I've written a testing servlet that takes doPost, and prints out some &

Re: WebServiceProxy Hell

2002-11-25 Thread Tony Collen
Tony Collen wrote: Welp, now that I've blabbed to myself on the list, it turned out to be an outdated commons-httpclient.jar. Downloaded newer version and replaced old one, and it works. *sigh* :) Actually, no, all I get is a blank page. Different versions of commons-httpclient give me

Re: WebServiceProxy Hell

2002-11-25 Thread Tony Collen
Welp, now that I've blabbed to myself on the list, it turned out to be an outdated commons-httpclient.jar. Downloaded newer version and replaced old one, and it works. *sigh* :) Tony - Please check that your question h

Re: WebServiceProxy Hell

2002-11-25 Thread Tony Collen
Alright, Here's what I got so far: I've written a testing servlet that takes doPost, and prints out some valid XML. I'm able to submit to it with a normal HTML form and get XML back. I've got some debug statements in my servlet that prints to STDERR when a request is made so I can tell when t

Re: WebServiceProxy Hell

2002-11-23 Thread Tony Collen
On Sat, 23 Nov 2002, Ivelin Ivanov wrote: > Tony, > > Since the WSPG is a light wrapper around HttpClient, > it may not be that easy to answer. > The component is relatively new, so your help debugging the problem may be > valueable to everyone. > > there are a set of working examples in the sourc

Re: WebServiceProxy Hell

2002-11-23 Thread Ivelin Ivanov
/portal/home Ivelin - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: "cocoon-users" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 5:36 PM Subject: WebServiceProxy Hell > Agh! > > I'm trying to wrap my head arounc WebServiceP

WebServiceProxy Hell

2002-11-22 Thread Tony Collen
Agh! I'm trying to wrap my head arounc WebServiceProxyGenerator (and eventually XMLForms), and I'm having all sorts of problems. I'm trying to post to a servlet which I *know* returns valid xml, along with the header. I couldn't get it working for the life of me, so I prototyped a simple PH