Top "Webservice-client" questions

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

How to pass a DateTime value to a WebMethod (ASMX)

I have a WebMethod with a parameter defined as DateTime. When I call that webservice, I get this error: at …

asp.net json asmx webservice-client
How to generate client code using wsdl2java through https?

I'm using Tomcat 6 and CXF 3 to implement some web services. I need to generate client code by using wsdl2java …

https cxf webservice-client wsdl2java
How to get image from web service to android application?

I am trying to load images from a server, according to their id number. Which would be the best method …

android web-services android-imageview android-image webservice-client
Precious Metals API/Webservice wanted

Is there a free webservice/api (on Yahoo or other platforms) that can return live stock prices for precious metals …

xml api webservice-client
How to use T4 to generate two files at the same time from one template?

I am having a case in which I need to generate two CSharp code files with pretty the same code …

c# .net code-generation t4 webservice-client
How to use the webservice-client classes generated with Eclipse?

I used eclipse Helios to create a Web Service Client for consuming an axis 1.4 web service. It generated 2 packages: 1 - …

java web-services eclipse webservice-client axis
Define the custom namespace to package mapping of generated file from wsdl - Axis2 eclipse

I have wsdl file in Eclipse and I am generating the client via axis2 plugin. The files are being generated …

java eclipse axis2 webservice-client
JAXBException: not a valid property on class

We have an application which needs to consume an external web service. To do this we have generated the set …

java jaxb jax-ws cxf webservice-client
Web service client library for C++

I'd like to implement a web service client for a project on Windows. I want to get web service info, …

c++ wsdl webservice-client gsoap
asynchronous webservice call. No (Begin...) method available!

I know this has been addressed before but I have service that returns a string like so. [WebServiceBinding(ConformsTo = WsiProfiles.…

c# .net asynchronous webservice-client