794
Views
0
Helpful
2
Replies

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2018 07:33 AM
Currently customers SOA server accepts the data in JSON format and below is the sample format that their server can accept :
POST https://<<IP>>:<<PORT>>/ENS/v1/SMS HTTP/1.1
Accept-Encoding: gzip,deflate [Required, constant]
APIKEY: XYZ12345 [Required, constant]
Content-Type: application/json [Required, constant]
Content-Length:
Host: <<IP>>:<<PORT>>
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
{
"SMS":{
"ReqHeader":{
"RqUuid":"XYZ123", [Required, dynamic]
"ClientId":"XYX", [Required, constant]
"ClientCountry":"SG", [Required, constant]
"TraxDateTime":"2016-10-19T15:29:32" [Required, dynamic]
},
"ReqBody":{ [TBD]
"Field1":"Value 1",
"Field2":"Value 2"
}
}
Now i have following questions:
Accept-Encoding: gzip,deflate [Required, constant]
APIKEY: XYZ12345 [Required, constant]
Content-Type: application/json [Required, constant]
Content-Length:
Host: <<IP>>:<<PORT>>
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
{
"SMS":{
"ReqHeader":{
"RqUuid":"XYZ123", [Required, dynamic]
"ClientId":"XYX", [Required, constant]
"ClientCountry":"SG", [Required, constant]
"TraxDateTime":"2016-10-19T15:29:32" [Required, dynamic]
},
"ReqBody":{ [TBD]
"Field1":"Value 1",
"Field2":"Value 2"
}
}
Now i have following questions:
1.Is above mentioned header is supported in Administration--System--Setting--SMS Gatway--Provider API page.
2. is above mentioned JSON format supported under “HTTP POST data content type” in Administration--System--Setting--SMS Gatway--Provider API page.
3. If the above is supported, what’s the format the data is sent out in JSON
Many Thanks,
- s specifying the format as JSON under “HTTP POST data content type” supported.
- If the above is supported, what’s the format the data is sent out in JSON
- s specifying the format as JSON under “HTTP POST data content type” supported.
- If the above is supported, what’s the format the data is sent out in JSON
Solved! Go to Solution.
Labels:
- Labels:
-
Identity Services Engine (ISE)
1 Accepted Solution
Accepted Solutions

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2018 08:50 AM
I am also working on this internally
2 Replies 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2018 08:50 AM
I am also working on this internally

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019 11:39 AM
i am still checking internally on this with the developers. you can also open a tac case to investigate with vendor to see if any workaround. What is the provider name? can they give us a sample account and contact info to work together? This can all be coordinated through TAC. Please keep us updated as well.
