Forum Discussion
Joppe
17 years agoNew Contributor
Yes, have tried several combinations.
For example:
${GetCustomerSession - Request 1#Response#//* - This one returns the whole response.
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/*} - returns the headerpart.
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/s:Stateheader/*} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/Stateheader/*} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/s:SessionId} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/SessionId} - Nothing
Can it be the namespace in a namespace that could be the problem?
For example:
${GetCustomerSession - Request 1#Response#//* - This one returns the whole response.
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/*} - returns the headerpart.
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/s:Stateheader/*} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/Stateheader/*} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/s:SessionId} - Nothing
${GetCustomerSession - Request 1#Response#//s:Envelope/s:Header/SessionId} - Nothing
Can it be the namespace in a namespace that could be the problem?