On 05.02.2004 01:47, Dana Cordes wrote:

<map:generate src="http://DOMINOSERVER/mail/username.nsf?Login&Username=me&Password=pass&RedirectTo=/mail/username.nsf/($Inbox)?ReadViewEntries" type="xml"/>

But, this of course doesn't work since the "&" character that I use in the url src is a no no in an XML document. If I replace the "&" with "&amp;" or even "&#x0026;" or "&#38;" the url does not resolve correctly, and I cannot get my content.

That & does not work is clear, but I don't see any reason why &amp; shall not work.


Is there another, better way to do this? I'd use the WebServiceProxyGenerator but I'd find the same problem there.

The difference of the wsproxy is that you can send the request with the POST method.


I've seen this come up in the mail archives regarding POST requests, but I haven't found a real clear answer yet.

I only remember problems when you want to reuse request parameters sent to Cocoon on the request to the other server. There was a problem with encoded and decoded parameters, but not with an URL built like yours above.


Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to