1. WSDL2Java will generate data types from the Schema.  You may need to use the --all 
switch.

2. Probably the best thing to do is use the <wsdlfile> element in WSDD and write your 
own custom WSDL.

--
Tom Jordahl
Macromedia Server Development

-----Original Message-----
From: Brain, Jim [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 03, 2003 3:29 PM
To: AXIS Mailing List (E-mail)
Subject: doc/lit question

Actually two questions:

*       I have a schema that I want to send via a web service.  Is there an
easy way to have AXIS gen stubs and skels for me to write a service for that
schema, including building the classes to represent the schema
*       Right now, to do this, I have a set of classes that I wrote to
represent the schema and they have their own XMLWriter and XMLReader
methods.  TO turn this into an AXIS service, I told AXIS that I was going to
handle the service code, and chose "message" as my style of service.  Then,
I implemented a process(Element[] e) method as the doc suggest.  However,
when the deployed service shows its WSDL, it has no way to know about my
Schema, so it just states that the body is xsd:anyType.  Is there a way to
tell AXIS what schema should be allowed to come in?

Jim


Jim Brain, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
"Researching tomorrow's decisions today."
(319) 369-2070 (work)
Systems Architect, ITS, AEGON Financial Partners

Reply via email to