Spring Web Service Client Architecture and Design Suggestions -


i'm tasked create web service client access third-party soap-based web service.

our original programmer use apache axis access web service. had generate pojo classes based on wsdl file.

i'm going use spring ws instead implement client web service. i've seen examples. i'm not touching of apache axis stuff. can give me idea of architecture , design of client implementing?

here's plan do:

1. copy of wsdl 2. generate pojo classes based on wsdl 3. implement web service client using spring web service template. 4. use pojo classes contain data sending, manipulating, , receiving. marshaller/unmarshaller conversion xml object , vice versa 

to generate pojo classes wsdl file program or jar should use?

also, what's difference between saaj , apache's axiom? know i'm gonna use 1 of these.

if implementing soap web service client need tool marshaling xml pojo objects. have @ jax-ws ri , jaxb purpose. both compatible spring web framework , spring-ws. need create stub using 1 of above mentioned tools. more information read this , this


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -