what's the right tool/way to auto generate java client code by a given wsdl file (document literal w
Posted
by Jian.Hu
on Stack Overflow
See other posts from Stack Overflow
or by Jian.Hu
Published on 2010-05-14T07:23:49Z
Indexed on
2010/05/14
7:24 UTC
Read the original article
Hit count: 264
I tried the tool wsdl2java from axis2, but looks something wrong with the XML Java class binding, so when making the call, a ADBException (adb binding used) will be thrown out. can someone kindly tell the bet tool/way to generate can-work client code from such style of wsdl file (standard .net style:document literal wrapped)? Thanks.
© Stack Overflow or respective owner