I want to write a high level design document for a application which will expose it's webs ervices for various clients. For this purpose I need to provide the WSDL of webservices that we will develop in the future at server side. I've use web services earlier but never drill down in the details of WSDL.
I searched a lot and found that I need to generate WSDL using XML and XSD. Well, I yet to design both and I think this would be my first step.
Now my concern here is that it is very difficult to work with raw XML and I am not master in WSDL terminology.
Can anyone suggest what are the high level steps that one should perform to create a simple WSDL with some fault information in it?
Any insight would be helpful.
Thanks guys.