Forum Discussion
arkus_10691
Nimbostratus
Jul 08, 2005multii-dimension array SOAPException
I'm using the SOAP api for iControl v9 within IBM's Rational Application Developer. Things have been going pretty well. (Your XTrustProvider is great!)
Problem: Attempting to invoke L...
Oct 24, 2005
Ok, I got WebSphere configured to work with HTTPS requests. Here's the steps I took to get things running.
1. install WebSphere 5.1.2
2. Create iControl jar file
2.a. cd {sdk_root}/sdk/samples/soap/java/apache/axis
2.b. edit setenv.bat with local java settings
2.c. run make.bat to create the binding sources
2.d. cd bindings/iControl
2.e. javac -classpath .. *.java
2.f. javac -classpath .. holders/*.java
2.g. cd ../..; mkdir obj; cd obj
2.h. xcopy ../bindings/* . /s /e
2.i. del /s *.java
2.k. jar cvf iControl.jar iControl
3. Create new project in WebSphere
4. Load up one of the sample files
5. Add the following external libraries to the project
{from WebSphere's runtime}
-- ibmjsse.jar
-- xml.jar
{from axis}
-- activation.jar
-- axis.jar
-- commons-discovery.jar
-- commons-logging.jar
-- jaxrpc.jar
-- mail.jar
-- wsdl4j-1.5.1.jar
{from sun}
-- saaj.jar
{iControl}
-- iControl.jar
6. Add the following to the java.security file in your WebSphere runtime
security.provider.3=com.ibm.jsse.IBMJSSEProvider
This was found in this technote from IBM:
http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/index.jsp?topic=/com.ibm.support.was.doc/html/Java_Security_(JSSE_JCE)/1188709.html
Click here
7. Compile and run
Hope this helps...
-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
