Click here to Skip to main content
15,887,315 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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?

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

1 solution

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

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900