| Tue Jan 26, 2010 8:17 am |
| Replies: 5 |
| Views: 7105 |
|
 |
Sorry, me again. It's strange, because I'd say I have coded it the way you say:
// check if rows are returned
if ((!$numRows) OR ($numRows == 0))
{
...
|
| Sun Nov 08, 2009 3:11 am |
| Replies: 5 |
| Views: 7105 |
|
 |
Thanks a lot. Very helpful, this!
|
| Mon Nov 02, 2009 4:33 am |
| Replies: 5 |
| Views: 7105 |
|
 |
you have to return SOAP exception in this case and set its fields with error info.
Hmm, thanks a lot for this. I've looked around, but don't really understand what you mean.
Basic problems are b ...
|
| Sun Oct 25, 2009 8:03 am |
| Replies: 5 |
| Views: 7105 |
|
 |
Hi there,
guess this is pretty trivial. But haven't found any answer to this yet. How can I hide the the error messages NuSoap shows me when for example a SQL query is not correct? In the moment it ...
|
| Sun Dec 28, 2008 4:42 am |
| Replies: 0 |
| Views: 4222 |
|
 |
Hi there,
I would like to change an existing and working nusoap webservice, so that it accepts a couple of GET parameters. As the client can not make use of the nusoap libs, this would be a conveni ...
|
| Wed Jan 09, 2008 8:30 am |
| Replies: 1 |
| Views: 4845 |
|
 |
Hi there,
does anyone know or can provide a working example of the use of an attachment with nusoap? Or any other way to send an image (png, jpeg) via the webservice?
I never succeeded in gettin ...
|
| Tue Mar 13, 2007 1:39 am |
| Replies: 4 |
| Views: 6978 |
|
 |
I remember there were posts about binary attachments. Try "search" option to find them.
Surely that's what I did before posting here... There were one or two entries, but nothing which made ...
|
| Mon Mar 12, 2007 8:07 am |
| Replies: 4 |
| Views: 6978 |
|
 |
Seems that the question is too difficult or noone has ever done the same? Anyway, I read somewhere that the base64 shouldn't be used for sending binary attachments.
But then, how to use the attach ...
|
| Wed Feb 21, 2007 8:53 am |
| Replies: 4 |
| Views: 6978 |
|
 |
Hi there,
I read here and there something about the possibility to "attach" graphics to the nusoap webservice. But I hardly found any information about how this works in practise with nus ...
|