如何在asp.net中使用php API? [英] how to use php API in asp.net?

查看:99
本文介绍了如何在asp.net中使用php API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的asp网站上使用API​​作为注册域名(使用PHP代码)。此API使用nusoap.php。我可以在asp中使用它吗?



 require_once('  nusoap.php'); 
$ url_soap_wsdl = ' http:// webservice-ip1.systemnic.ir/index.php?wsdl';

解决方案

url_soap_wsdl = < span class =code-string>' http://webservice-ip1.systemnic.ir/index.php?wsdl';


Google调用webservice asp.net,你会找到相同的.net代码,你不能在asp.net中使用PHP。

Hi, I want use API for register domains(with PHP code) in my asp website. This API use "nusoap.php". can i use this in asp?

require_once('nusoap.php'); 
$url_soap_wsdl = 'http://webservice-ip1.systemnic.ir/index.php?wsdl';

解决方案

url_soap_wsdl = 'http://webservice-ip1.systemnic.ir/index.php?wsdl';


Google "call webservice asp.net" and you'll find the equivalent .net code for that, you can't use PHP in asp.net.


这篇关于如何在asp.net中使用php API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆