IBM WebSphere XS40 Command Reference Manual page 670

Datapower xml security gateway
Table of Contents

Advertisement

Guidelines
The refine command defines an item of SOAP header processing instruction to
include in the list of items returned by the SOAP Header Disposition Table object.
Issue this command as many times as needed to include all desired items.
Use the no refine command to delete the entire list of items tat are configured for
the object.
Examples
v Adds three SOAP header processing instructions. The first removes the Foo
v Deletes all SOAP header processing instructions.
644
Command Reference
header if the namespace URI is my-namespace. The second keeps the abc child
element local name of a SOAP header named Bar regardless of the namespace
URI. The last instruction uses the default processed header rules for all the
headers in some-namespace namespace.
# soap soap1
New SOAP Header Disposition Table configuration
# refine "my-namespace" "Foo" "" "remove"
# refine "" "Bar" "abc" "keep"
# refine "some-namespace" "" "" "processed"
# exit
# soap soap1
Modify SOAP Header Disposition Table configuration
# no refine
# exit

Advertisement

Table of Contents
loading

Table of Contents