Wireless Access

 View Only
last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.

.NET and the MSM765 WLAN Controller

This thread has been viewed 0 times
  • 1.  .NET and the MSM765 WLAN Controller

    Posted Jul 31, 2012 05:28 AM

    Hi

     

    I must create a Webapplication in .NET with ASP.NET (C#). For this I use the MSM_SOAP_XML_SDK_550 . I want to built a Web interface that can add a Internetconnection for a Guest for a certain time but I don't find a good documentation for the Methods and Classes from the SDK. 

     

    Here my Code:

     

    PROCURVE_MOBILITY_MSMPortTypeClient mobilty = new PROCURVE_MOBILITY_MSMPortTypeClient();

                GetSubscriptionPlanListResponseList subscriptionplan = new GetSubscriptionPlanListResponseList();

                subscriptionplan = mobilty.GetSubscriptionPlanList();

     

    I'm not sure whether th Code is right vut I want for the first time list the subscripts in a Console or a webinterface.

     

    w.t.

     

     

    P.S. This thread has been moved from Communications, Wireless (Legacy ITRC forum) to MSM Series. -HP Forum Moderator


    #MSM765