About 517,000 results
Open links in new tab
  1. 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: …

  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 …

  3. web services - What is the difference between JAX-RS and JAX-WS ...

    May 14, 2013 · Actually,JAX-WS represents both RESTful and SOAP based web services. One way to think about it is that JAX-RS specializes in RESTful, while JAX-WS allows you more …

  4. 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 …

  5. Java Web Service client basic authentication - Stack Overflow

    I have created a JAX-WS Web Service on top of Glassfish which requires basic HTTP authentication. Now I want to create a standalone java application client for that Web Service …

  6. 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 …

  7. WebSphere Liberty JAX-WS Web Service Generation in Eclipse

    Apr 10, 2017 · If I click OK, I get routed to another dialog, "WebSphere JAX-WS Bottom Up Web Service Configuration", with various options. Regardless of what I select here, when clicking …

  8. Difference between wss:// and https:// (or ws:// and http://) …

    May 18, 2023 · When an http connection is started, they can include the header “Connection: Upgrade”, which switches to a web socket. Once the server and client agree to switch to a …

  9. websocket - Difference between ws and wss? - Stack Overflow

    Oct 4, 2017 · Difference between ws and wss? Asked 8 years, 2 months ago Modified 5 years, 7 months ago Viewed 117k times

  10. How do I set the timeout for a JAX-WS webservice client?

    I've used JAXWS-RI 2.1 to create an interface for my web service, based on a WSDL. I can interact with the web service no problems, but haven't been able to specify a timeout for …