WSD FILE for multiple services

Hi,
I need to create four webservices: Add, Update, delete, search. Is it best practice to create single wsdl file or separate wsdl for each services? I am integrating with IBM product which has everything in one WSDL file.

Thanks
Sam.

Best practice is a single WSDL (interface) containing multiple operations. This is supported in IS 7.1.x, but it was not possible to generate a multi-operation WSDL from Flow services in earlier releases.

Mark

Can’t we follow the standard WSDL structure and write it instead of generating ?

Yes. That is the only way you can create a multi-operation WSDL for IS releases prior to 7.1. A quick review of the “sticky” posts in this forum will show that as one of my best practice recommendations.

Mark