The ACE XML Gateway does not process HTTP requests if the URL ends with a query string such as "?WSDL" or "?wsdl". The following error appears: "No handler was found matching the request". This issue occurs
when:
•URLs end with a query string without additional parameters or value
http://<hostname/url>?WSDL
http://<hostname/url>?wsdl
•any combination of upper and lower case letters after the "?"
Workaround: Add an additional parameter or a value after the query string:
http://<hostname/url>?WSDL=value
http://<hostname/url>?wsdl=value
But apparently we are not sure how to get this workaround going? Can someone help?
srikanth003
0 Points
1 Post
XML gateway blocks ?WSDL
Jun 15, 2011 08:35 PM|LINK
Recently our servers were updated and all of a sudden the ACE XML gateway started blocking anything with ?WSDL at the end of URL.
Further search provided us with following link to the issue.
http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_xml_gateway/v61/release/note/xmlrn61.html#wp221861
CSCtf99191
The ACE XML Gateway does not process HTTP requests if the URL ends with a query string such as "?WSDL" or "?wsdl". The following error appears: "No handler was found matching the request". This issue occurs when:
•
URLs end with a query string without additional parameters or value
http://<hostname/url>?WSDL
http://<hostname/url>?wsdl
•
any combination of upper and lower case letters after the "?"
Workaround: Add an additional parameter or a value after the query string:
http://<hostname/url>?WSDL=value
http://<hostname/url>?wsdl=value
But apparently we are not sure how to get this workaround going? Can someone help?
-thanks
gateway Cisco wsdl xml