Pete Robbins wrote:

XSDHelperPtr myHelper = HelperProvider::getXSDHelper();
myHelper->defineTypes(wsdlHelper->getDefinedTypes());

which creates a new XSDHelper and DataFactory containing the Types and
Properties from the wsdlHelper + all the schema information (which is held
in the TypeDefinitions).

Pete, that looks just what we need in the PHP implementation. The time taken to reload the schema gets us some grief - your proposal would allow us to parse the file just once and cache the results, which would be a great help.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to