Re: XML Schema for SOAP message

2003-10-31 Thread Jeff Greif
XML Schema for SOAP messageI think there are bigger challenges. The soap envelope schema must allow arbitrary content for the body and header elements and sets processContents="lax" for those, so the guts of a specific SOAP message may not be validated by the SOAP processor if insufficient xsi:typ

RE: XML Schema for SOAP message

2003-10-31 Thread Carbone Cedric
Hi Mark, I used, thanks an IBM tutorial, Castor XML into Axis, 2 weeks ago. However, I have finded bugs with WSDL2Java tool when my message is complex (in fact, where my XSD is complex) Today, I haven't fix the problem with complex XML Schema so I use Castor XML outside Axis framework. This is