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

    Nov 9, 2023 · I have been digging to understand why a simple Java class w/ a main() method that attempts to instantiate a client proxy client call to a JAX-WS web service running on WildFly v27 …

  2. 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.

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

    Feb 23, 2015 · So, is there a tutorial specific for adding web services to an existing Dynamic Web Project and that will end up showing them under JAX-WS Web Services folder (indicated by the …

  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. Proxy websocket wss:// to ws:// apache - Stack Overflow

    I couldn't connect my websocket using wss://. I found that there is a way to use Apache to expose wss://domain.com - frontend (Apache) ws://domain.com:9090 - backend plaintext My configuration:

  6. 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, 5 months ago Modified 2 years, 2 months ago Viewed 12k times

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

    Apr 4, 2023 · If you're using a different JAX-WS implementation, you'll need to check if it has any support for Spring 6. If not, I think copying JaxWsAutoConfiguration code mentioned above should …

  8. Tracing XML request/responses with JAX-WS - Stack Overflow

    Dec 22, 2009 · Is there an easy way (aka: not using a proxy) to get access to the raw request/response XML for a webservice published with JAX-WS reference implementation (the one included in JDK 1.5 …

  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. How to throw a custom fault on a JAX-WS web service?

    Nov 28, 2012 · How do you throw a custom soap fault on a JAX-WS web service? How can I specify the faultCode, faultString and detail of the soap fault? Is it possible to set the value of the detail as bean …