How to Consume a SOAP Web Service in VB6?

前端 未结 3 675
后悔当初
后悔当初 2020-12-22 04:37

I want to consume a file which is wsdl with VB6 , anyone can help me? Or how can I convert wsdl to proxy class ?

3条回答
  •  独厮守ぢ
    2020-12-22 05:02

    You can look at either Microsoft's SOAP Toolkit or PocketSOAP. Might be best to look at both, but don't despair over the learning curve. Both offer simple approaches for simple situations as well as complex solutions for more complex ones.

提交回复
热议问题