Hi Aki - it is the same one. here is the batch I used (it has the CXF version
that I used),

@echo off
REM set PATH=%PATH%;C:\Apps\Java\axis2-1.5.2\bin
set PATH=C:\Apps\Java\apache-cxf-2.3.1\bin
set JAVA_HOME=C:\Apps\Java\jdk1.6
set AXIS2_HOME=C:\Apps\Java\axis2-1.5.2
set CXF_HOME=C:\Apps\Java\apache-cxf-2.3.1

wsdl2java -verbose -p my.package.base -sn Myservice -client %1
REM wsdl2java -l java -ss -sd -g --noBuildXML -p my.package.base -uri %1

%1 is the WSDL that I saved from CXF service using SoapUI. Hope that helps.
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/SOAP-header-wsdl2java-issue-tp3399058p3400684.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to