I am trying to create a WSDL file for the Feedback wizard to show that it can be used a web service via HTTP GET binding.
What is an elegant way to match "?WSDL" in the sitemap. The request matcher acts against the URI and doesn't recognize the query string. The request parameter matcher on the other hand will only match parameters which have values. Since the standard for exposing a WSDL descriptor for a service is to add "?WSDL" to it, it won't be polite to require "?WSDL=true". So, in the wizard sitemap, I match <map:match pattern=""> ... for the actual wizard ... how do I do this: <map:match pattern="?WSDL"> ... to display the WSDL file ... Ivelin ----- Original Message ----- From: "Johannes Koch" <[EMAIL PROTECTED]> To: "cocoon-users ML" <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 11:21 AM Subject: How to match jsessionid? Hi, I have URLs like this: 'foo.do;jsessionid=abcdefg?bar=blah' When I try to match it with the wildcard matcher <map:match pattern="foo*"> ... </map:match> {1} is only '.do'. How can I match the jsessionid part? -- Johannes Koch . IT Developer Pixelpark AG . http://www.pixelpark.com Rotherstraße 8 . 10245 Berlin . Germany phone: +49 30 5058 - 1288 . fax: - 1355 --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]