Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
This file have an example from my Api rest response.
How can i get the other data from the next url (in the file the next url is "
<more xlink:href="https:*********"/> )
How can i do this ?
Any help please !
Hi
Try to use tExtractXMLField to extract the URL from the response string, please refer to the component documentation and learn this component.
Regards
Shong
One way would be to find this tag `<more xlink:href=` and then parse the value and make a call using tRestRequest in an orchestration... Maybe if you can share the job design, it may be easy to share some other ideas.
HTH
Hi
Try to use tExtractXMLField to extract the URL from the response string, please refer to the component documentation and learn this component.
Regards
Shong