Comment on Tutorial - Java WebService - Create your first web service in Java By Emiley J
Comment Added by : Carlos Kassab
Comment Added at : 2015-02-20 17:18:06
Comment on Tutorial : Java WebService - Create your first web service in Java By Emiley J
This is just the web service, if you want to consume it, you need to create a program to consume it
java javamples.one.TimeServerPublisher
Do not close the publisher and go to folder javasamples/one
run the next command:
wsimport -s . http://127.0.0.1:9876/one?wsdl
It will create a structure of java files and will compile them.
Create file javasamples/one/TimeClient.java
Copy this content inside file TimeClient.java :
import javasamples.one.TimeServer;
import javasamples.one.TimeServerImplService;
public class TimeClient {
/**
* @author Carlos Kassab
*/
public static void main(String[] args) {
TimeServerImplService timeServerService = new TimeServerImplService();
TimeServer timeServer = timeServerService.getTimeServerImplPort();
System.out.println(timeServer.getTimeAsString());
}
}
From the command window, go to folder javasamples/one
Compile program TimeClient.java: javac TimeClient.java
Run program: java TimeClient.java
You should see something like this: Fri Feb 20 11:10:57 CST 2015
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. hai...
i am completed MCA am good at java.
View Tutorial By: HEMALATHA at 2013-08-03 10:04:57
2. OK 0
COM1
javax.comm.CommPortIdenti
View Tutorial By: sruthi at 2013-01-20 10:37:41
3. I am getting error in setContentView(R.layout.main
View Tutorial By: Malick at 2013-06-30 06:57:30
4. hi please help me out.. how to use this card for r
View Tutorial By: sasivarnan at 2011-04-27 15:01:12
5. Hi Kartikeyan and all,
can you plea
View Tutorial By: Piyush at 2008-11-14 07:24:16
6. Hi divya, You will have to edit the SerialParamete
View Tutorial By: Ramlak at 2008-04-27 05:54:47
7. A more complete description of the common pitfalls
View Tutorial By: Phil at 2012-11-25 02:06:49
8. DOWNLOAD IT
View Tutorial By: KUSUM at 2010-02-02 23:48:50
9. hi please help me . i want the full code to send t
View Tutorial By: Prashant at 2008-04-16 06:08:23
10. The concept is clear.
View Tutorial By: sam at 2012-08-23 03:52:15