Re: Schemas inside WSDL

2011-05-31 Thread Benson Margulies
David, I think you are mixing apples and coconuts a bit here. The schema in a WSDL is XSD. What you are looking at it the process of auto-generating XSD from Java with annotations, apparently with JAX-B. JAX-B supports only a subset of XSD. Many restrictions and other refinements that you can

RE: Schemas inside WSDL

2011-05-31 Thread David Sills
31, 2011 12:41 PM To: users@cxf.apache.org Subject: Re: Schemas inside WSDL David, I think you are mixing apples and coconuts a bit here. The schema in a WSDL is XSD. What you are looking at it the process of auto-generating XSD from Java with annotations, apparently with JAX-B. JAX-B supports

Re: Schemas inside WSDL

2011-05-31 Thread Benson Margulies
personally... :-) David -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Tuesday, May 31, 2011 12:41 PM To: users@cxf.apache.org Subject: Re: Schemas inside WSDL David, I think you are mixing apples and coconuts a bit here. The schema in a WSDL is XSD

RE: Schemas inside WSDL

2011-05-31 Thread David Sills
naively thought it might? Did I get the general sense of the objection? David -Original Message- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Tuesday, May 31, 2011 2:03 PM To: users@cxf.apache.org Subject: RE: Schemas inside WSDL Benson: I take your point that perhaps I'm

RE: Schemas inside WSDL

2011-05-31 Thread David Sills
and then worry about whether it is valid or not. David -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Tuesday, May 31, 2011 2:17 PM To: users@cxf.apache.org Subject: Re: Schemas inside WSDL Let me be clear about what I'm discouraging versus merely describing

Re: Schemas inside WSDL

2011-05-31 Thread Benson Margulies
2:17 PM To: users@cxf.apache.org Subject: Re: Schemas inside WSDL Let me be clear about what I'm discouraging versus merely describing. Once upon a time, SOAP had these two models: RPC and Document. The idea was that RPC would be used a mapping for procedure calls, and Document was about

RE: Schemas inside WSDL

2011-05-31 Thread David Sills
-Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Tuesday, May 31, 2011 2:36 PM To: users@cxf.apache.org Subject: Re: Schemas inside WSDL David, There's some more underbrush that I see the need to clear away. Strictly speaking, a WSDL specifies the operations

Re: Schemas inside WSDL

2011-05-31 Thread Benson Margulies
Subject: Re: Schemas inside WSDL David, There's some more underbrush that I see the need to clear away. Strictly speaking, a WSDL specifies the operations of a service. In specifying those operations, it specifies the types of the operands. The language in which it specifies those types