WSDL is attached, the WSDL2Java portion of my build
file excerpt is included below with options. The
skeleton  method signature is derived from the wsdl
via the WSDL2Java ant call, so since WSDL2Java is
actually breaking, I cant include that signature.

If you remove the binding option setting the mechanism
to jibx, it defaults to ADB and compiles.



<java classname="org.apache.axis2.wsdl.WSDL2Java"
fork="true">
             
                <classpath>
                      <fileset dir="${axis2.shared.dir}">
                        <include name="**/*.*"/>
                      </fileset>
                      <fileset dir="${jibx.shared.dir}">
                        <include name="**/*.*"/>
                      </fileset>
                </classpath>
                        
                  <arg value="-l"/>
              <arg value="java"/>
              <arg value="-d"/>
              <arg value="jibx"/>
                  <arg value="-Ebindingfile"/>
              <arg value="${binding.dir}/jibx/binding.xml"/>
              <arg value="-uri"/>
              <arg
file="${message-definition.dir}/wsdl/registration-extends-bam.wsdl"/>
              <arg value="-ss"/>
              <arg value="-sd"/>
              <arg value="-s"/>
              <arg value="-g"/>
              <arg value="-ssi"/>
              <arg value="-o"/>
              <arg
file="${bam.project.tmp.dir}/wsdl2java-generated"/>
           </java>
                
        </target>


--- Amila Suriarachchi <[EMAIL PROTECTED]>
wrote:

> >
> >
> > On a side note, if I dont actually choose JIBX as
> my
> > binding mechanism and leave it to default to ADB,
> the
> > wsdl2java compiles fine but gives me methods where
> > both my header and body are passed to my skeleton.
> >
> > can  you please send the wsdl, skelton method
> signature and the command
> line options you use?
> 


 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited

Attachment: registration-extends-bam.wsdl
Description: 1427619262-registration-extends-bam.wsdl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to