Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Web Services
WLSSLAdapter in axis2
Arthur Ford
Greenhorn
Posts: 22
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Folks,
import weblogic.webservice.client.SSLAdapterFactory; import weblogic.webservice.client.WLSSLAdapter; WLSSLAdapter adapter = new WLSSLAdapter(); adapter.setProxy(xyz,1234); adapter.setStrictChecking(false); adapter.setVerbose(true); adapter.setTrustedCertificatesFile(xyz); adapter.loadLocalIdentity(abc,def); SSLAdapterFactory.getDefaultFactory().setDefaultAdapter(adapter); SSLAdapterFactory.getDefaultFactory().setUseDefaultAdapter(true);
How does one achieve this weblogic functionality in Apache axis2?
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
WebService using weblogic api
Web service handler could not registered/called in client web service
Urgent! (Very IMP) Implementing client on SSL in webservices!!!
Invoking an https web service
webservices client over SSL problems
More...