NuSphere Forums Forum Index
NuSphere Forums


Fri Jan 21, 2011 2:50 am
Replies: 1
Views: 5125
One method is of course before you return the value to the client within your server to store is to a local file/database. But that is all dependent on how you code it.

i.e.

supposed you have f ...

Fri Jan 21, 2011 2:38 am
Replies: 4
Views: 6300
have you tried:

php's
html_entity_decode()

to convert it, and then bring it into simplexml?

Wed Aug 22, 2007 1:21 pm
Replies: 6
Views: 17832
just to make sure:

1. did you use
$client = new soapclient('https://'.$username.':'.$password.'@www.xxxxxxx.com/ws/server.php?wsdl', true);

and
2. did you also use
$client->setCredential ...

Mon Aug 20, 2007 4:05 pm
Replies: 2
Views: 5688
Have you considered doing it this way:

1. create an array for your input data
2. pass the array to your client call

i.e.

<SubscriptionSignUp xmlns="http://localhost/">
< ...

Mon Aug 20, 2007 3:56 pm
Replies: 6
Views: 17832
You might also want to put this into your client:

$client->setCredentials($username, $password, "basic");

I went through something like what you are doing, a https connect ...

Mon Aug 13, 2007 12:51 pm
Replies: 3
Views: 7856
Hello,

I am John from Greece and i have some problems with an application i made using NuSoap.

I made an application using PHP5 for creating a web service for Moodle LMS. I build it in my Win X ...

Thu Aug 09, 2007 4:34 pm
Replies: 1
Views: 6453
Solution:

turns out maxOccurs works the same as if you create SOAP-ENC:Array

example:

$server->wsdl->addComplexType(
'DataName__s'
'complexType',
'array',
'',
'SOAP- ...

Thu Aug 09, 2007 4:20 pm
Replies: 17
Views: 22495
Okay I've resolved all the issues and would like to post how I did it, incase someone else gets into this mess:


Client Side
1. you need to include the following in your nusoap server/client

r ...

Wed Aug 08, 2007 10:42 pm
Replies: 17
Views: 22495
see the last post

Wed Aug 08, 2007 6:32 pm
Replies: 17
Views: 22495
my client actually uses:


// Display the result
// echo '<h2>Result of CountBasketItems</h2><pre>';
echo '<h2>Result of TDLRequest</h2><pre& ...

Wed Aug 08, 2007 6:11 pm
Replies: 17
Views: 22495
yup here's what I'm using:

$server = new nusoapservermime;


and it works fine if I don't use attachments, it's just when attachments are put in, it goes haywire, I can see the server return the ...

Wed Aug 08, 2007 5:51 pm
Replies: 17
Views: 22495
did you check the XML payload the server returned when attachment was supplied?

first off thanks for the quick response, I've checked that the data is returned, here's an excerpt:

Response
HTTP ...
Page 1 of 2
All times are GMT - 5 Hours