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

learn more… | top users | synonyms

0
votes
0answers
12 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
9 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" ...
0
votes
0answers
52 views

consume Java Web Service in .NET Client

I have a Java Web Service at https://www.domain.com/service1 I need to consume this service in .NET Client. This service requires WS Security UserName and/or RequestContext.username I cannot add ...
0
votes
2answers
25 views

Temporarily store images and receive a URL via a web service

I'm prototyping an iPhone app for an acquaintance and there's a requirement to share an image between devices. I'm thinking of the easiest way to do this. I know that on an iPhone I cannot send mail ...
0
votes
0answers
18 views

Client AXIS2 Extract Attachment MTOM Base64Binary response

I'm trying to call a webservice with WS-Security authentication (PlainText). The authentication is successful and apparently also the method call that interests me. The method returns a "multipart": ...
0
votes
1answer
22 views

Custom object input for CXF-JaxRS WebClient

I am pretty new to RESTful, and trying to create a sample services to achieve POST on void methods. I am able to test the method for String class but getting Exception while testing with custom ...
1
vote
0answers
12 views

DefectInstanceDataObj is getting null all the time Using coverity 6.5 java API

First of all i am new in coverity. I am using coverity 6.5. And i'm using the java Api for getting the defetct values. I can get the total no of defects from the coverity server. Now I want to get the ...
1
vote
0answers
29 views

Issue making a JAX-WS Request within a seperate SOAP Handler

I am having an issue making a JAX-WS request from within the Handle function of a SOAP Handler. Everytime I specifically make a webservice call, it somehow screws up the WebServiceContext causing the ...
1
vote
1answer
17 views

How to create a HelloWorld JAX-WS example (client - service)?

I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give me a HelloWorld Example of JAX-WS (client - service) with explanations?...
0
votes
2answers
20 views

How to parse JSON with Arabic and HTML tags inside?

I am calling an ASMX web service using XMLHttpRequest. It was working fine until they updated their data with Arabic language and I noticed the response text has some HTML tags inside like the ...
0
votes
0answers
53 views

Java web service client in Netbeans - get HTTP status code 407: Proxy Authentication Required

I used Netbeans to generate web service client, client-style JAX-WS, connecting to this WSDL URL. http://westone:5180/DecryptWS/DecryptWS?wsdl . When I invoke the web service API, I get an ...
0
votes
0answers
41 views

How create html client to connect webservice on localhost

I am trying to create a web aplication that I could use to connect to my webservice server. Let's say I have calc server created from gSoap sample and it runs on http://localhost:12345 How is the ...
0
votes
1answer
27 views

WebService Calling Exception 401

Hi i am creating client from my webservice. Client is generated successfully but when I call that from java code It throws following error: Exception in thread "main" ...
0
votes
0answers
6 views

Webservice reponse overwriting another result

I have a swing based UI where the user does search -- S1 and waits for response R1. This search spawns two webservice call threads, one in background and the other in foreground. Due to user ...
0
votes
0answers
24 views

creating web service client from eclipse

Hi I am new to SOAP web services and trying to create a client. I am following This but the problem which I am facing is Sometimes it generates the client stub in the form of .java files and sometimes ...
0
votes
0answers
31 views

Axis2 or JAX-WS Service [closed]

Folks, I am migrating Web-Services written in C# to Java. First question came to my mind is to whether use Axis2 or Jax-ws. I find advantage of using JAX-WS API as it is readily available in JDK ...
0
votes
0answers
26 views

how to fix 'http error 403.13 - forbidden'?

I looked in other posts, I enabled Directory Browsing from IIS and still not working. So, I am running my webservice (written in c# on .net 4.5). When I try to access data from other classes (in this ...
0
votes
2answers
35 views

How to call a java web service using JBOSS

I need some help to create and call a java web service in java. I developed a java web service using JBOSS in eclips. Now i wana call this web service as client side. i need the way to call a web ...
0
votes
0answers
28 views

Disposing/Cleaning up web service proxies

What is the best practise for Disposing/Cleaning up a web service proxy instance after synchronous usage? How does the answer differ if the proxy class is derived from SoapHttpClientProtocol versus ...
1
vote
1answer
192 views

Getting sun.security.validator.ValidatorException: PKIX path building failed Error

My application calls a web service in order to authenticate a specific user in that web service. That web service has their own self-signed CA certificate. I am using POST REST call to that service to ...
0
votes
0answers
67 views

Form authentication in a server a Restful web service

Hi to everybody, I think I have found what happens. It seems that if I create a client, I have tried with jersey or ApacheHttpClient, it somehow creates a new instance of the browser ...
2
votes
2answers
67 views

Errors while trying to make a Restful WebService with Jersey

I am following this tutorial to create a CRUD RESTful WebService. The tutorial for this type of WebService starts in paragraph 7. I create the Server and the Client. The Server seems to work ...
0
votes
0answers
24 views

Providing keystore to webService client

Hi I have created a web service client in eclipse from wsdl file. But when I try to access the service from client it says. No SSL configuration available for the endpoint. And then the address of my ...
0
votes
0answers
31 views

How do I create and Axis2 client

I've been given a WDSL file and have to create a web service client using axis2. I've been able to generate the CallbackHandler and Stub using WSDL2java. I've tried following this tutorial to create ...
0
votes
0answers
76 views

WebService Call from Quartz Scheduler fails javax.xml.ws.WebServiceException: javax.wsdl.WSDLException

I have a web-service which internally calls other JAX-WS webservices through static binding where we bind the wsdl and schemas to /META-INF/ws/. Everything works fine when request comes in the SOAP ...
0
votes
2answers
97 views

I am able to write a javax.jws.WebService successfully. However I do not know exactly how to write a web service client for same in java

I have written Webservice in java which has successfully created WSDL. I am stuck in writing a webservice client for my webservice in java. I would like to use my webservice from some jsp classes. How ...
0
votes
2answers
200 views

Error consuming wsdl web service with c# The formatter threw an exception while trying to deserialize the message

I am trying to consume a wsdl web service (java) using C#. I added the service reference and implemented the webmethod call but it is returning following error: The formatter threw an exception while ...
0
votes
0answers
20 views

AnySimpleType is not being mapped correctly in my .NET Client

I have a wsdl that returns an element typed as AnySimpleType. It works fine. I can make request normally via SOAPui. When I map this service in my .NET application, it maps the property as if it was ...
1
vote
1answer
206 views

Asynchronous call to webservice in MVC 4 web application

I am building my first real MVC4 application and I have run into following issue. I have a model for "User" class. Data for it are obtained through asynchronous call to webservice: public sealed ...
1
vote
1answer
54 views

Hosting provider blocks webservice response - (1and1 hosting)

I have an application written in ASP.NET MVC 4. I got access to remote web service. I added it to my solution as WebReference. When i call it's methods on my localhost all works great, the problem is ...
0
votes
1answer
53 views

receiving “Unprocessed 'mustUnderstand' header element” while creating Web service client

I am developing a web service client. Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security Wherever it works fine ...
0
votes
1answer
68 views

How to remove auto generated classes in jax-ws clients

I have a web service which I created with jax-ws in NetBeans. When I create the soap client from the wsdl file, Netbeans generates the mapping classes used for serialisation. My problem is that I ...
0
votes
1answer
45 views

Request server using Axis2 RPC way, parameter order in xml packets not correct

For example, I will send an object Fruits to server side. The code like this: public static <T> T call(String url, String ns, String method, Fruits fruits, Class<T> clz) throws AxisFault ...
0
votes
0answers
55 views

Can apache axis 1.1 client be used to interact with server which is using apache cxf webservices?

Can apache axis 1.1 client be used to interact with server which is using apache cxf webservices. If yes then can i implement stateful webservices. For example when i call login function i am able ...
0
votes
0answers
46 views

Error to store an instance of web service proxy inside a session variable

I have the next private attribute inside a public class Where WSFidelidad.FidelidadClient is a webService (WCF). public class WSa { private WSFidelidad.FidelidadClient _ws; public WSa() ...
1
vote
0answers
90 views

Getting a Windows Client to Change its Web Service Endpoint Dynamically – Problems with a WSDL

This describes a problem I had and the solution found, which I did not see discussed elsewhere (except the Background material). Background – What Should Work (but May Not) Let’s assume a web ...
0
votes
0answers
186 views

Axis2 WebService Client: The given SOAPAction does not match an operation

I have a test webservice developed with CXF running in my computer and I have been trying to make the client side with the "wsdl2java" function of Apache Axis2. I have already generated the code but I ...
2
votes
1answer
93 views

How deal with xml response received from server?

I am novice to xml request response web services. I am using zend framework and sending non-wsdl xml request to server with request Content-Type:application/x-www-form-urlencoded and I get proper ...
0
votes
0answers
96 views

how to consume .net web service in java 1.5 using .svc extension

How to generate wsdl from .svc URL? currently i am giving .svc?wsdl url. using wsimport i am getting error error: Connection timed out: connect unknown location error: Connection timed out: connect ...
0
votes
0answers
162 views

How to redirect JSP browser to a given url in Servlet

I want to make an servlet that will use my web service, (String flag(string country)), receives a name of a country and returns the URL with the image of the country! The function is working good, ...
1
vote
1answer
66 views

IOS and Parse.com - How do I set an ACL for a managed object?

I have three managed objects in an iOS app where the backend will be Parse.com. I know how to set an Access Control List for a regular object. How do I achieve the same goal with a managed object? ...
0
votes
1answer
381 views

Android webservice client: How data extract data from xml file

I'm creating an android webservice client(restful web service). And im trying to read a simple value from the webservice, however in my app i cannot extract the data values from the webservice xml ...
0
votes
1answer
58 views

Spring Update SOAP Header with Two Elements

I am using Spring-WS and WebServiceTemplate to call SOAP WebService. Currently, i am facing issue while updating SOAP header. Below is complete structure of SOAP request: <SOAP:envlope> ...
0
votes
1answer
67 views

Exception while hitting webservice from a struts based web application

I have a proxy based Web Service Client class(Proxyclient.java) to hit a webservice deployed in my local server.When i try to hit the weservice via the main function in client class(Proxyclient.java) ...
1
vote
3answers
121 views

ServiceStack with Protobuf format

I am trying to use protobuf format in ServiceStack Webservices ( following the example at ServiceStack: REST with ProtoBuf by Steven Hollidge. I have added a Winform application to consume the ...
0
votes
0answers
34 views

I have to use Yahoo-api in java to get ad details in the form of reports

I have authentication credentials to use yahoo ad services to download advertiser details in the form of reports but i cant find any Java code for this api to make REST calls to webservice.Please ...
0
votes
1answer
119 views

best way to generate wsdl in php for java axis client

I am consuming a web service written in PHP. I am using axis to generate client jar on my side but when i generate client code from WSDL and make request, request xml contains multiRef tag and the php ...
0
votes
1answer
96 views

Getting fatal-error on Calling WCF in PHP using SoapClient over https

I am newbie to services, i am currently calling .net WCF service in PHP using SoapClient object. Code is as follows: ...
0
votes
1answer
94 views

Can't generate java classes from wsdl using wsdl2java

I have the this wsdl document generated from a .NET application using StackService. I'm using Apache CXF in order to get some generated java classes. I'm running the following command (windows): ...
0
votes
0answers
55 views

Binding SOAP header with the actual data which is passed in the webservice method which is called

I need to post jobs in monster.com by using their web service. I have genarated the client files using wsimport. I am calling updateJob method which accepts <Job> type object. The client files ...

1 2 3 4 5 13