Anyone have a simple doc/lit WSDL I can have to modify? Bascially, my payload is a <tx:TXLife xmlns:tx="TXLife2.7.90.xsd">, which has a whole bunch of stuff below it.
I will try WSDL2Java Jim Jim Brain, [EMAIL PROTECTED] "Researching tomorrow's decisions today." (319) 369-2070 (work) SYSTEMS ARCHITECT, ITS, AEGON FINANCIAL PARTNERS -----Original Message----- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 3:53 PM To: '[EMAIL PROTECTED]' Subject: RE: doc/lit question 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