如何在php中使用c#webservice?

时间:2015-03-07 10:10:07

标签: c# php web-services dll windows-server-2012

我有一个c#web服务和一个dll文件,我创建了一个php项目,现在需要在我的项目中使用这个Web服务

我想在Windows Server 2012上运行我的项目

如何在项目中包含dll文件并使用Web服务方法?

我的c#示例代码:

PMIService TestService = new PMIService();
PersonInfoVO Person = new PersonInfoVO();
Person = TestService.GetPersonByNationalCode(TB_NationalCode.Text);
MessageBox.Show(Person.FirstName + " " + Person.LastName); 

0 个答案:

没有答案