users@jax-rpc.java.net

Re: wscompile -gen (using wsdl)

From: Bobby Bissett - Javasoft <robert.bissett_at_sun.com>
Date: Tue, 23 Mar 2004 11:10:31 -0500

> Attached is my WSDL file.
> Naturally, the value of the location attribute
> should be the path of the attached WSDL file.

Hi Michael,

I've tried "wscompile.sh -gen config.xml" with my jaxrpc workspace and
with the jwsdp1.3 and it works fine for both. I'm using your config.xml
file except that I changed it to point to the local copy of the wsdl
that you sent.

It created these files:
takserver/Root.class
takserver/Acquisition.class
takserver/AcquisitionSoap.class
takserver/ArrayOfString.class
takserver/LoadResult.class
takserver/SaveResponse.class
takserver/TransformResponse.class
takserver/Acquisition_Impl.class
takserver/Exists.class
takserver/ExistsResponse.class
takserver/FilterFiles.class
takserver/FilterFilesResponse.class
takserver/Load.class
takserver/LoadResponse.class
takserver/Save.class
takserver/Transform.class
takserver/Exists_LiteralSerializer.class
takserver/ExistsResponse_LiteralSerializer.class
takserver/ArrayOfString_LiteralSerializer.class
takserver/FilterFiles_LiteralSerializer.class
takserver/FilterFilesResponse_LiteralSerializer.class
takserver/Load_LiteralSerializer.class
takserver/LoadResult_LiteralSerializer.class
takserver/LoadResponse_LiteralSerializer.class
takserver/Root_LiteralSerializer.class
takserver/Save_LiteralSerializer.class
takserver/Transform_LiteralSerializer.class
takserver/SaveResponse_LiteralSerializer.class
takserver/TransformResponse_LiteralSerializer.class
takserver/AcquisitionSoap_Stub.class
takserver/Acquisition_SerializerRegistry.class

Ny guess is that there may be some problem with the server that you're
using. Try using the local copy of the wsdl to see if it works for you
(if not, please let me know what version of jaxrpc you're using -- just
do a "wscompile.sh -version"). If so, then you can try watching the
information the server gives with a tcp monitor program or something to
see what is happening.

Cheers,
Bobby

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net