dkulp wrote:
> 
> Any chance you can capture the two soap messages (soap and rest) as well
> as 
> attach the schema? (and/or the wsdl for the soap service)   That MAY be
> able 
> to help diagnose why.
> 

I'd rather not post the full thing here.  Each message has an element named
"Site".  Each uses the same XSD document.  I import it into the WSDL like
this:

<wsdl:types>
        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
                <xsd:import namespace='' schemaLocation="batchTrigger.xsd">
                </xsd:import>
        </xsd:schema>
</wsdl:types>

Inside the XSD, the element and attribute form defaults are this:

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
        elementFormDefault="qualified" attributeFormDefault="unqualified">

-- 
View this message in context: 
http://www.nabble.com/SOAP-vs-REST-XML-Schema-Validation-tp24189831p24191752.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to