Web Services Java Client Tutorial DII


Creating the Web Services Client, Dynamic Invocation Interface (DII), If project is already then then just add the one class which is have one method for invoking the web services call. Or just add the java project in eclipse and add the class.

Open the eclipse and click on the File
New
Project
Java Project
Next
Enter the Project Name: webservicesclient
Choose the JRE version 1.5+
Click on the next
Next
Finished

Now java project with webservicesclient has been created.

Add the java client class:

Right click on the src of webservicesclient project.
New
Class
Name: JavaWebServiceClient
Package name: com.webservicesclient.client
Finished.

Blank java file will created like below:

JavaWebServiceClient.java

package com.webservicesclient.client;
public class JavaWebServiceClient {
}






No comments:

Post a Comment