cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
387
Views
0
Helpful
0
Replies

MSE SOAP AesBussinesSession ID

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

0 Replies 0
Review Cisco Networking products for a $25 gift card