« Back to Extension Mobility API Questions

First try at EM API...need your help !

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi team,
 
This is my first try at EM API and would need your help.  I'm trying to do the following command but I receive an error.
 
Would you know what I did wrong ?
 
Many thanks,
 
Francois
 
*******************************
 
<request>
     <appInfo>
          <appID>SunRay</appID>
          <appCertificate>gemsoft</appCertificate>
     </appInfo>
     <login>
          <deviceName>SEP00169DEF0C7F</deviceName>
          <userID>1234</userID>
          <deviceProfile>User1</deviceProfile>
          <exclusiveDuration>
               <time>60</time>
          </exclusiveDuration>
     </login>
</request>
 
 
This is the response I'm receiving :
 
<CiscoIPPhoneText>
    <Title>Login response</Title>
    <Text>Login Unsuccessful</Text>
    <Prompt>Login is unavailable (207)</Prompt>
    <SoftKeyItem>
        <Name>Exit</Name>
        <URL>SoftKey:Exit</URL>
        <Position>1</Position>
    </SoftKeyItem>
</CiscoIPPhoneText>
*********************************************

Francois
 

Hi,

Are you sending the request to the EM Api? (it looks like you are trying to parse this on a phone..??)

you need to POST the request xml from your application to;
https://<server>:8443/emservice/EMServiceServlet