Linked Questions

27 votes
4 answers
86k views

I am trying to create a web service client in Java. I am not aware of how to do it. This is a URL for WSDL: https://testservices.gatewayedi.com/PayerList/payerlist.asmx?wsdl This is the WSDL: <...
user506518's user avatar
28 votes
3 answers
47k views

I have to generate a WS Client and I can't decide which plugin to use. Until now my options are: jaxb2-maven-plugin, axistools-maven-plugin and jaxws-maven-plugin.
Facundo Ch.'s user avatar
  • 12.3k
33 votes
2 answers
42k views

Before anything else, I want you to know that I can already connect to the web service server. I'm asking this question because I want to gain a deeper knowledge on how a wsimport generated client ...
Arci's user avatar
  • 6,819
8 votes
3 answers
18k views

I currently use Apache Axis. But I am creating a new project in Intellij IDEA and I have the option to add one of the following: Apache Axis Glassfish /JAX-WS 2.x RI / Metro 1.x / JWSDP 2.0 Restful ...
Artilheiro's user avatar
  • 4,015
7 votes
1 answer
8k views

I am new to webservices in general. I am trying to write a Java stand-alone client which can get a response back from a webservice. I tried searching SO and Google but now I got more confused. The ...
oneworld's user avatar
  • 791
4 votes
3 answers
18k views

I have created one Java Software in that I want to call .net webservice. How to make it possible ? I see some examples but I don't find any perfect solution.
Sagar Zala's user avatar
  • 5,182
4 votes
1 answer
15k views

I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2</...
user266982's user avatar
4 votes
2 answers
15k views

I am trying to create a web service, my tools of trade are: ** Axis2, Eclipse, Tomcat, Ant ** I need to create a web service from Code, i.e. Write a basic java class which will have the methods ...
2 votes
3 answers
23k views

Fairly new to Webservices, have done some research and generated client stubs for a third party WSDL using JAX-WS RI (wsimport tool). JDK 8 is being used. Using generated Stubs, web service client is ...
Java3's user avatar
  • 21
4 votes
1 answer
13k views

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 ...
javamonkey79's user avatar
  • 17.8k
6 votes
3 answers
7k views

I'm actually working on a website project. I'm new with web services. I have 4 years experience in object oriented programming (java, c#, ...). I have read a lot on web services but none of my ...
dutertimes's user avatar
2 votes
4 answers
6k views

Everyone's saying "Contract-First" approach to design WS is more inclined to SOA style design. Now, if we take the available open-source frameworks available to achieve that we have Spring-ws and also ...
kaychaks's user avatar
  • 1,785
0 votes
3 answers
9k views

I have created .NET web services. I want to run it on a remote server and have the Java Applications (clients) contact the server for data. How should I implement the Server such that the Clients can ...
Gates's user avatar
  • 3
0 votes
3 answers
7k views

I have been workin in java for a while, the project which i'm doing now requires to get data from a web service(Well i have never worked in web services befor :D). I have a wsdl file and also the link ...
user1743673's user avatar
-2 votes
5 answers
3k views

I'm relatively new to web services. I dont know how this web service will work. I didn't find any useful simple example of a web service by googling. Can any one please give me some tips or links to ...
Sastrija's user avatar
  • 3,382

15 30 50 per page