Tagged Questions
0
votes
0answers
6 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
0answers
25 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
1answer
405 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 ...
2
votes
1answer
81 views
WebService Client - Replace Umlaut in class name
I got a webservice description from an external source and have to build an interface with it.
This is not the problem, got it all working. Webservice Client is automatically generated using Eclipse ...
1
vote
1answer
858 views
Error generating (Java )Webservice client in Eclipse from .Net Web Service WSDL error
When trying to generate web service client in Eclipse using Wizard/Web services/web service client from an existing .Net Web services' WSDL, I encountered the following error:
"Wizard WSDL validation ...
0
votes
1answer
813 views
Error importing wsdl into Eclipse
I have eclipse Galileo and i am trying to create web service client. but i am getting IOException. Can you please help me to create service client?
wsdl : ...
1
vote
0answers
293 views
Error when calling WCF webservice with java (Eclipse Axis Client)
I have a problem to call a web service. I used eclipse to create an Webservice client (new other->web service->web service client.
The client is generated well and I use the following code to start ...
0
votes
0answers
1k views
Creating a Web Service Client in Eclipse
I am following the Java EE 6 tutorial and trying to set-up a basic client for a web service. I am generating the required code using Eclipse.
Method:
Create a new Java project
Start the [Web ...
0
votes
1answer
531 views
WSDL - How to connect to webservice from eclipse
I need to connect my java project to a web service, described by a WSDL file. I'm using eclipse indigo and I must code some java classes to test it.
Thanks for help!
1
vote
0answers
420 views
Generating missing Webservice Proxy Class
We are using axis webservices in our projects.
Up to now we generated our webservice clients within Eclipse. We choose New -> Other -> Web Services -> Web Service Client. Afterwards we ...
2
votes
3answers
10k views
How to create an Axis2 Web Service Client in Eclipse?
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.
...
3
votes
1answer
3k views
Define the custom namespace to package mapping of generated file from wsdl - Axis2 eclipse
I have wsdl file in Eclipse and I am generating the client via axis2 plugin.
The files are being generated to a package called com.mycompany.stub in source folder.
I would like to change the package ...
2
votes
1answer
10k views
Is setting up a server runtime necessary to generate a web service client with CXF in Eclipse?
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 ...
8
votes
1answer
3k views
How to use the webservice-client classes generated with Eclipse?
I used eclipse Helios to create a Web Service Client for consuming an axis 1.4 web service.
It generated 2 packages:
1 - datamodel.
2 - client.
Inside client package there are 5 classes:
1- ...
2
votes
1answer
3k views
Is there a simple eclipse plugin that is free and let me fire soap requests and see soap responses in Eclipse?
would like to know if there is any web service testing tool eclipse plugin.
I looked at soap ui eclipse plugin , but its to big to get it installed in my environment.
Is there a simple eclipse ...
0
votes
2answers
5k views
java.lang.NoClassDefFoundError when running webservice client
I'm getting the following error when I run a webservice client I've created using: eclipse, j2sdk1.4.2_13, axis1.0 and a WSDL file.
java.lang.NoClassDefFoundError: javax/servlet/ServletContext
...