Questions tagged [webservice-client]

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

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

1128 questions
0
votes
1 answer

Android Web Services Using Rest - Error In SOAP Message

I'm having a problem with getting a simple output from a web service using Android RESTful consumer. Below is my code and my output. However, I cannot seem to get a value returned from this web service.…
dido
  • 3,347
  • 11
  • 34
  • 42
0
votes
1 answer

JAX WS not producing correct HTTP request

I have generated the stub files through wsimport from the remote wsdl and have created a standalone client. Now when I am running the client, the HTTP request that is produced is this : HTTP Header: ---[HTTP request -…
somakd
  • 15
  • 7
0
votes
2 answers

Difference between various WSDL to client stub code generator?

What are the different WSDL to client stub code generator and their differences? Which one is better if I need to translate a complex WSDL into code? By complex, I mean the WSDL has various contraints such min and max length/ value, min and max…
Arci
  • 6,647
  • 20
  • 70
  • 98
0
votes
1 answer

SAXParseException when invoking web service from web application deployed on web sphere

I am invoking web service from web application that is deployed on web sphere 8 (both service and Client), when i am trying to invoke web service from web sphere client it is throwing exception shown below, I am able test the service from SOAP…
0
votes
1 answer

Why am I getting a can't load class, when the class is in my JAR file?

I'm running JBoss 4.2.3.GA (can't change this version) and Java 6. I'm tryhing to deploy a JAR file. Within it, I'm attempting to connect to a web service, but am getting the error, "Cannot load java type:…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
1 answer

c# consume SSL Web service via service reference

I have to consume a web service in a secure server, in https, with certificate and login. So i make a Service reference in VS2008. static void Main(string[] args) { Console.WriteLine("Value of code TR3A ?\n"); String codeTR =…
0
votes
2 answers

Webservice or HTTP data transfer

I will be writing an app that reacts on user input and sends the user input data to a server. If there is no internet connection the app will batch the data and send it as soon as possible. Encrytion doesn't matter because just a bunch on key…
Franz Kafka
  • 10,623
  • 20
  • 93
  • 149
0
votes
4 answers

Accessing JAX-WS webservice from .NET 4.0 client

What I trying to do is access to webservice written in JAX-WS java from .net 4.0 client. When I'm trying to add reference to that webservice via https it's succesfully added to my project but then I'm unabled to build my project got errors like : An…
Harry89pl
  • 2,415
  • 12
  • 42
  • 63
0
votes
1 answer

Titanium webservice response timeout control

I'm using Titanium for an Android device and SOAP for the webservice data transmission. I am able to abort the process if the connection fails, but I need to abort the process if the webservice takes longer than 10 seconds to response, due, for…
0
votes
2 answers

Parsing XML with KSOAP in android

I make connection with my webservices (SOAP) this the xml result that I recieved from the webservices how can I parse this result, {"30_year_rate":4.250,"30_year_pi":196.78,"30_year_apr":4.375,"QuoteID":1434,"Licensed":"N"} can…
0
votes
2 answers

Is it possible to access a JAX-WS from a web browser?

I was just wondering, whether is it possible to deploy a JAX-WS and access it from a browser without the need to install any software or proxy classes ..
user1510230
  • 220
  • 1
  • 3
  • 13
0
votes
1 answer

Developing a Java based web service client

I have a couple of web services running on JBoss 5.1.0 GA with JBossWs native stack (shipped with JBoss 5.1.0 GA binary) These web services are simple POJO services. Many of the WebMethods exposed by the services are of Complex Object type (I call…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

steps after including a webservice in asp.net

I added successfully a webreference to my asp.net vb web project. But I don't know how to do my first search cause there is no documentation. Could anybody give me some tips for the following…
user168507
  • 871
  • 4
  • 16
  • 33
0
votes
1 answer

Internationalization in Axis2 clients

I have the following code in my webservice package com.manumehrotra.hs.samples.internationalization; import java.util.MissingResourceException; import javax.servlet.http.HttpServletRequest; import org.apache.axis2.context.MessageContext; import…
Manav
  • 259
  • 6
  • 20
0
votes
1 answer

javax.xml.ws.soap.SOAPFaultException when calling web service

I've created a Web Service Client in eclipse using Apache CXF 2.x from the following WSDL: https://test.timbrado.com.mx/cfdi/wstimbrado.asmx?WSDL When doing the web service call I get the following error stacktrace (The server can't process the…
user1084509
  • 1,832
  • 10
  • 33
  • 48