Hello
We tried to integrate a partner wsdl in a serviceProxy to validate the soap content.
I get a Configuration Error when starting Membrane:
************** Configuration Error ***********************************
Cannot create message validator.
Reason: Cannot read schema null.
Giving up.
Check proxies.xml file for errors.
Membrane terminated with exit code 1
MEMBRANE_HOME: /opt/membrane
CLASSPATH: /opt/membrane/conf:/opt/membrane/lib/*
I think the problem comes from the WSDL structure which includes inline xsd schema.
Here is a simplified version for testing:
wsdl_with_inline_schema.wsdl.txt
Is it case? if yes, is a fix possible? I can use this wsdl (even if it's not very clean) in other tools/products (SoapUI / IBM Datapower) without problem...