You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ilya Kazakevich <Il...@JetBrains.com> on 2012/07/11 19:29:14 UTC

Axis2 generates Skeleton only for one port, but I have 2 ports

Hello,
 
I have 2 ports in my WSDL:
 
<wsdl:portType name="Interface1">
<wsdl:portType name="Interface2">

I run
 
wsdl2java  -g -o result -p  "com.foo" -ss -ssi -ap -g -uri  MyService.wsdl

After it I can find only "Interface1SkeletonInterface.java" in my "com/foo"
folder.
 
Why?
 

Ilya Kazakevich,
Developer
JetBrains Inc
http://www.jetbrains.com <http://www.jetbrains.com/> 
"Develop with pleasure!"




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org