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]
