WebServiceProxy Example

2003-03-11 Thread Saurabh Arora
I have been looking for the webserviceproxy example in 2.0.4 and 2.0.3 cocoon release but cannot find the same. Only documentation exist. I have also tried to look a cvs project cocoon-2.0, but cannot find the same. Where is this Example? saurabh arora

webServiceProxy

2003-02-12 Thread Tudor Malene
Hi!   I am new to cocoon, and I was wondering if I could use this feature ( webServiceProxy ) with any Web site ( and if yes -how? ) or just with those sites who produce XML content.   Thank you Tudor

WebServiceProxy: host parameter is null

2003-02-11 Thread Tudor Malene
Hi everybody!   I installed the latest version of cocoon 2.1 from the CVS, and when I'm trying to run: http://localhost:8080/cocoon/samples/webserviceproxy/cocoonhive/   I get the following exception:   Error invoking remote service: java.lang.IllegalArgumentException: host parameter is

Re: webserviceproxy working in snapshots?

2003-02-07 Thread AWR
s the input through Tidy before sending the sax events through the pipeline, guaranteeing [?] that you get wellformed xml." from <http://www.mail-archive.com/cocoon-users@xml.apache.org/msg22307.html>. Can a generator, like webserviceproxy, receive content from another generat

webserviceproxy working in snapshots?

2003-02-03 Thread AWR
nyone have webserviceproxy working in a recent dev snapshot? AWR Original exception : java.lang.IllegalArgumentException: host parameter is null at org.apache.commons.httpclient.HttpConnection.(HttpConnection.java:175) at org.apache.commons.httpclient.HttpConnection.(HttpConnection.jav

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

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-02 Thread Ivelin Ivanov
- Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 11:48 PM Subject: Re: [ WebServiceProxy ] Invalid response - no xml > On Tue, 1 Oct 2002, Ivelin Ivanov wrote: > > > I don't kn

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-01 Thread Tony Collen
On Tue, 1 Oct 2002, Ivelin Ivanov wrote: > I don't know of a quick appropriate way. > Most Cocoon components will not accept invalid XML format. > One way is to extend the WebServiceProxyGenerator and modify the code to > prepend the xml header. Ivelin, Of course, just after I sent that message

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-01 Thread Ivelin Ivanov
To: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 11:03 PM Subject: [ WebServiceProxy ] Invalid response - no xml > Hi all - > > I'm playing with the WebServiceProxy, and the server I'm contacting does > not generate an tag at the start of their response. > Thusly

[ WebServiceProxy ] Invalid response - no xml

2002-09-30 Thread Tony Collen
Hi all - I'm playing with the WebServiceProxy, and the server I'm contacting does not generate an tag at the start of their response. Thusly, I get the following error: Cocoon 2 - Internal server error type fatal message Error invoking remote service: org.apache.cocoon.Processin