Hi Andreas Veithen I have updated the synapse configuration which is used in the SynapseCommodityServiceTest to include the Proxy Service which itself has publishWSDL with XSD import.
<proxy name="StockQuoteProxy"> <target> <endpoint> <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/> </endpoint> <outSequence> <send/> </outSequence> </target> <publishWSDL uri="file:./../../repository/conf/sample/resources/misc/proxy/test_proxy_1.xml"> <resource location="test_proxy_1.xsd" key="misc/proxy/test_proxy_1.xsd"/> </publishWSDL> </proxy> From this your change will test(For above sample , it checks and it works ) . Thanks lots for your contributing . Thanks Lots Indika
