Working with large wsdl, can we trim it?

后端 未结 7 843
攒了一身酷
攒了一身酷 2021-01-18 09:28

My webservice provider give me a large WSDL file, but we are going to use only a few function inside.

I believe that the large WSDL have negative impact to the appli

7条回答
  •  醉梦人生
    2021-01-18 09:54

    There is no need to trim the WSDL. If you're set on going down this path, simply delete anything in the stub classes that you don't need. Just make sure to test it as you go to make sure everything is still working.

提交回复
热议问题