You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Nicolas Brachet <nb...@ems.net> on 2000/12/29 17:34:13 UTC

How to specify the schema in the client request

How do you specify the schema in the XML request using the SOAP java api?
I mean the  :
.. xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='myschema.xsd'..
in the first element of the XML

I have been digging in the code for 2 days and was not able to find.

Thanks