You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Ed Keen <ed...@interactiveportal.com> on 2001/06/06 23:30:15 UTC

modifying xsi/xsd attributes

When I make a client call, the Apache library automatically assembles this
envelope:

<SOAP-ENV:Envelope 
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
	xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
	xmlns:xsd="http://www.w3.org/1999/XMLSchema">

However, the server I am hitting wants the following for xsd:
http://www.w3.org/2000/10/XMLSchema

Is there a way to modify this attribute on the Envelope, or am I stuck with
this schema attribute?

Thanks,
Ed



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org