This is going to be a short post as we wrap up our discussion from our last post. Let’s visit our response message and see how we can tackle the XPath issue where the prefix has not been assigned to our namespace in the response message.
One of the ways we can make this work is by defining a prefix of our choosing in our name space definition.
The step that is responsible for that is the ‘XML Set Document Property’ which allows you to define your namespaces.
The format used for defining the namespaces is as follows: xmlns:<prefix>=”<namespace-uri>”.The list [...]
