Jose, Not sure about this, but perhaps the SimpleResourceRouter class might help? The muse.xml file has this class specified by default for passing requests to resources. In the javadocs, the SimpleResourceRouter.invoke(Element) method specifies that it receives the parameters still in its SOAP body form. I'm not sure if this means that it is receiving the original raw request data, or data that has already been processed in a way that is readable by the router.
-----Original Message----- From: José Antonio Sánchez [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 7:23 AM To: [email protected]; [email protected] Subject: Can I access to the SOAP message from a Capability? I have seen how to access the addressing headers from a Capability, but is there a way to access to the raw SOAP message so I can access to some other headers elements (like ws-security headers)? -- Saludos. José Antonio Sánchez --------------------------------------------------------------------- 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]
