Hi,

just wondering, could it possible to create new matcher for soap-requests? like this:

<map:matcher name="soap">
 <map:parameter name="namespace" value="http://example.com/"; />
</map:matcher>

...

<map:match type="soap" match="foo">
 <map:generate src="foo" />
 <map:transform src="toSoap" />
 <map:serialize />
</map:match>

(would match for <foo xmlns="http://example.com";> ... in soap-message..
....

and then in serverpages able to use little like in flows.. like:

String value = <soap:value-of select="/foo/[EMAIL PROTECTED]" />;

or perhaps doing some soap.xml file which would have some properties in it.. then same xml-file could be used to serve wsdl requests...

Just thinking how to create this...

- Joose

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


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



Reply via email to