Hi!

Try this way:
<soap:call>
  <soap:url><xsp:expr>request.getParameter("SOAP_URL");</xsp:expr></soap:url>

or you should use the xsp-request taglib:
<soap:call>
  <soap:url><xsp-request:get-parameter name="SOAP_URL"/></soap:url>

Zsombor

On Thu, Dec 4, 2008 at 10:06, Smigge <[EMAIL PROTECTED]> wrote:
>
> Hi!
>
> I'm trying to pass a URL to a soap:call. I know how to pass parameters to a
> xsp that contains of plain java code, but this doesn't seem to work:
>
> <xsp:logic>
>      <soap:call>
>             <soap:url>request.getParameter("SOAP_URL");</soap:url>
>
> How can I get the parameter? Of course I could create the xsp file
> dynamically, but there has to be a simpler way to do this, right?
> --
> View this message in context: 
> http://www.nabble.com/Passing-parameters-to-a-soap%3Acall-in-an-xsp%3Alogic--tp20829665p20829665.html
> Sent from the Cocoon - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to