Step 0: Description First of all, you have to provide various namespace declarations in the <definitions> element. The three external namespace declarations you have to make are WSDL, SOAP, and XSD
Step 1: Define Message Types (Type System)
Step 2: Define Interfaces Operations, MEP, Input / Output Messages, Fault
Step 3:   Define Bindings The WSDL binding element contains a declaration of which external technologies you will use for binding purposes. Since you are using SOAP, you will use SOAP‘s namespace here. 
Step 4:   Define Services endPoints, Address
posted on 2007-01-30 11:22  pjpop  阅读(144)  评论(0)    收藏  举报