Oh, I misundesrtood that this was fixed. I thought people are using this generator.
What I want to do, is submit an external form, and get the page of the submit processed through my pipeline. The form action is testForm/http://www.nds.com/cgi-bin/ndssearch.pl so I expect it to match my pipeline on submit. When I tried to pass it through simple HTMLGenerator, it looks like the form parameters were not passed to the action script. That's why I thought that maybe I should use WebServiceProxyGenerator. Is this the generator I need in order to do such thing? Is it at all possible, what I'm trying to achieve? Thank you very much for your help Anna ----- Original Message ----- From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 02:38 Subject: Re: WebServiceProxyGenerator error > I didn't expect any changes on the behaviour as there was no fix on this > particular problem. But you seem to refer to a patch which was maybe > missed on the list and not applied into the CVS. > > BTW, how does ** or {1} in the map:generate look like? > > Joerg > > On 03.02.2004 13:01, Anna Afonchenko wrote: > > > I downloaded the newest version (from December) from CVS, > > but I still get the java.lang.IllegalArgumentException: host must not be > > null > > Is there something else I'm missing here? > > > > Thank you very much for help > > > > ----- Original Message ----- > > From: "Joerg Heinicke" <[EMAIL PROTECTED]> > > > > > > Hi all. > > > > I am trying to use the WebServiceProxyGenerator in order to process > > the result > > > > of external form submit through my pipeline. > > > > I've got one of the latest cocoon releases. > > > > Here is what I write in the sitemap: > > > > > > > > <map:generator name="wsproxy" logger="sitemap.generator.wsproxy" > > src="org.apache.cocoon.generation.WebServiceProxyGenerator"/> > > > > <map:match pattern="testForm/**"> > > > > > > > > <map:generate type="wsproxy" src="{1}"> > > > > <map:parameter name="wsproxy-method" value="post"/> > > > > </map:generate> > > > > <map:serialize type="html"/> > > > > </map:match> > > > > > > > > When I try to run it, I get a "host is null" error. > > > > I found few posts about this problem, but the patch suggested > > > > there is from July, and my version of WebServiceProxyGenerator > > > > is from September, so I assume that this patch should be there? > > > > > > Maybe you tell us which patch you refer to. See > > > > > http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/proxy/java/org/apache/cocoon/generation/WebServiceProxyGenerator.java > > > for changes on the wsproxy generator. > > > > > > > So I don't know if my problem is because I don't have this patch, or > > because of > > > > some other thing. > > > > > > > > Attached is my version of WebServiceProxyGenerator.java > > > > > > It's exactly version 1.4 of the java file in CVS, in the meantime we are > > > at 1.6. > > > > > > Joerg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
