Top "Webservice-client" questions

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

Client to send SOAP request and receive response

Trying to create a C# client (will be developed as a Windows service) that sends SOAP requests to a web …

c# soap webservice-client
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake during web service communicaiton

I am getting javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake exception when I try to do HTTPS …

java ssl webservice-client
Content is not allowed in Prolog SAXParserException

I am trying to call a web service but facing a strange behavior. we have a web-service running on my …

java axis2 axis webservice-client saxparseexception
WebService Client Generation Error with JDK8

I need to consume a web service in my project. I use NetBeans so I right-clicked on my project and …

webservice-client java-8 netbeans-8
Java Webservice Client (Best way)

I have a third party WSDL, I need to write code in Java for a web service client to invoke …

java jax-ws axis2 wsdl2java webservice-client
Post data and retrieve the response using PHP Curl?

I'm very new to working with web services, and so I'm finding this pretty confusing. If I have a URL …

php post curl webservice-client
Error consuming webservice, content type "application/xop+xml" does not match expected type "text/xml"

I'm having a weird issue when consuming a webservice for a product that my company has bought. The product is …

c# .net webservice-client wcf-client
JAXWS — how to change the endpoint address

How can I dynamically change the address which my JAXWS client is using? This client was generated by wsimport.

java jax-ws webservice-client
Web service client given WSDL

I am trying to create a web service client in Java. I am not aware of how to do it. …

java web-services wsdl webservice-client
Add SOAP header object using pure JAX-WS

I'm trying to implement simple web service client for PayPal Express Checkout API using JAX WS. PayPal Express Checkout API …

web-services soap jax-ws paypal webservice-client