RE: doc/lit question

2003-09-29 Thread Chris Williamson
l [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 11:40 AM > To: '[EMAIL PROTECTED]' > Subject: RE: doc/lit question > > > See WS-I Basic Profile rules below: > > R2201 A document-literal binding in a DESCRIPTION MUST, in each of its > soapbind:body

RE: doc/lit question

2003-09-29 Thread Hittesdorf,Michael
- From: Chris Williamson [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 10:08 AM To: [EMAIL PROTECTED] Apache. Org Subject: doc/lit question Is it legal to have two parts in a doc/lit call? It appears to be legal in the ws-i spec. Am I right there? Is this supported by Axis? You

RE: doc/lit question

2003-09-29 Thread Chris Williamson
Ok sounds good. Thank you both. Chris > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 10:14 AM > To: [EMAIL PROTECTED] > Subject: RE: doc/lit question > > > And Axis ignores the second body part... &g

RE: doc/lit question

2003-09-29 Thread Anne Thomas Manes
- From: Chris Williamson [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 11:08 AM To: [EMAIL PROTECTED] Apache. Org Subject: doc/lit question Is it legal to have two parts in a doc/lit call? It appears to be legal in the ws-i spec. Am I right there? Is this supported by Axis? You could

RE: doc/lit question

2003-09-29 Thread Manchaiah, Girish (LNG-DAY)
, 2003 11:08 AM To: [EMAIL PROTECTED] Apache. Org Subject: doc/lit question Is it legal to have two parts in a doc/lit call? It appears to be legal in the ws-i spec. Am I right there? Is this supported by Axis? You could probably do this by building the SOAP messages from scratch right? But is it

doc/lit question

2003-09-29 Thread Chris Williamson
Is it legal to have two parts in a doc/lit call? It appears to be legal in the ws-i spec. Am I right there? Is this supported by Axis? You could probably do this by building the SOAP messages from scratch right? But is it supported in WSDL2Java or anything like that? Thanks, Chris

RE: doc/lit question

2003-04-03 Thread Herrick, Mike
there is one in the Axis test cases (download the src). Mike -Original Message- From: Brain, Jim [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:30 PM To: '[EMAIL PROTECTED]' Subject: RE: doc/lit question Anyone have a simple doc/lit WSDL I can have to modify? Bas

RE: doc/lit question

2003-04-03 Thread Brain, Jim
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

RE: doc/lit question

2003-04-03 Thread Tom Jordahl
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

doc/lit question

2003-04-03 Thread Brain, Jim
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 tha