13 years ago
How to pass response of one service as request of another
Hi All,
I get a response like below from one service:
<systemEvents>
<eventType>
<eventTypeId>providerEdited</eventTypeId>
<description>Provider Edited</description>
</eventType>
<eventType>
<eventTypeId>usernameChanged</eventTypeId>
<description>User Name Changed</description>
</eventType>
</systemEvents>
I need to pass all the xml showing in <systemEvents> to another service in Request.
Can you please tell me how do i store all this xml and pass to another service as request.
Thanks for help
Deepa
I get a response like below from one service:
<systemEvents>
<eventType>
<eventTypeId>providerEdited</eventTypeId>
<description>Provider Edited</description>
</eventType>
<eventType>
<eventTypeId>usernameChanged</eventTypeId>
<description>User Name Changed</description>
</eventType>
</systemEvents>
I need to pass all the xml showing in <systemEvents> to another service in Request.
Can you please tell me how do i store all this xml and pass to another service as request.
Thanks for help
Deepa