Forum Discussion

ZhiWei_Li_10106's avatar
ZhiWei_Li_10106
Historic F5 Account
Dec 16, 2009

someone give me some samples of icontrol used stardard language C not C++

thanks in advanced.

3 Replies

  • Microsoft used to provide a SOAP toolkit for C++ but I don't believe it's in use anymore. I've heard the open source GSoap works for C++ but haven't tested it out with our WSDL bindings. That might be worth a shot. I don't believe they have a C library but if C++ works for you then that might be a way to go. Let us know what you find.

     

     

    -Joe
  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus
    Sorry, I don't have a specific C example for iControl (All my stuff in in perl for some strange reason), but you could checkout

     

     

    http://www.example-code.com/c/http_soap.asp

     

     

    which has a C code example for a SOAP request using Chilkat libraries.

     

     

    There's also csoap (http://csoap.sourceforge.net/) a library for X that uses libxml2.

     

     

    regards

     

    Hamish