Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Extension Mobility API (EMAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Extension Mobility API Questions
EM-Query over HTTPS
Threads [
Previous
|
Next
]
EM-Query over HTTPS
Thomas Goldschrafe
7/14/10 7:23 PM
RE: EM-Query over HTTPS
David Staudt
7/14/10 9:52 PM
RE: EM-Query over HTTPS
Thomas Goldschrafe
7/15/10 11:53 AM
RE: EM-Query over HTTPS
Axel Schemberg
8/30/10 3:47 PM
Thomas Goldschrafe
Posts:
2
Join Date:
7/14/10
Recent Posts
EM-Query over HTTPS
emapi
appcertificate
parser error
Answer
7/14/10 7:23 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello,
I would like to know, if it is possible to make a Extension Mobility Query (e.g. a Devices-User Query) over HTTPS.
I have written an application which works fine as long I use HTTP (http://?.?.?.?:8080/emservice/EMServiceServlet),
but when I post the same request over HTTPS (https://?.?.?.?:443/emservice/EMServiceServlet) I get the follwing error:
<response>
<failure>
<error code="0">Other Parser Error: Unexpected end of file from server
</error>
</failure>
</response<
My query looks like this:
xml=
<query>
<appInfo>
<appID>user</appID>
<appCertificate>password</appCertificate>
</appInfo>
<deviceUserQuery>
<deviceName>SEP00??????????</deviceName>
</deviceUserQuery>
</query>
The backround of my question: I don't want to send the appCertificate in plain HTML due to security reasons.
Is there any other way I can avoid that problem?
Thanks in advance
Thomas
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
14
Join Date:
6/4/08
Recent Posts
RE: EM-Query over HTTPS
Answer
7/14/10 9:52 PM as a reply to Thomas Goldschrafe.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The UCM secure SOAP port is normally :8443...can you try with that?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Thomas Goldschrafe
Posts:
2
Join Date:
7/14/10
Recent Posts
RE: EM-Query over HTTPS
Answer
7/15/10 11:53 AM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks for your reply.
Yes, I tried, but it get the same error message as above.
Thomas
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Axel Schemberg
Posts:
5
Join Date:
8/21/08
Recent Posts
RE: EM-Query over HTTPS
Answer
8/30/10 3:47 PM as a reply to Thomas Goldschrafe.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Thomas,
as far as I know HTTPS is a new feature of CUCM 8.0.
Regards
Axel
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top