Top "Webservice-client" questions

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

Changing the default XML namespace prefix generated with JAXWS

I am using JAXWS to generate a WebService client for a Java Application we're building. When JAXWS build its XMLs …

java web-services jax-ws xml-namespaces webservice-client
Why does a SOAP message have to be sent over HTTP?

Below is a demo SOAP request message: HTTP/1.1 200 OK Content-Type: text/xml; charset="utf-8" Content-Length: nnnn <SOAP-ENV:Envelope xmlns:…

xml soap network-programming protocols webservice-client
Add a GET parameter to a POST request with RestSharp

I want to make a POST request to a URL like this: http://localhost/resource?auth_token=1234 And I want …

c# .net web-services webservice-client restsharp
How to create an Axis2 Web Service Client in Eclipse?

I'd like to use the "Web Service Client" wizard to create a web service client in Eclipse, but the wizard …

eclipse axis2 webservice-client
ServiceConstructionException when creating a CXF web service client

I created a web service client and I am receiving the following error when the web service is being created. …

web-services cxf webservice-client
web service proxy setting

In c# 4.0, I have a web service called ManufacturerContactDetails. I am calling that web service from a windows app using …

c# .net c#-4.0 webservice-client
JAX WS client cannot authenticate

I'm trying to consume a secure (HTTPS schema) web-service with help of standard JAVA 7 JAX WS tools. This web-service requires …

java web-services authentication jax-ws webservice-client
Error consuming web service due to lack of certificate in java (XML SOAP based)

I need to consume a web service which was built under Https in java. The Web Service Client was generated …

java web-services soap certificate webservice-client
How to test fileupload using SOAP UI

How to test fileupload using SOAP UI. There is a service which accepts file as input I want to simulate …

java soap file-upload webservice-client
Generic WebService (SOAP) client library for C++

I'm looking for a simple C++ WebService Client Library that can be easily linked into my application. Preferably this library: …

c++ soap webservice-client