Forum Discussion
haeoraki_127471
Nimbostratus
Mar 17, 2004SOAPHTTPConnection Error
I decided to use SOAP.
I installed iControl SDK on my computer. I compiled successfully SOAP Java Sample code - the codes are at iControl-4.5\iControl-4.5\sdk\support\S...
Mar 18, 2004
It looks like you do not have the iControl endpoint specified correctly. The error stating that the "A problem has occurred in the configuration utility" tells me that you are trying to access the web GUI and not the iControl endpoint. Make sure that your namespace and url are set correctly to
https://bigip_address/iControl/iControlPortal.cgi
URL deskURI;
String urn;
destURI = new URL("https:///iControl/iControlPortal.cgi");
urn = "urn:iControl:ITCMSystem/SystemInfo"; <-- or whichever
interface you are trying to access. The format is
urn:iControl//
Response resp = call.invoke(destURI, urn);
All of these steps are illustrated in the SDK sample code. I'd recommend you compare your code to the sample code to make sure you are setting the values correctly.
Cheers,
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects