com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 404: Not Found
Hi,
We are integrating with third party using SOAP web services.
From standalone Java client using JAX WS API we are able to access the webservice hosted on third party server.
But when same code is deployed on weblogic server, system fails to connect and gives below exception
SEVERE: Error while invoking endpoint https://hostname:443/ws_proxy/soap/SECSSecurityTokenCreate_V1_0Service from client; ServiceName: {http://ws.create.securitytoken.security.edb.com}SECSSecurityTokenCreate_V1_0Service ; PortName: {http://ws.create.securitytoken.security.edb.com}SECSSecurityTokenCreate_V1_0Service ; Client side features: [weblogic.jws.jaxws.client.ClientIdentityFeature]; Client side policies:
- com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 404: Not Found