webservice-client Questions

2

I have successfully created Web Service. Tested it and getting the WSDL file also. The client that will use this Web Service is a simple Java class. I am able to create a jsp client and call the m...
Psychotic asked 25/2, 2012 at 7:0

3

Solved

If a SOAP web service is working well via SoapUI (producing the correct SOAP responses), while building a web service client in Java using different APIs/frameworks to call this web service is faci...
Gracia asked 3/3, 2013 at 19:57

1

Solved

I am working on web services. I want to know how do we add headers to SOAP request in JAX-WS type web services. Consider My header like this. Map<String, List<String>> headers = new ...
Needleful asked 9/1, 2013 at 10:57

3

I am new to webservices and i want to implement webservices by using java in my eclipse project. So can anyone tel me how to implement and creating a project please Thanks
Munificent asked 28/12, 2010 at 6:41

1

I am using Metro 2 client to consume the "Secure wcf web service in Java". But Metro client does not gives any response and stay in hang mode after very long time it produce the output as an error:...

4

I have a third party WSDL, I need to write code in Java for a web service client to invoke the operations in the third party WSDL. Right now, I have generated the client stub using the WSDL2JAVA to...
Mcnulty asked 27/8, 2010 at 22:46

1

I'd like to implement a web service client for a project on Windows. I want to get web service info, soap request and soap response. I need a C++ library that I can use for these purposes (not wsdl...
Grimalkin asked 1/2, 2012 at 14:47

2

Solved

I need to consume a web service which was built under Https in java. The Web Service Client was generated using Eclipse and to call it I use the following code: ServicioTimbradoPruebasLocator Ser...
Continuo asked 31/1, 2012 at 19:53

2

I have a SOAP Webservice that is available on multiple servers, thus having multiple endpoints. I want to avoid adding multiple Service References (C# SOAP Port Clients) with different names just t...
Emylee asked 9/8, 2010 at 11:42

3

Is there a free webservice/api (on Yahoo or other platforms) that can return live stock prices for precious metals rates (Gold, Silver, Platinium, Palladium)? Here is a paid service : http://...
Envoi asked 25/1, 2011 at 8:10

3

Solved

I have an word add in application created in c# which is accessing a web service and is perfectly working if installed outside Program Files folder. the weird thing is that when I install this in P...
Edwinedwina asked 26/11, 2011 at 5:57

2

Solved

I have a web service project with several web services. Two of this web services share an enum that is defined in a BL class, like so: public class HumanResourcesService { public SomeLibrary.Empl...
Charissacharisse asked 25/10, 2011 at 22:34

1

Solved

For a couple of days we have problem with our app. We use SoapHttpClientProtocol in order to invoke java mbeans. This basically makes a call to a java webservice to invoke methods. Our problem is...

4

Solved

In c# 4.0, I have a web service called ManufacturerContactDetails. I am calling that web service from a windows app using the following: var ws = new ManufacturerContactDetailsWebServiceSoapClient...
Alyssaalyssum asked 5/3, 2011 at 17:1

3

Solved

I'd like to use the "Web Service Client" wizard to create a web service client in Eclipse, but the wizard doesn't allow me to choose Axis2 as the web service runtime; I'm stuck with just plain Axis...
Masker asked 21/7, 2011 at 21:5

2

Solved

I have to interact with a set of web-services that each come with their own WSDL and XSD. The XSD are sometimes merged in a single file sometimes spread along multiple files (20-30). However, from ...
Nodical asked 25/3, 2011 at 6:48

2

how can I access a webservice through a basic http authentification? I am using the netbeans built in webservice client features. But when I try to access the webservice, I get an exception with a ...

2

Solved

Only for tutorial purpose, I would like to try to use a free SOAP web services available. Which ones come to your mind ? The business implied behind is not important/relevant: Only the ease...
Snath asked 21/3, 2011 at 10:30

3

Solved

I'm very new to working with web services, and so I'm finding this pretty confusing. If I have a URL I'm trying to post some JSON data to, I understand how to do this using the CURL PHP method. ...
Vaasa asked 9/2, 2011 at 15:37

1

Solved

When I go to file -> new -> other -> web services -> web service client in Eclipse and select the "Web services runtime" I see "Apache CFX 2.x", but the finish button is disabled and I get the foll...
Gena asked 10/12, 2010 at 7:56

1

Solved

I am having a case in which I need to generate two CSharp code files with pretty the same code but different namespace of the input and output types of the methods. In fact each file is for a speci...
Journalistic asked 20/1, 2011 at 10:49

5

So I have worked out how to pass my custom objects into ASP.Net json webservices. Works a charm. Problem I am having is passing in straight arrays of my custom objects or alternatively passing in...
Grower asked 6/1, 2011 at 5:12

2

Here's the scenario: I have JBoss serving a web service with JBossWS providing me with a wsdl. I have connected and used it from both .NET and Java so far (and it has been quite easy once I figure...
Moseley asked 21/12, 2010 at 21:27

1

Solved

I am looking forward for posting some data and information on the web server through my iPhone application. I am not getting the way to post data to the web server from iPhone sdk.
Faction asked 2/12, 2010 at 10:44

3

Solved

I'm looking for a simple C++ WebService Client Library that can be easily linked into my application. Preferably this library: can be used to access any SOAP WebService (so I can pass the URL, t...
Blok asked 26/11, 2010 at 13:16

© 2022 - 2024 — McMap. All rights reserved.