Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameValue
Content-Typetext/xml; charset=UTF-8

Forms: HTTP Collector XML Namespace


HTTP Collector XML namespace definition form - for declaring namespaces used in an XML response.


Form: HTTP Headers Detail


The following fields are configured on this form:


FieldDescription
Name

Name of the XML namespace. By convention, it is recommended that you use the name used in the XML response. E.g. if the XML response contains xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" then make this soapenv.

However, this is not mandatory - you can give any namespace any name - all that matters is that the names defined here match those you use in XPath expressions to extract data from the XML response.

In particular, default namespaces, e.g. xmlns="urn:xmlns:company-com:message" can be given any name, providing that you use this name in XPath expressions.

See HTTP Collectors for examples of using namespaces in XPath expressions to extract data from XML responses.

ValueValue of the XML namespace. E.g. http://schemas.xmlsoap.org/soap/envelope/


Examples



Reponse Examples

Anchor
responseExamples
responseExamples

...