Delphi SOAP Envelope and WCF

后端 未结 3 1524
孤街浪徒
孤街浪徒 2020-12-05 01:41

I am working on a system that provides a soap interface. One of the systems that are going to use the interface is coded in Delphi 7. The web service is developed with WCF,

3条回答
  •  萌比男神i
    2020-12-05 01:58

    Delphi and Java frameworks use different name space. One way to make if compatible is to intercept the raw xml and change all the "NS2" to whatever the deserializer expects

    Cheers

提交回复
热议问题