Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I did this simple echo Service in Talend Open Studio for ESB 8.0.1:
I checked the "Use WSDL Schema Validation" runtime option before exporting the service:
Testing it in the runtime, I always get a success response. Even if request does not match the WSDL schema.
Thanks in advance.
Hello,
Could you give us an example of your service? SOAP-Service?
Is there any change for the interface between the service provider?
Best regards
Sabrina
Hello Sabrina,
The simplest way to test it is creating a new SOAP Service:
1) Services / Create Service / Create new service
2) Leave the auto-generated WSDL unchanged
3) Assign a new Job to the operation
4) In the job, link tESBProviderRequest --> tESBProviderResponse. Eventually add a tLogRow.
5) Right click under Service / the newly created service / ESB Runtime Options. Check "Use WSDL Schema Validation"
6) Run and check with soapui or any similar application.
The expected behavior is a job failure when the input XML doesn't match the WSDL schema. For instance:
However, I get a success in any case.
Best Regards.
Javier.-