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
Weblogic Client - Digital signing of code
Arthur Ford
Greenhorn
Posts: 22
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I have a weblogic based
java
client to connect to a weblogic webservice.The code I find in the net involves using stubs -
WebServiceContext context = service.context(); X509Certificate clientcert = getCertificate(KEYNAME, CLIENT_KEYSTORE); PrivateKey clientprivate = (PrivateKey) getPrivateKey(KEYNAME, KEYPASS, CLIENT_KEYSTORE); WebServiceSession session = context.getSession(); session.setAttribute(WSSEClientHandler.CERT_ATTRIBUTE, clientcert); session.setAttribute(WSSEClientHandler.KEY_ATTRIBUTE, clientprivate);
But the client I use is DII based. I use no stubs. Is there a way to digitally sign the code via this approach?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
List contents - number of occurrences ?
Request XML not getting created properly using client stub
Web Service SSL Client
Web Service *Client*
Encrypt file using public key?
More...