Top "Webservices-client" questions

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

How to consume Rest Web service in c#

I have written a webservice which on browser launch works fine. I pass a client id in this webservice and …

c# web-services rest webservice-client webservices-client
Rolling log Files & removing old log files

I am working on a Java SOAP based webservice application where I am writing stdout to a text file as …

java webservices-client
WS Client with Proxy and Autentification

I know this isn't exactly the correct way to ask a question, but I'm having a problem: I have a …

java web-services jax-ws webservices-client jax-ws-customization
Unable To connect remote server (Web Service)

I have tried to integrate this web service into my asp.net project but it popups such type of error ! …

c# asp.net rest webservices-client
Eclipse Web Service Client wizard and CXF

I'm trying to create a Web Service Client using the Eclipse Juno SR2 wizard. The service is correctly deployed and …

eclipse web-services cxf webservices-client
How to enforce an Axis Client to use TLSv1.2 protocol

A third party our application is integrate with has recently made changes in their security level protocols. In short, My …

ssl axis webservices-client tls1.2
Are JAX-WS clients thread safe?

Because the initialization of the WS client side port is so costly we would like to reuse the same instance. …

web-services jax-ws java-metro-framework webservices-client
What are WCF Proxies and what are they good for?

I have recently been educating myself about WCF and I have even written some production services using WCF. But I …

.net web-services wcf proxy webservices-client
WCF: "Error creating reader for MTOM message"

Trying to get MTOM working in a WCF client. The particular function I'm trying to consume sends an MTOM-encoded byte …

c# wcf web-services mtom webservices-client
DropWizard/Jersey API Clients

DropWizard uses Jersey under the hood for REST. I am trying to figure out how to write a client for …

java rest jersey dropwizard webservices-client