Forum Discussion
StainlessSteelR
Nimbostratus
Feb 04, 2004LBMethod
Hi there,
I'm trying to create a pool using the SOAP call 'create' in Java. The method signature from the iControl docs mentions the parameter lb_method which seems to want the LBMetho...
Feb 04, 2004
The com.f5.* classes are for our CORBA clients so they won't do you much good if you are going the SOAP route. All the serializers should be included in the support/SOAP/java/shared directory. The LocalLBPool.java sample code illustrates how to query the lb_method for pool. Remember to use the SOAPMappingRegistry implementation we distribute in the shared directory to make sure that the namespaces are correctly matched to the serializer types.
private iControlSOAPMappingRegistry smr = new iControlSOAPMappingRegistry();
.
.
.
call.setSOAPMappingRegistry(smr);
If you are still having problems, pass along your code (or a snippet of it) and I'll see if I can see what the problem is.
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
