You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Ias <ia...@apache-korea.org> on 2003/07/02 10:16:54 UTC

[PATCH] Java2WSDL with more precise usage on pakage to namespace mapping

In
http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-gui
de.html#Java2WSDL: Building WSDL from Java

Step 2
% java org.apache.axis.wsdl.Java2WSDL -o wp.wsdl
-l"http://localhost:8080/axis/services/WidgetPrice" -n  "urn:Example6"
-p"samples.userguide.example6" "urn:Example6"
samples.userguide.example6.WidgetPrice

Should be 
% java org.apache.axis.wsdl.Java2WSDL -o wp.wsdl -l
http://localhost:8080/axis/services/WidgetPrice -n urn:Example6
-psamples.userguide.example6=urn:Example6
samples.userguide.example6.WidgetPrice

based on
http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/referenc
e.html#Java2WSDL

In order to support the above execution, CLArgsParser also needs to be
modified to use NULL_SEPARATORS instead of ARG2_SEPARATORS for while
check.

Thanks,

Ias.

===========================================================
Lee, Changshin (Korean name)
Ias (International name)
               Company Web Site: http://www.tmax.co.kr
               Personal Web Site: http://www.iasandcb.pe.kr
---------------------------------------------------------
R&D Institute
Tmax Soft, Inc. 
==========================================================