| bindappfwprofile_xmlvalidationurl |
Use this method to bind xmlvalidationurl to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
xmlvalidationurl |
Exempt the specified URL from the XML message validation check.
An XML message validation exemption (relaxation) consists of the following items:
* URL. PCRE-format regular expression that matches the URL(s) to be exempted.
* XML-request-schema toggle. Use the specified XML schema to validate requests. ON to enable, OFF to disable.
* XML request schema. XML schema to use for validating requests.
* XML-response-schema toggle. Use the specified XML schema to validate responses. ON to enable, OFF to disable.
* XML response schema. XML schema to use for validating responses.
* WSDL toggle. Use the specified WSDL to validate. ON to enable, OFF to disable.
* WSDL. WSDL to use for validation.
* SOAP-envelope toggle. Validate against the SOAP envelope. ON to enable, OFF to disable.
* Additional-SOAP-headers toggle. Validate against the extended list of SOAP headers. ON to enable, OFF to disable.
* XML-end-point check. ABSOLUTE to use an absolute end point, RELATIVE to use a relative end point. |
xmlrequestschema |
XML Schema object for request validation . |
xmlresponseschema |
XML Schema object for response validation . |
xmlwsdl |
WSDL object for soap request validation . |
xmladditionalsoapheaders |
Allow addtional soap headers. Possible Values : ON, OFF. |
xmlendpointcheck |
Modifies the behaviour of the Request URL validation w.r.t. the Service URL.
If set to ABSOLUTE, the entire request URL is validated with the entire URL mentioned in Service of the associated WSDL.
eg: Service URL: http://example.org/ExampleService, Request URL: http//example.com/ExampleService would FAIL the validation.
If set to RELATIVE, only the non-hostname part of the request URL is validated against the non-hostname part of the Service URL.
eg: Service URL: http://example.org/ExampleService, Request URL: http//example.com/ExampleService would PASS the validation. Default value = ABSOLUTE. Possible Values : ABSOLUTE, RELATIVE. |
xmlvalidatesoapenvelope |
Validate SOAP Evelope only. Possible Values : ON, OFF. |
xmlvalidateresponse |
Validate response message. Possible Values : ON, OFF. |
Return Value |
Returns simpleResult |
See Also |