You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by makapur <ma...@winfoware.com> on 2002/07/13 11:44:46 UTC

Please HELP

Hi,

How to generate the Serializer, Proxy classes, Deployment Descriptors.
Is there any tool to do the same?

Thanks in advance

regards
Rajakumar.






RE: Please HELP

Posted by Erich Izdepski <ei...@cysive.com>.
This is the default url for apache soap admin in tomcat:
http://localhost:8080/soap/admin/index.html You can use this web interface
to deploy web services- it will write the deployment descriptor for you. For
serializers, many are already written- see the api. There is a generic one
for java beans. By proxy classes, what do you mean? Beans, perhaps? If so,
you can generate beans using apache axis. It has a java class called
wsdl2java that takes a web service definition and creates needed java
classes to support data marshalling. It also can create wsdl from a java
class/interface (use java2wsdl for this).

Erich Izdepski
Senior Software Engineer
Cysive, Inc.

-----Original Message-----
From: makapur [mailto:makapur@winfoware.com]
Sent: Saturday, July 13, 2002 5:45 AM
To: soap-user@xml.apache.org
Subject: Please HELP


Hi,

How to generate the Serializer, Proxy classes, Deployment Descriptors.
Is there any tool to do the same?

Thanks in advance

regards
Rajakumar.






RE: Please HELP

Posted by Erich Izdepski <ei...@cysive.com>.
This is the default url for apache soap admin in tomcat:
http://localhost:8080/soap/admin/index.html You can use this web interface
to deploy web services- it will write the deployment descriptor for you. For
serializers, many are already written- see the api. There is a generic one
for java beans. By proxy classes, what do you mean? Beans, perhaps? If so,
you can generate beans using apache axis. It has a java class called
wsdl2java that takes a web service definition and creates needed java
classes to support data marshalling. It also can create wsdl from a java
class/interface (use java2wsdl for this).

Erich Izdepski
Senior Software Engineer
Cysive, Inc.

-----Original Message-----
From: makapur [mailto:makapur@winfoware.com]
Sent: Saturday, July 13, 2002 5:45 AM
To: soap-user@xml.apache.org
Subject: Please HELP


Hi,

How to generate the Serializer, Proxy classes, Deployment Descriptors.
Is there any tool to do the same?

Thanks in advance

regards
Rajakumar.