Hello

I'm trying to debug a soap request generated with the soap logicsheet.
How can I view the generated soap request?
How can I have a log file for the soap.xsl?
(which generate the following lines
     if (getLogger().isDebugEnabled()) {
         getLogger().debug("XScriptObject for soap:call is\n" +
             <xscript:get scope="request" name="{$tempvar}" as="object"/> +
             ", sending request to: " + <xsl:value-of select="$url"/>);
     }
)

Thank's in advance

Jean-Claude


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



Reply via email to