Response for soap message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 06:57 AM
Hello All,
I am working on soap integration connecting to RM, so i able to connect to 3rd party and receive the 1st response from them in form of operation id, this soap message is trigger from the business rule, so receiving response in business rule itself and able to parse that and update the worknotes of task.
Now the scenario is they will again send the 2 nd response might be immediately or after sometimes wrt to the operation id which we receive in 1st response, but for this 2 nd response they will just send the xml and they want the end point where they can send xml, but now I am not sure how to create the url for that and how the xml will get attached to it.... I have tried creating the web services but i am not sure how they will attach the xml to particular field as they don't have any configuration at there they will just send the xml to the end point which we will provide.. Please help me to create thi to receive 2 nd response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:01 AM
Can anyone please help on this