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
1
vote
0 answers

Sending secured request using a REST to appengine

We have endpoints in our appengine app which is secured and needs Google login to invoke. There is no problem when we access it via browser (as it redirects to Google login). However it does not work when I use a REST client i.e. GET url Is there…
Neil
  • 5,919
  • 15
  • 58
  • 85
1
vote
1 answer

Why are access modifiers on web service proxy methods important?

I'm creating interface to an external web service with C# client generated from WSDL. And in this client class I have methods with signature like: public ResponseType InvokeMethod(RequestType request). I want to change its access modifier to…
cand
  • 2,615
  • 4
  • 18
  • 13
1
vote
1 answer

jaxws cxf client hangs after multiple calls

Jaxws cxf client hangs after multiple calls to to the same port I have an jaxws cxf client application running on tomcat7. I have a very strange problem, after multiple sequential calls to the webservice server, at some point the JaxwsClientProxy…
1
vote
1 answer

how to access Salesforce Attachment Body (base64 binary data) using java?

I am working on java application for getting attachments from salesforce. I have to show the salesforce attachments in my java application for particular object like Leads,Contacts etc. For that i am using Rest Api and got response body. But in…
1
vote
0 answers

How to design utility webservices consumer class(es)

In a java project i need to call (lets say generic, utility) web services. For instance giving a city code as parameter and getting details about that city. Web services are already implemented and i can only consume them. I had the same situation…
ouzture
  • 76
  • 1
  • 12
1
vote
3 answers

Need to see SOAP messages for client talking to external web service - how to? (Eclipse/Netbeans/IDEA ok)

I have a situation where I have to write a client in Java against a very picky external web service (over https) and I can talk to the web service through the Web Services Explorer in Eclipse Java EE. Unfortunately I cannot get the client to ask…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
1
vote
0 answers

Web Service Request/Response matching and identification

I'm currently doing some development in C# consuming a webservice and I have created a Soap Extension to intercept raw request/response xml for logging purposes. Ideally I am wanting to log each request/response in a separate log file, and was…
m.t.bennett
  • 1,290
  • 16
  • 34
1
vote
1 answer

Getting SOAPFaultException in Websphere 8.5.5.0

When I am trying to call a web-service on Websphere 8.5.5.0 I am getting below exception.The same is working in Weblogic. Caused by: javax.xml.ws.soap.SOAPFaultException: Internal Error at…
Firu
  • 199
  • 1
  • 5
  • 15
1
vote
1 answer

Axis2 1.5.1 connections management

HttpConnections where not being used efficiently by our code using Axis2 1.5.1 project. By setting a certain limit of max connections per host and stressing the application, responsiveness was not the good I expected according the intentional limits…
user1026870
1
vote
1 answer

How to get the properties read from the property file into the wsdl and the generated stubs

What i am trying to do is to separate configurations of endpoint address and also service versions into something like .properties file or any. Since, the endpoint will be different in various environments, such as UAT and PRODUCTION environments.…
papokk
  • 81
  • 1
  • 5
1
vote
1 answer

Yaws SOAP client Content-Type

I've got a sample Spring-WS WebService deployed on Tomcat. I can successfully call it with a Java client, but when I'm trying to use a Yaws client: Wsdl =…
1
vote
0 answers

SOAP Web Service Client in Borland C++ Builder 6

Here below is the step-by-step attempt to developp a Web Service client in an application developped in Borland C++ Builder 6. Help is welcome to correct this code or to suggest any other solution (though I now try to use a dll developped in C++…
Arnaud
  • 109
  • 3
  • 15
1
vote
0 answers

Consuming a web service in Android

I have written a we service and I have the WSDL file. I am new to android programming and I want to use my web service functions in my mobile application. What are the different methods that I can use? What can be the best option and please give me…
abeikverdi
  • 1,216
  • 3
  • 13
  • 25
1
vote
1 answer

Axis2 client side by Spring

I have a simple Axis2 client. I using Spring as light container. My question is: Is there an integration between axis2 client and spring? I past familiar with org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean class in Spring but don'y…
Sam
  • 6,770
  • 7
  • 50
  • 91
1
vote
0 answers

How to programatically configure proxy settings using metro webservices client

I have a requirement where I need to set the proxy setting programatically using metro webservices client. Can any one suggest which API I need to user in order to set the proxy host, port.