How Do I ... : Web Services Tips, Hints and FAQs : How can I disable validation during WSDL parsing?
How can I disable validation during WSDL parsing?
Execute the following Smalltalk expression:
AbtXmlObjectCache current
addDeserializationConfiguration:
(AbtXmlDeserializationConfiguration newWsdlConfiguration validate: false)
named: 'http://schemas.xmlsoap.org/wsdl/'.
-------------------------------
Last modified date: 04/08/2023