Forum Discussion

ag_g_2058's avatar
ag_g_2058
Icon for Nimbostratus rankNimbostratus
Oct 20, 2005

web reference url for C#

Probably a very simple question but what is the url for adding a web reference in my code. I have created a very simple web form which to be honest is a copy of the F5 tutorial on using C to create an app to manage nodes on the F5 big ip devices. however, when I put the ip address in the url for the f5 appliances all I get back is either the login page for the admin console on the f5 devices or if I add /icontrol I get an error page. Do I need to enable a web service on the F5 device first or is there a particular url I should be using? I am working with BigIP version 9.1.0.

 

 

  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    In VS.NET, when adding a WebReference, try entering:

     

     

    https://your_bigip_address/iControl/iControlPortal.cgi

     

     

    This will return a list of the available WSDLs, and you can just add the one you need.

     

     

    Regards,

     

    Loc