STEP 1 : Activate the dynamic email Integration which was created in
the previous blog.
Click Activate.
STEP 2 : Once the integration get activated click to open the endpoint
URL as shown in below image.
Copy the Endpoint URL
STEP 3 : Open the SOAP UI Tool & click on REST
Paste the Endpoint URL which you have copied in STEP 2 & click OK
STEP 4 : Configure the below details as it is :
- Method : select POST
- Media Type : select application/xml
- Enter the below details in box
<Employee>
<Name>Chetan</Name>
<City>Bangalore</City>
</Employee>
<Employee>
<Name>Shreya</Name>
<City>Pune</City>
</Employee>
</EmployeeDetails>
**Now add the Authentication as suggested in sequence in below Image
Here you have to enter your OIC Instance UserId & Password
Click the RUN button as shown in below image
In response payload you will get 202 Accepted message. It means your
Dynamic Email Integration get hitted successfully.
No comments:
Post a Comment
If you have any doubts, Please let me know.