Basically in web services communications are implemented by SOAP which is used by both web service consumer and the web service exposer, so all the configuration information will be stored in wsdl which will act as a configuration file for a web service and by using uddi the respected web service will be called and the response is sent back.
My doubt is,
1. Shall we have one wsdl for all the web services that we have , for example in an application assume that we do consume more than one web services, how do we design the wsdl? whether each web service will have it's own wsdl or for all the web service we have only one wsdl?
Please help me out.
2. How does the a web service will communicate with each other? If we have two web services and we do have some situation that these two is commuicating with each other how does this is happends?