SOAP Client in C# without access to a WSDL-file

前端 未结 4 1780
北荒
北荒 2021-02-02 17:17

I\'m working with a third party to integrate some of our systems with theirs and they provide us with a SOAP interface to make certain requests and changes in their connected sy

4条回答
  •  盖世英雄少女心
    2021-02-02 17:55

    I haven't built a SOAP interface without access to a WSDL file, but the format is fairly well-documented. Your best bet might be to create a simplified WSDL file of your own that reflects what you know of the service you're subscribing to....

    If you decide to go this route, an existing stackoverflow question points at some tools for validating your WSDL.

提交回复
热议问题