Question:
We are using CURRI to modify calling number.
We created ECCP profile point to our JSP page. We also created translation pattern and ECCP profile assigned to it.
Can you please guide us how to capture HTTP request XML in our JSP page?
---------------------------------------------------------------------------------------------
Answer:
The XML will be in an HTTP POST. The XML is in the body, so your application needs to be able to accept a POST and process it.
Comments
0 comments
Please sign in to leave a comment.