-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I've been testing nuSoap with codeIgniter (PHP Framework) but seems nuSoap isn't prepared to work with latest php 5.3, even if I download a patched nusoap version for php 5.3
I have the following code:
require_once(APPPATH.'libraries/NuSOAP/lib/nusoap'.EXT); //includes nusoap
$n_params = array('CityName'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writting a silverlight application in which I want to call the php webservice written using NuSOAP. here is the WSDL of webservice
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
Im trying to build a client in c# that talks with some remote (php)server with SOAP using the NuSOAP library.
Here im using a struct/object that will containt the user info of some user:
public struct UserProfile {
public string username;
public string password;
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I would like to return an array of string in my web services
I've tryed :
<?php
require_once('nusoap/nusoap.php');
$server = new soap_server();
$server->configureWSDL('NewsService', 'urn:NewsService');
$server->register('GetAllNews',
array(),
array('return' => 'xsd:string[]')…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I would like to return an array of string in my web services
I've tryed :
<?php
require_once('nusoap/nusoap.php');
$server = new soap_server();
$server->configureWSDL('NewsService', 'urn:NewsService');
$server->register('GetAllNews',
array(),
array('return' => 'xsd:string[]')…
>>> More