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 Tim De Vos <ti...@evision.be> on 2001/03/23 14:58:12 UTC

Changing schemas

When I build a SOAP using the apache SOAP classes  you see something like in
the TcpTunnelGUI:

<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">

Is it possible to set it to local schemas (e.g.
<http://localhost/soap/envelope/> http://localhost/soap/envelope/)? With
which method?

Also I deploy with the command

java org.apache.soap.server.ServiceManagerClient
<http://localhost:7001/soap> http://localhost:7001/soap deploy
deploymentdescriptor.xml

In the deploymentdesriptor.xml file there is a reference to
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
             id="urn:MySOAPEx">

But  <http://xml.apache.org/xml-soap/deployment>
http://xml.apache.org/xml-soap/deployment doesn`t exist anymore. I can still
deploy via the JSP pages... Any idea how I can get it back working?
Hope Apache puts it back online.

Thanks

Tim De Vos