----- Original Message ----- From: "John Svazic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 07:35 Subject: Intranet Hosting of SOAP specification
> Hi, > > Has anyone approached the problem of how to handle SOAP requests via Axis on > an intranet with no external access? I'm concerned that the server that > will be handling the SOAP requests will try to validate the incoming > requests against an external XML Schema (such as the SOAP specification) but > the server may not have internet access due to corporate security policies. > Is it a valid solution to host these schemas locally instead? rest assured that axis does *no* schema validation of incoming messages, it takes it on trust that they match the schema declared.