简体   繁体   中英

Generate Java Client from Big WSDL File

I have a wsdl file, and I want to create a client that will call a service from that wsdl file.

The main issue that the wsdl file has more than 300 method , so using tools to generate client code is not an option , i already tried to use eclipse tools , but the stub class was very big (more than allowed 65536 ).

Any suggestion ?

Thanks

Having a service exposing 300 methods is the problem. Split your methods across services and you'll be able to use standard tools to generate the client stubs.

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