About 56 results
Open links in new tab
  1. maven - JAX-WS Web Service Client - JDK 17 - Stack Overflow

    Nov 9, 2023 · JAX-WS Web Service Client - JDK 17 - simple Java client w/ a main () - Fails Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 7k times

  2. JAX-WS Web service on Tomcat without sun-jaxws.xml

    I am trying to minimize required configuration while deploying JAX-WS-based Web service on Tomcat. With the introduction of Servlet 3.0 (supported by Tomcat 7+), web.xml can be thrown out, but ther...

  3. JAX-WS Web Services and Eclipse Dynamic Web Project

    Feb 23, 2015 · I saw several tutorials on the web about creating web services, but If I look at the Eclipse Dynamic Web Project structure it seems to me that there should be a kind of "build-in" way to create …

  4. How to do a SOAP Web Service call from Java class?

    Apr 11, 2013 · 286 I understand your problem boils down to how to call a SOAP (JAX-WS) web service from Java and get its returning object. In that case, you have two possible approaches: Generate the …

  5. Why do WebSockets use ("ws" and "wss") instead of ("http" and "https")?

    Aug 31, 2017 · Why do WebSockets use ("ws" and "wss") instead of ("http" and "https")? Asked 8 years, 7 months ago Modified 2 years, 4 months ago Viewed 12k times

  6. javascript - WebSocket connection failed: Error in connection ...

    Chrome doesn't allow unsecure websocket (ws) connections to localhost (only wss, so you should setup a TLS certificate for your local web/websocket server). However the same should work fine with Firefox.

  7. Spring Boot 3 Update: No qualifying bean of type 'jakarta.xml.ws ...

    Apr 4, 2023 · Spring Boot 3 Update: No qualifying bean of type 'jakarta.xml.ws.WebServiceContext' available Asked 3 years ago Modified 2 years, 6 months ago Viewed 15k times

  8. Proxy websocket wss:// to ws:// apache - Stack Overflow

    I am trying to configure a proxy to catch wss requests and redirect it throw ws to my Server for Dev environnment needs. I don't really understand what you did. I already activated mod_proxy and …

  9. jax ws - Java Webservice Client (Best way) - Stack Overflow

    Can someone send the links for some good tutorials on these topics? That's another pro, there are plenty of (good quality) tutorials for JAX-WS, see for example: Developing JAX-WS Web Service …

  10. security - WS on HTTP vs WSS on HTTPS - Stack Overflow

    Nov 6, 2014 · I've read that WS only works on HTTP, and that WSS works on both HTTP and HTTPS. Are WSS (Secure Web Socket) connections just as secure on an HTTP server as they are on an …