请帮忙生成web Service 客户端代码
求助~
wsdl地址为
http://180.166.29.82:8080/TTPOS/sales.asmx?WSDL
我用工具生成代码的时候总是报这样的错误
[ERROR] A class/interface with the same name “XXXClassName” is already in use. Use a class customization to resolve this conflict.
[ERROR] This error is caused because on Windows you cannot have both “XXXClassName.java” and “xxxClassname.java” in the same directory.
试了加参数-B-XautoNameResolution,加binding文件都不成功,接触ws时间不长
请帮忙生成下代码吧,能告诉我怎么解决更好,
多谢了