简体   繁体   中英

Java - How to use Wdsl2Java imported classes

i'm working on a thesis project about Java and Soap web services, I'm a bit new to Soap and all of this webservices. What i'm going to do is to take some info from soap services that are already implemented and then make some processing on them with java and eclipse (that isn't my problem for now).

For now, what i've done is importing with command "wdsl2java" all the wdls services that i have (that thery are not done by me), in this way i have all the classes inside eclipse, and also an interface that implements some methods..

My question could be a lot stupid but, how can i use the classes imported in my project? For example: what can i write on the main class to use data from soap services? Thanks a lot to everyone

try to write a webservice client ,use your exposed webservice and play around with it.

Thanks

只是想一想,您可以使用SOAP UI代替主类来玩耍

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM