我有一个供应商,他们似乎有 w或不愿意或不知道如何提供。 他们拥有一些网络服务(从技术上讲,他们是返回肥皂信息的联几建和办),我需要利用其中约10-15个网络来做我的工作。
既然没有WSDL,我就不得不利用增加的网络参考功能来制作代理班。 我通过使用
I ve already made c# classes to match the xml that s returned, but I m not sure how to deserialize from SOAP since there s so much xml noise. I could strip the SOAP envelope tags and then use the XML serializer to deserialize to a List<SomeType>
, but that seems really dirty. Is there a nicer way?