Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
My project has MOM (Message Oriented Middle ware) for interaction different between systems and services.
I need to create a data service which will get utilized by other systems/services through Middle-ware layer.
Requirement is " payload structure is dynamic and it should be configurable one?
Instead of defining the payload structure in WSDL of dataservice? Is there anyway to read the payload from middle-ware as it is. Later based on XSD, we can do the validation between XSD and incoming payload ?
Team any update on this.
Hello,
Have you tried to use a fake WSDL where you can use an xsd:any as soap body type?
Best regards
Sabrina