rest - how to publish and discover a java web service -
i new developing web services using java. have academic project need dynamic service composition. can't directly create service-client particular service because if client call particular service only. client need search various web services , out of services select 1 @ run time , call service @ run time.
i able develop web service(jax-ws) using eclipse(indigo), created client web service , every thing working fine. problem while creating client hard coding client call particular web service only(since creating client using wsdl file of service). need call 1 of searched service, need publish service discover , call it.
i tried publishing service juddiv3. on juddiv3 publish sample service supplied juddiv3. when try publish service created me not getting displayed in group of published services.
is there other uddi server install on local machine , publish , discover service that. not able figure out how create client modify @ run time call 1 service out of various searched services.
kindly provide necessary steps , code.
thanks
you can use juddi (http://juddi.apache.org/ ).
juddi based on uddi v2.0, v 3.0 .
here, can publish discover web service.
for integration, have make application integrates juddi.
but think academic project, , for purpose, juddi best suitable! ( :) )
Comments
Post a Comment