Beice
15 years agoOccasional Contributor
Can "Property Transfer" function support non-xml context ?
Hi
Since it use X-Path to fetch the property value . I want to know whether the it can support non-xml content .
here is the example , we have a http response , and I want to extract the number 1234 in the body and put into a property for next http request .
HTTP/1.1 200 OK
Content-Type: text/plain;charset=ISO-8859-1
Content-Length: 5
Content-Language: en-US
Date: Thu, 09 Dec 2010 07:03:50 GMT
Server: WebSphere Application Server/6.1
Application_1234
Since it use X-Path to fetch the property value . I want to know whether the it can support non-xml content .
here is the example , we have a http response , and I want to extract the number 1234 in the body and put into a property for next http request .
HTTP/1.1 200 OK
Content-Type: text/plain;charset=ISO-8859-1
Content-Length: 5
Content-Language: en-US
Date: Thu, 09 Dec 2010 07:03:50 GMT
Server: WebSphere Application Server/6.1
Application_1234