Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 WSDL 中有 2 个端口:
<wsdl:portType name="Interface1"> <wsdl:portType name="Interface2">
我打电话
wsdl2java -g -o result -p "com.foo" -ss -ssi -ap -g -uri MyService.wsdl
之后,我只能在“com/foo”文件夹中找到“Interface1SkeletonInterface.java”。
为什么?
wsdl2java 有一个命令行选项 -pn或--port-name指定为哪个端口生成代码。如果未指定,则默认为第一个列出的端口生成代码。
-pn
--port-name
ant 任务有一个等效选项portName。
portName