Archive

Posts Tagged ‘nusoap’

Database Project – Nusoap

November 29th, 2011 Comments off

Hello,

I need someone to do some SOAP -> SQL integration for me. I have a SOAP server that has some objects that I need a cron job for every 15 minutes getting put into a SQL back-end database.

If you have any questions, want more details, or are interested please send me a msg.

Thanks!

Need Someone To Connect Gateway Payment By Nusoap

October 20th, 2011 Comments off

Need someone to connect gateway payment by nusoap

<?
require_once(‘nusoap/nusoap.php’);

$ws_client = new nusoap_client(‘http://61.90.204.68/test_service/t2p_service.php?wsdl’,true);

$user=”108bidd”;//
$pass=”1234″;//
$refno=$mpk_id;

$price_total=$mypack['total_price'];
$product=$mypack['bid_type'];
$member_id;//

i already set form for payment to post but it not correct

Nusoap Webserice Service And Client

July 22nd, 2011 Comments off

Hi,

I want to replicate webservice using an api of another service. This should developed in php using nusoap librabry. The api’s will be provided on request.

Kind regards,

Nusoap Login Module

September 15th, 2009 Comments off

I need a simple login interface built in php using nusoap that will pass a username and password using a wsdl file and return a token in a variable that I can use to secure a portion of a website.

It also needs a tiny php app that will run at the top of each page to check if an authToken is not null if it is, it should force logging in if not, it should load the page.

I need it to work like the login part of this: where you put a username and passoword in and it returns a result code.

http://www.soapclient.com/soapclient?template=%2Fclientform.html&fn=soapform&SoapTemplate=%2FSoapResult.html&SoapWSDL=https%3A%2F%2Ftpschool.seniormbp.com%3A444%2FSeniorSystemsWS%2FUserManagementService.asmx%3FWSDL&_ArraySize=2

Thanks

Soap / Nusoap Error

March 26th, 2009 No comments

Hi,

I have this error using nusoap:

http://tinyurl.com/c2fmob

Bear