Questions tagged [webservices-client]

A web service client is a consumer of a defined web service, based on its contract (the service API) and constraints (i.e. security).

A web service client is a consumer of a defined web service, based on its contract (the service API) and constraints (i.e. security).

Web service clients can be automatically generated (based on a given contract and via technology related tools) or developed using the given service API and a technology of choice.

234 questions
0
votes
1 answer

WSDL link for testing Web Service

I would like to know, Is there any WSDL link for web service which is running on HTTPS but not HTTP because I would like to test my client project whether it is working or not. Please send me the link as soon as possible because it is really…
Gautam
  • 238
  • 6
  • 17
0
votes
1 answer

Consuming a Web Service

I have been working on this for two weeks and cannot quite get the answer. I need to get data from a web service into a gridview, using Visual Studio 2012. The wdls is here: https://home-c8.incontact.com/insidews/insidews.asmx I need the…
wesreitz
  • 79
  • 6
0
votes
1 answer

Consuming SOAP via sending objects from php client to dotnet SOAP server

I have been trying to call a webservice that is in dotnet platform from a client prepared in php. New to the webservice business and trying my best ...... but I have been unable to send objects from php as client to the dotnet webserver. If anyone…
dramp
  • 3
  • 2
0
votes
3 answers

how to write web service call back method / class structure in ios

My problem is as follows, I have 4 class as follows, A) UIviewController (UI) B) Static Method web service request class c) Static Method web service response parsing class D) Static Method web service response processing class Flow of data is…
0
votes
2 answers

JAX-WS client creation

I am newbie to JAX-WS. I want to create a client for a webservice interface, so that i can test the webservice interface. Please share link/resource or any approaches for JAX-WS client creation if there is any.
net user
  • 573
  • 2
  • 8
  • 21
0
votes
0 answers

How to retrieve complex type object using ksoap2

According to this tutorial I have developed an app to retrieving data from a web service. In web service, it will get some list of id and returning a SingleAddWithThumbnail class object. WSDL (JAX-WS)
Anjula
  • 1,690
  • 23
  • 29
0
votes
1 answer

Error in generating java classes from wsdl

Recently i started work on implementing web service client from eclipse. i got wsdl from aramex.com/developers. I wanted to implement a shipment tracking client. but when i generating java classes from below wsdl file it gives me below…
pathum83
  • 133
  • 1
  • 6
  • 14
0
votes
1 answer

How can i read/set atribut for object soap

If i use VB .NET follow code it work good. But How can i realize it on delphi 2010. My problem is to find analog the r.MessageData.AppData.Any. I try to use rootNode :=…
0
votes
1 answer

How to create Callback in Webservice for non-browser client?

An example is GoogleCL non-browser client as explained here : http://www.maketecheasier.com/beginner-guide-googlecl/2010/06/23 When you attempt to use the google command for a service for the first time, it will open your web browser and ask you…
user310291
  • 36,946
  • 82
  • 271
  • 487
0
votes
2 answers

java.net.UnknownHostException while consuming .net webservice from java client

while consuming a windows authenticated WebService from Java client -Eclipse, I 'm getting an error at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:876) at…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

How to manage "Out of memory on an 5943816 byte allocation" when accessing xml string from server using ksoap in android application

In my application, i am using ksoap2 for retrieving data from .net web service. Data which we are transferring is in format called "xml string". It works fine if i accesses 1000 item records. But When i am trying to access 12000 item records from…
Velmurugan
  • 36
  • 7
0
votes
0 answers

Generate Web Service Client from from Multiple WSDL in Java?

I have to plan to generate WS-Client that have ability to detect running services then consume it from multiple remote machine based on specified IP address/port. is it possible ? As far I know, we can generate WS-Client from single WSDL…
alderi
  • 45
  • 1
  • 7
0
votes
1 answer

Not able to access webservice using https protocol (ssl)

We had a webservice that is recently exposed over https. When we try to connect to it over https using JAX-WS client, it throws following exception com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException:…
Harbeer Kadian
  • 364
  • 2
  • 14
0
votes
1 answer

Invoke webservice using HTTPS in Java

My webserice provider provides HTTPS services and I need to consume them. I'm using JAX-WS and invoking the webservice with given HTTPS URL, The response is coming as expected, but when I see the logs it says HTTP request and the request XML is not…
Selvakumar Ponnusamy
  • 5,363
  • 7
  • 40
  • 78
0
votes
1 answer

Using Grails for Web Service Client Project

I'm currently researching on Grails, if it would be a good choice to go with a Web Service client project. It is said Grails is highly beneficial for developing Admin Portals and Prototypes. However my concern is to use Grails for an Admin Portal…
MCF
  • 768
  • 2
  • 6
  • 21