Create Web Service with php NuSOAP And Consuming With NodeJs
Link NodeJs
http://nodejs.org/
Link WAMP
http://wampserver.com/
Link NuSOAP
http://sourceforge.net/projects/nusoap/
cli NodeJs To Install soap-node
----------------------------------------------------------------------------------
npm install soap
----------------------------------------------------------------------------------
-First Step Download NuSOAP and extract lib folder to your app location for me c:/wamp/www/ws
On This Video i create a Web Service WSDL with php and script nodejs to consume that Web Service
check part 2 for Server WSDL with php
• SOAP Web Service Server php Client c# part 2
code client.js
----------------------------------------------------------------------------------
var soap = require('soap');
var url = 'http://localhost/ws/soap.php?wsdl';
var args = {a:'8887',b:'7'};
soap.createClient(url,function(err,client){
client.add(args,function(err,result){
console.log(result);
});
client.div(args,function(err,result){
console.log(result);
});
});
----------------------------------------------------------------------------------
Auf dieser Seite können Sie das Online-Video SOAP Web Service Server php Client NodeJs part 3 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer jemix 27 August 2016 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 6,333 Mal angesehen und es wurde von 123 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!