An application which calls on and consumes the response of a web service.
0
votes
0answers
8 views
axis2 addressing headers not added
I have generated a service client from a svc webservice with wsdl2java. Normally the wsdl generation should have activated the ws-addressing.
When I went looking into the stub, I found these lines:
...
0
votes
0answers
10 views
ReflectionHelper*java.lang.NoSuchFieldException
I am trying to call webservice from my android app. I am getting below error in my logcat. My webservice is working fine, because I am able to call the methods from java client.
Error in logcat:
...
0
votes
0answers
4 views
How to set connect and read time out in Jibx WS Client
I am invoking a webservice from my application using jibx-ws api (version 0.9.1). How to set connect and read timeout in jibx client.
I could'nt find any documentation or examples for this. Does jibx ...
0
votes
0answers
27 views
How to parse complex type web service xml response along with datatype in android
My web service is basically WCF. I am using ksoap2 and it is working fine but I need a solution which provide functionality like wsimport.
my soap response in looks like
<s:Envelope ...
0
votes
0answers
6 views
Word-Plugin hangs when calling webservice - linked objects
I have a really weird problem with a word-plugin we lately deployed at our customer. The purpose is to let clients push their documents directly to our document storage (Filenet) via our server ...
1
vote
1answer
17 views
What happens to a thread if I don't call the End… method?
I have a web service reference proxy class with generated asynchronous methods. I call a method using BeginMethodName. I can pass a callback function and then in the callback function call ...
0
votes
0answers
6 views
.net Client for mapquest web services
I am trying to integrate MapQuest maps into my website. Their documentation contains information on how to format the URL found here http://www.mapquestapi.com/geocoding/. I'm trying to call their web ...
0
votes
0answers
18 views
Client certificate authentication. The request was aborted: Could not create SSL / TLS secure channel
I need to sign and submit an XML over https.
This web service uses client certificate authentication.
The signature is working properly, but when trying to call the web service is:
"The request was ...
0
votes
0answers
22 views
RESTEasy Exception behavior
My JAX-RS service provides a doLogin service method (resource) which just updates the lastLoggedIn timestamp in data base. In case that the user credentials are wrong, a ...
0
votes
0answers
25 views
WRONG_DOCUMENT_ERR when attaching Element to SOAP Header
Currently I get the following error when I am attempt to attach an org.w3c.dom.Element to an existing SOAPHeader in a javax.xml.ws.handler.soap.SOAPHandler during an outgoing client side message:
...
0
votes
2answers
67 views
asp.net webservice security without changing client side
we need to protect our webservices with SSL (https) or any other security mechanism. Our problem is that current clients (delphi exe's) have references to our http webservices fixed in code and can ...
0
votes
0answers
24 views
JAVA web service client authenticate with PHP web service?
I've used default eclipse wizard to create a web service client (File>New>Other and select a wizard for web service client). The classes were generated and the problem now is that the username and ...
0
votes
1answer
35 views
Generate JAX-WS client abstract interface from wsdl
All, Forgive me I am not familiar with the CXF and JAX-WS, I want to know if I can generate abstract interface code based on the WSDL so that I can implement a web service client based on the ...
0
votes
0answers
50 views
How can I reach web service function by using Maven?
I created a web service client by using Maven on Netbeans. I use http://www.w3schools.com/webservices/tempconvert.asmx?wsdl as a web service. I created servlet for response. When I select Right ...
0
votes
0answers
17 views
how to prevent parsing webservice response string
how can I prevent string argument from beeing parsed as xml ?
<s:element name="MyResponse">
<s:complexType>
<s:sequence>
<s:element type="s:string" ...