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
2 answers

Testing Soap Service and XML message format

Hi i am newbie to SOAP Web service i am reading a book Web Services Essentials(O'Reilly XML). i read a lot and feeling familiar with SOAP web services i run some examples.in this book chapter 6 there is a tool name as GLUE in which if we pass wsdl…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
1 answer

How to return the status of processing methods(C#) in web service?

I have created 3 methods for "Reading data from DB", "Data Transfer" and "Insert to another DB" in .net web service. My question is how to returning the status(custom message) of each methods to requested client? eg: While Method one is running,…
Ramesh
  • 627
  • 1
  • 10
  • 22
0
votes
2 answers

Unable to POST xml string to webservice with PHP

I've been working on this for days and I can't seem to get it to work. Does anyone see a problem with the code below? The result is nothing. I get no response from the service whatsoever. I've confirmed that the webservice, written in .Net, can…
attach
  • 23
  • 7
-1
votes
1 answer

503service unavailable in Salesforce

My goal is to create a REST API Integration from Salesforce to SAP application. SUCCESS Through Chrome APP 1. All I need to do is retrieve values from sap application through the REST API. When I tried to use the Chrome APP 'Advanced Rest Client'…
-1
votes
1 answer

Create a web service client in Hybris

Im new in Hybris and I need to build a web service client that consumes a web service rest. Someone have an example? or something that give me an idea, I dont know if is the same like build a web service client in spring. Thank you.
-1
votes
1 answer

Visual Basic XML Web Service - get inner text of nodes - most likely a small fix

I have created a web service using ASP.NET and am now creating a client application to consume it. The service allows the user to create playlist and add songs etc The lists are stored in a XMl file with the following structure:
-2
votes
1 answer

Java standalone consume webservcice

I'm new to web service stuff. I need to consume a web service hosted by another application and I have wsdl(development) with me. I need To consume this web service and invoke a specific method Have option to change/set the wsdl link in my program…
bajji
  • 1,271
  • 3
  • 15
  • 37
-2
votes
1 answer

How to create unicommerce API client in java using myeclipse and get response?

http://support.unicommerce.com/customer/portal/articles/1467822-api this api i have to use to make a client. i tried to make the client using myeclipse's WebService Client creation option but wsdl validation was failure. please give me a way to make…
Amit
  • 1
  • 1
-3
votes
1 answer

How i get the soap structure of my WCF?

i need integrate my application with another system, and i need to sent the web service structure, so for this i need to send a xml with the request and response message. I use some tools to do this but without any success. How i can solve this…
1 2 3
15
16