Monday, June 05, 2006

create eventSearch Web service and portal client

(lb p32)
WS-I WSDL first approach is used. accordingly the following steps are attmepted for this task.
1. Service specification for WSDL design - Specify service interface.
2. Use Axis tool to generate service code template
H:\>java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true http://www.ecs.soton.ac.uk/~ft/ontology/EventSearch.wsdl
this generate the following server side skeleton (client side is called stub):
Event.java ArrayOfEvent.javaEventSearchIn.java EventSearchOut.javaEventSearchPort.java EventSearchBindingStub.javaEventSearchBindingSkeleton.java EventSearchBindingImpl.javaEventSearchService.java EventSearchServiceLocator.javadeploy.wsdd undeploy.wsdd
3.

No comments: