How to create web service (server & Client) in Visual Studio 2012?

后端 未结 4 556
南旧
南旧 2021-02-02 08:16

How to create web service (server & Client) in Visual Studio 2012? like being done before 2012 as http://www.tutorialspoint.com/asp.net/asp.net_web_services.htm

4条回答
  •  迷失自我
    2021-02-02 08:41

    --- create a ws server vs2012 upd 3

    1. new project

    2. choose .net framework 3.5

    3. asp.net web service application

    4. right click on the project root

    5. choose add service reference

    6. choose wsdl

    --- how can I create a ws client from a wsdl file?

    I´ve a ws server Axis2 under tomcat 7 and I want to test the compatibility

提交回复
热议问题