WSDL2Java ANT script, no proxy Class generation?

V

victor.s.email

Hello,

I am generating my web client artefacts from WSDL files in my an
script using the IBM ant task jar files that come with RAD6. All the
items (stubs and etc) are generated properly except that no SoapProxy
java file is generated.

The files generated are (for example a WSDL of abcWS.wsdl)

abcWS.java
abcWSInformation.java
abcWSLocator.java
abcWSSoap.java
abcWSSoapStub.java

and I am missing the abcWSSoapProxy.java

I tried exporting the WSDL from Eclipse to generate the client
arefacts and all the files (including the SoapProxy) are generated.
Below are the configuration of the wsdl2java task:

<wsdl2java url="${WSDL_SRC_DIR}abcWS.wsdl"
output="${WSDL_RESULT_DIR}abcWs/"
role="client"
container="web"
verbose="false">
</wsdl2java>

I would really appreciate it if someone could shine some light to
this issue as I cant seem to find much information of this on the web.

Thanks,
Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top