Try <test> <xsp:attribute name="param"><xsp-request:get-parameter name="param"/></xsp:attribute> </test>
Markus > -----Original Message----- > From: Andreas Wombacher [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 4:08 PM > To: [EMAIL PROTECTED]; anwo > Subject: SOAP LogicSheet and request parameters > > > Hello, > > I am using the SOAPLogicSheet and now I am forced to add parameters > contained in the request as attributes to the XML element <test> as > depicted below: > > <soap:call> > <test param="content from a parameter set in the request"/> > </soap:call> > > the usual approach reading the paremeters via > <xsp-request:get-parameter name="param"/> > does not work, because it can not be applied to XML attributes. > > Any comments and ideas are welcome. > Thanks in advance. > > Bets regards > Andreas > > > --------------------------------------------------------------------- > 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]
