Top "Webservice-client" questions

An application which calls on and consumes the response of a web service.

"WARNING: Unable to find required classes" when making a web service client

I have to make a web service client from an wsdl file. I have followed tutorial to create and test …

java web-services axis2 webservice-client
how to send int type parameters using jquery

I am building a web service that will communicate with a web page using jquery. I want to build my …

jquery ajax webservice-client
HttpDelete with body

I'm attempting to use an HttpDelete object to invoke a web service's delete method. The web service's code parses JSON …

android httpclient webservice-client http-delete
Is this JAX-WS client call thread safe?

Since initialization of the WS client service and port takes ages I like to initialize them once at startup and …

java jax-ws webservice-client java-metro-framework
"Exception javax.xml.ws.WebServiceException: Unsupported endpoint address" trying to call web service using JAX-WS 2.1

I'm trying to call the web service here: http://publicbetawebservices.hotel.de/V2_8/FreeHotelSearchWebService.svc?WSDL I've generated proxy classes …

java web-services jax-ws webservice-client
Getting java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl despite the dependencies are defined

Despite that I have defined the related dependencies as I have added below, getting the java.lang.ClassNotFoundException: com.sun.…

java maven tomcat jax-ws webservice-client
How to create a HelloWorld JAX-WS example (client - service)?

I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give …

web-services soap jax-ws webservice-client
How does a webservice work

I am new to webservices and i want to implement webservices by using java in my eclipse project. So can …

java web-services webservice-client
How to get SOAP message while using a Axis 1.4 wsdl2java-generated client

This is probably an easy question for anyone with any moderate expertise with web services using Apache Axis. I have …

java axis web-services webservice-client
Generate Java code from WSDL file

I am new to Java. I am trying to create SOAP Web service client to consume a vendors webservice which …

java jaxb jax-ws webservice-client jax-ws-customization