hy!!!

i have troubles using complextypes in java2wsdl-tasks

here is the ant build file:

<target name="Java -> WSDL (Sms)"
description="Generates the WSDL file from Sms.java">
<java2wsdl
output="${local.wsdl}"
location="http://${target.server}:${target.port}/axis/services/WS-Test"
namespace="urn:sms"
classname="at.co.ksg.ws_test.WSTest_org"
style="wrapped"
serviceelementname="WSTest"
>
                        < classpath refid="bin.dir">
                       
<complexType
  classname="at.my.firm.WSType"
      namespace="urn:ws_test.ksg.co.at"
  />
</java2wsdl>
</target>

the classpath is ignored ( when I remove complextype - evrythings ok )

has anyone a hint how to make it?

Harry

Reply via email to