• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP Client SSL Issue

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have generated SOAP JAX-RPC Client from WSDL and deployed on WebSphere. JAX-RPC SOAP WebService is also deployed on WebSphere.

When the client invokes the web service via SSL, I am getting 404 error. The same end point URL is accessible via browser, SOAP UI, through a SOAP client deployed on JBoss. All of them are able to access SSL endpoint except SOAP Client on WebSphere. SOAP Client on WebSphere works with HTTP URL pointing to a node directly, but does not work with load-balanced SSL URL. Imported the required certificate into WebSphere trust store in the Admin Console. There is no Certificate issue.

When accessed via SSL, the request comes to IBM HTTP Server which sends 404 error. It is trying to find a directory (appended to DocumentRoot) and it's not found. It's unable to route to WebSphere plugin.

Question:

How does the same IBM HTTP Server and WAS Plugin setup work with all other SOAP Clients via SSL and doesn't work with SOAP Client running on IBM WebSphere alone ?
What exactly is wrong with the code or configuration that needs to be changed ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic