Hi Jeremy > I need some help to know how to configure my validate mediator in order to > > use as a schema a part of the wsdl document declared in the service's proxy > Right now the validate mediator expects to receive the XSD for validation. Check sample # 7.
You may be able to specify your XSD URL as a local entry and then specify that key to the validate mediator\ <localEntry key="validate_schema_key" src="http://localhost:8080/soap/ProxyService?xsd"</localEntry> asankha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
