Re: problem with WebServiceProxyGenerator

2003-07-02 Thread Tony Collen (UMN IMAP)
Tony Collen wrote: &snip; Does anybody know if commons-httpclient has changed recently? It looks like a bit of stuff that the WSPG uses is currently marked as deprecated in commons-httpclient, which could be the cause of our problems here. I'll put working on this on my plate ASAP. Tony -

RE: problem with WebServiceProxyGenerator

2003-07-01 Thread Lenz, Evan
een up to snuff for what we wanted to use it for. > > Other features needed to make WebServiceProxyGenerator feature-complete, > at > > least for us, include: > > > > * Remote HTTP authentication support > > * Reverse redirects, a la Apache's ProxyPassRevers

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
maintenance-friendly way. A year?! Yoink. I had some mods to the WSPG a while ago and I know it was working correctly. I don't think they were that long ago, though. Other features needed to make WebServiceProxyGenerator feature-complete, at least for us, include: * Remote HTTP authentic

RE: problem with WebServiceProxyGenerator

2003-07-01 Thread Lenz, Evan
way. Other features needed to make WebServiceProxyGenerator feature-complete, at least for us, include: * Remote HTTP authentication support * Reverse redirects, a la Apache's ProxyPassReverse directive [1] Good luck to whomever tries to fix the issues with WebServiceProxyGenerator! Yo

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
Joerg Heinicke wrote: There seems to be a real problem with WebServiceProxyGenerator: http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html Yeah, It's looking that way :( I've noticed posts from other people asking about this, too -- no replies. I'm a little short on time

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Joerg Heinicke
There seems to be a real problem with WebServiceProxyGenerator: http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html Joerg Tony Collen wrote: Hübner, Stefan wrote: Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't wor

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
Hübner, Stefan wrote: Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple and should be correct - as far as the documentation is u

problem with WebServiceProxyGenerator

2003-07-01 Thread "Hübner, Stefan"
Title: problem with WebServiceProxyGenerator Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple a

src URL handling problem with WebServiceProxyGenerator

2003-06-19 Thread Philippe Remels
Hi, I can't get the WebServiceProxyGenerator neither the sample nor any test I can imagine. It always fails with the same error : org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null: java.lang.IllegalArgumentExce

WebServiceProxyGenerator fails to handle URL

2003-06-16 Thread Philippe Remels
Trying to use WebServiceProxyGenerator I keep getting the error : org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null: java.lang.IllegalArgumentException: host parameter is null With the following Stack Original

Re: WebServiceProxyGenerator problem

2003-06-16 Thread Azam .
2.0.4 on tomcat-4.1.24Geoff Howard <[EMAIL PROTECTED]> wrote: 2.1 or 2.0?At 02:13 AM 6/16/2003, you wrote:>Hi all>>I want to use sth like this in my sitemap>> > > >src=""> label="xml"/>> > > >>and I define this in sitemap generators>> > src=""> logger="webapp.wsproxy"/>>>but the problem is it could

Re: WebServiceProxyGenerator problem

2003-06-16 Thread Geoff Howard
2.1 or 2.0? At 02:13 AM 6/16/2003, you wrote: Hi all I want to use sth like this in my sitemap src="http://www.example.com/rss091.xml"; label="xml"/> and I define this in sitemap generators logger="webap

WebServiceProxyGenerator problem

2003-06-15 Thread Azam .
Hi all   I want to use sth like this in my sitemap   src=""http://www.example.com/rss091.xml">http://www.example.com/rss091.xml" label="xml"/>            and I define this in sitemap generators     logger="webapp.wsproxy"/>   but the problem is it co

[HELP]webserviceproxygenerator: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null

2003-04-14 Thread Joao Filipe Placido
Hello all, I've seen this problem on the mailing list before but no solution provided... Anyone knows how to fix webserviceproxy sample in cocoon 2.1 CVS? Thanks, Joao Filipe Placido Description:org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentExcep

Re: WebServiceProxygenerator

2003-01-16 Thread SAXESS - Hussayn Dabbous
omcat 4.1.12.The login page works with Servlets which generates xml as output in turn comined with XSLT in cocoon.Now I would like to send the parameters by POST and also would like to do some work with sessions.I read that WebserviceProxyGenerator would do this.But I am not able to understan

WebServiceProxygenerator

2003-01-16 Thread Kavitha Ramesh
WebserviceProxyGenerator would do this.But I am not able to understand the concept clearly and Iam confused how to start with and how to use it and implement in my case.I have installed the cocoon 2.1 developers version and it has one webserviceproxy. If someone could help me I would be very thankful,,, Regards

[Summary] WebServiceProxyGenerator & wsproxy-method parameter

2002-11-27 Thread Tony Collen
Hi list(s), After almost a week of pounding my head on the cement, I've figured out what's been going on with the WSPG. Consider the following pipeline: http://localhost/postServlet";> Alright, simple enough, correct? The only "odd" thing about this

[ANN] WebServiceProxyGenerator documentation

2002-08-31 Thread Ivelin Ivanov
The article which was published on WebServices.org is now part of the Cocoon documentation (in CVS HEAD). Links are provided off of the HOW-TO and User's Guide | Generator pages. Enjoy ! -=Ivelin=- - Please check that your qu