xml - how to communicate with web service -
i doing final year project in soa. need communicate webservice via java coding. best way communicate web service. please, refer me way. if possible post me tutorial links, or youtube video links. please.
thank in advance.
there 2 types of webservices (http://docs.oracle.com/javaee/6/tutorial/doc/giqsx.html), soap , rest. rest easy. not sure if have web service, if not first need create webservice , consume it.
if have webservice provided third party need ask them wsdl file. wsdl create client classes, let communicate/consume webservice hosted third party.
there few implementations of jax-ws. simpler 1 , popular include: apache cxf (http://cxf.apache.org/), apache axis (https://axis.apache.org/axis/), spring web services (http://projects.spring.io/spring-ws/), java webservices (http://docs.oracle.com/javaee/6/tutorial/doc/gijti.html).
i recommend link: https://cxf.apache.org/docs/developing-a-service.html , book (imbibing java web services mudunuri, srinivas) found easy follow: http://www.amazon.co.uk/imbibing-java-services-srinivas-mudunuri-ebook/dp/b008a00t4e/ref=sr_1_6?s=books&ie=utf8&qid=1394550780&sr=1-6&keywords=java+web+services upto ever framework want use, luck project.
Comments
Post a Comment