Hello All,
I've go to communicate with MSE server from Python. For now I'm testing requests in SoapUI. I manage to login into MSE ang get
AesBussinesSession but it seems it's hash of some sort - not integer as docs suggest.
SENT:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://cisco.com/mse/types">
<soapenv:Header/>
<soapenv:Body>
<typ:Login>
<typ:Credential userName="admin" password="admin"/>
</typ:Login>
</soapenv:Body>
</soapenv:Envelope>
RECEIVED:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Session xmlns="http://cisco.com/mse/types">
<BusinessSession id="b3b2b552-704f-49ed-8e4f-2c8b26c99592"/>
</Session>
</soap:Body>
</soap:Envelope>
How do I get an integer ID?
Regards,
Michal
WiadomoÅÄ byÅa edytowana przez: Michal Wasilewski - spelling