So,
Trying to start a session using the web service & soap, but what happens is an error. I am passing the associated session, and the proper Tech Node ID, but keep getting the error response.
Anyone have any ideas as to how to fix, or a working example, I have swapped session, node, numbers heck assigned it to a channel, and it just wont start the session.
Here's an example of my debug output:
Return of the SOAP_LOGIN Msg : login_OK
Generated PIN: 302830
My LMIR ID is: 182**** [redacted to protect privacy)
Waiting on Session...........................................
Found Session, sending SOAP 1.2 StartSession Request, envelope to send:
<?xml version="1.0" encoding="utf-8"?><soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"><soap12:Body><startSession xmlns="https://secure.logmeinrescue.com/API/API.asmx"><iNode>182****</iNode><iSession>36733146</iSession></startSession></soap12:Body></soap12:Envelope>
Return of the SOAP_STARTSESS Msg :
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><startSessionResponse xmlns="https://secure.logmeinrescue.com/API/API.asmx"><startSessionResult>startSessionRet_Error</startSessionResult></startSessionResponse></soap:Body></soap:Envelope>
Return of the SOAP_LOGOUT Msg : logout_OK
Can't seem to figure it out.
Also, do we have an example/formatting for the Monitor, Join Session, or Invite tech interfaces?