Discussion:
[Nusoap-general] Help! "Server did not recognize the value of HTTP header SOAPAction:"
Ian Yap
2005-04-25 02:47:56 UTC
Permalink
Hi there,

I am very frustrated with this "Server did not
recognize the value of HTTP header SOAPAction:"
problem I have been getting when using an nuSOAP
client with a .NET SOAP server.

I am looking at the Request generated by the nuSOAP
client and the SOAPAction variable is always "" .
Here's the Request from the nuSOAP client :

POST /AsteriskControlService.asmx?wsdl HTTP/1.0
Host: jimb-dev.cs.uiuc.edu:8080
User-Agent: NuSOAP/0.6.9 (1.86)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 705

<?xml version="1.0"
encoding="ISO-8859-1"?><SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns4704:DialExternalNumber
xmlns:ns4704="http://tempuri.org"><webSecret
xsi:type="xsd:string">simple</webSecret><accountName
xsi:type="xsd:string">ianyap</accountName><outsidenumber
xsi:type="xsd:string">12177213983&lt;/b&gt;
</outsidenumber></ns4704:DialExternalNumber></SOAP-ENV:Body></SOAP-ENV:Envelope>

I am trying to invoke a DialExternalNumber function on
the .NET SOAP server, and the wsdl file is at :

http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl

Can someone please tell me how to fill in that
SOAPAction variable for the client? I did look at the
sample client at the official nuSOAP page at
http://www.scottnichol.com/nusoapprog.htm where the
SOAPAction value is passed in as one of the parameters
for the SOAP function, but it still doesn't work for
me. The SOAPAction is still ""

Thanks in Advance!

Yours Sincerely
Ian
SOAP newb
Scott Nichol
2005-04-25 03:50:09 UTC
Permalink
When I try to look at http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl, I get "server refused connection". Can you post the WSDL as an attachment on this list?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Sunday, April 24, 2005 10:47 PM
Subject: [Nusoap-general] Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
Hi there,
I am very frustrated with this "Server did not
recognize the value of HTTP header SOAPAction:"
problem I have been getting when using an nuSOAP
client with a .NET SOAP server.
I am looking at the Request generated by the nuSOAP
client and the SOAPAction variable is always "" .
POST /AsteriskControlService.asmx?wsdl HTTP/1.0
Host: jimb-dev.cs.uiuc.edu:8080
User-Agent: NuSOAP/0.6.9 (1.86)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 705
<?xml version="1.0"
encoding="ISO-8859-1"?><SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns4704:DialExternalNumber
xmlns:ns4704="http://tempuri.org"><webSecret
xsi:type="xsd:string">simple</webSecret><accountName
xsi:type="xsd:string">ianyap</accountName><outsidenumber
</outsidenumber></ns4704:DialExternalNumber></SOAP-ENV:Body></SOAP-ENV:Envelope>
I am trying to invoke a DialExternalNumber function on
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
Can someone please tell me how to fill in that
SOAPAction variable for the client? I did look at the
sample client at the official nuSOAP page at
http://www.scottnichol.com/nusoapprog.htm where the
SOAPAction value is passed in as one of the parameters
for the SOAP function, but it still doesn't work for
me. The SOAPAction is still ""
Thanks in Advance!
Yours Sincerely
Ian
SOAP newb
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Scott Nichol
2005-04-25 03:53:56 UTC
Permalink
Also, posting your client code is usually a good idea, since someone may see an issue with it right away.

For example, I already don't understand why your request shown below starts with

POST /AsteriskControlService.asmx?wsdl HTTP/1.0

Having ?wsdl in the query string usually indicates the URI for the WSDL, not the SOAP endpoint.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Sunday, April 24, 2005 10:47 PM
Subject: [Nusoap-general] Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
Hi there,
I am very frustrated with this "Server did not
recognize the value of HTTP header SOAPAction:"
problem I have been getting when using an nuSOAP
client with a .NET SOAP server.
I am looking at the Request generated by the nuSOAP
client and the SOAPAction variable is always "" .
POST /AsteriskControlService.asmx?wsdl HTTP/1.0
Host: jimb-dev.cs.uiuc.edu:8080
User-Agent: NuSOAP/0.6.9 (1.86)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 705
<?xml version="1.0"
encoding="ISO-8859-1"?><SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns4704:DialExternalNumber
xmlns:ns4704="http://tempuri.org"><webSecret
xsi:type="xsd:string">simple</webSecret><accountName
xsi:type="xsd:string">ianyap</accountName><outsidenumber
</outsidenumber></ns4704:DialExternalNumber></SOAP-ENV:Body></SOAP-ENV:Envelope>
I am trying to invoke a DialExternalNumber function on
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
Can someone please tell me how to fill in that
SOAPAction variable for the client? I did look at the
sample client at the official nuSOAP page at
http://www.scottnichol.com/nusoapprog.htm where the
SOAPAction value is passed in as one of the parameters
for the SOAP function, but it still doesn't work for
me. The SOAPAction is still ""
Thanks in Advance!
Yours Sincerely
Ian
SOAP newb
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Ian Yap
2005-04-26 00:26:38 UTC
Permalink
Hi there Scott!

Yea, I am sorry that the SOAP server went down for a
whole day, the WSDL file is finally back up:

http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl

The server is running/generating on mono XSP in a
Linux environment.

For the nusoap client, here's the segment performing
the soapclient initialization and subsequent SOAP
call:

........

$parameters = array('webSecret' => $webSecret ,
'accountName' => $accountName ,
'outsidenumber' => $outsidenumber )
;

$client = new soapclient($address) ;
$err = $client->getError() ;

$result =
$client->call('DialExternalNumber',$parameters) ;

echo '<h2>Request</h2>';
echo '<pre>' . htmlspecialchars($client->request,
ENT_QUOTES) . '</pre>';
echo '<h2>Response</h2>';
echo '<pre>' . htmlspecialchars($client->response,
ENT_QUOTES) . '</pre>';

.......

Once again, these are the outputs of the Request and
Response :

Request
POST /AsteriskControlService.asmx?wsdl HTTP/1.0
Host: jimb-dev.cs.uiuc.edu:8080
User-Agent: NuSOAP/0.6.9 (1.86)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 705

<?xml version="1.0"
encoding="ISO-8859-1"?><SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns8540:DialExternalNumber
xmlns:ns8540="http://tempuri.org"><webSecret
xsi:type="xsd:string">simple</webSecret><accountName
xsi:type="xsd:string">ianyap</accountName><outsidenumber
xsi:type="xsd:string">12177213983&lt;/b&gt;
</outsidenumber></ns8540:DialExternalNumber></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.0 500 Internal Server Error
Server: Mono-XSP Server/1.0.6.99 Unix
X-Powered-By: Mono
Date: Tue, 26 Apr 2005 00:13:35 GMT
Content-Type: text/xml; charset=utf-8
Connection: close

<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Server
did not recognize the value of HTTP header SOAPAction:
""</faultstring></soap:Fault></soap:Body></soap:Envelope>

Thanks in advance

Ian
Scott Nichol
2005-04-26 02:26:10 UTC
Permalink
You want your client to use the WSDL the server supplies. Therefore, instead of

$client = new soapclient($address) ;

you want something like

$client = new soapclient($wsdladdress, true);

Also, since the service methods are implemented using document/literal, your "parameters" need to be wrapped in another array:

$result = $client->call('DialExternalNumber', array('parameters' => $parameters));

Unfortunately, when I put together a client with these changes, my client timed out. Here is the code:

<?php
require_once('f:/nusoap/lib/nusoap.php');
$client = new soapclient('http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl', true);
$err = $client->getError();
if ($err) {
echo '<h2>Constructor error</h2><pre>' . $err . '</pre>';
}
$webSecret = 'simple';
$accountName = 'ianyap';
$outsidenumber = '12177213983';
$DialExternalNumber = array('webSecret' => $webSecret,
'accountName' => $accountName,
'outsidenumber' => $outsidenumber);
$result = $client->call('DialExternalNumber', array('parameters' => $DialExternalNumber));
// Check for a fault
if ($client->fault) {
echo '<h2>Fault</h2><pre>';
print_r($result);
echo '</pre>';
} else {
// Check for errors
$err = $client->getError();
if ($err) {
// Display the error
echo '<h2>Error</h2><pre>' . $err . '</pre>';
} else {
// Display the result
echo '<h2>Result</h2><pre>';
print_r($result);
echo '</pre>';
}
}
echo '<h2>Request</h2><pre>' . htmlspecialchars($client->request, ENT_QUOTES) . '</pre>';
echo '<h2>Response</h2><pre>' . htmlspecialchars($client->response, ENT_QUOTES) . '</pre>';
echo '<h2>Debug</h2><pre>' . htmlspecialchars($client->debug_str, ENT_QUOTES) . '</pre>';
?>

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Monday, April 25, 2005 8:26 PM
Subject: [Nusoap-general] Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
Hi there Scott!
Yea, I am sorry that the SOAP server went down for a
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
The server is running/generating on mono XSP in a
Linux environment.
For the nusoap client, here's the segment performing
the soapclient initialization and subsequent SOAP
........
$parameters = array('webSecret' => $webSecret ,
'accountName' => $accountName ,
'outsidenumber' => $outsidenumber )
;
$client = new soapclient($address) ;
$err = $client->getError() ;
$result =
$client->call('DialExternalNumber',$parameters) ;
echo '<h2>Request</h2>';
echo '<pre>' . htmlspecialchars($client->request,
ENT_QUOTES) . '</pre>';
echo '<h2>Response</h2>';
echo '<pre>' . htmlspecialchars($client->response,
ENT_QUOTES) . '</pre>';
.......
Once again, these are the outputs of the Request and
Request
POST /AsteriskControlService.asmx?wsdl HTTP/1.0
Host: jimb-dev.cs.uiuc.edu:8080
User-Agent: NuSOAP/0.6.9 (1.86)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 705
<?xml version="1.0"
encoding="ISO-8859-1"?><SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns8540:DialExternalNumber
xmlns:ns8540="http://tempuri.org"><webSecret
xsi:type="xsd:string">simple</webSecret><accountName
xsi:type="xsd:string">ianyap</accountName><outsidenumber
</outsidenumber></ns8540:DialExternalNumber></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.0 500 Internal Server Error
Server: Mono-XSP Server/1.0.6.99 Unix
X-Powered-By: Mono
Date: Tue, 26 Apr 2005 00:13:35 GMT
Content-Type: text/xml; charset=utf-8
Connection: close
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Server
""</faultstring></soap:Fault></soap:Body></soap:Envelope>
Thanks in advance
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Ian Yap
2005-04-26 03:42:07 UTC
Permalink
I have tried doing

$client =
soapclient('http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl'
,true)

before, but I get the error message from
$client->getError(), which is

wsdl error: XML error parsing WSDL from
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
on line 1: Empty document

It seems like it won't properly read the wsdl file if
I put in the extra 'true' parameter.

Or is there something wrong with my WSDL file? The URL
I have for the wsdl(
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
) thus give the right file though.

Thanks!
Ian
Scott Nichol
2005-04-26 12:47:30 UTC
Permalink
When you give the URL to the soapclient constructor without the second parameter, soapclient treats it as the URL for the SOAP endpoint, not the URL for WSDL. It needs to read the WSDL. When I run the sample code, NuSOAP reads the WSDL just fine.

I have also built a VB.NET client for this service. It shows the same behavior: it sends the request to the service, but never gets a response. Do you have a service client that works?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Monday, April 25, 2005 11:42 PM
Subject: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
I have tried doing
$client =
soapclient('http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl'
,true)
before, but I get the error message from
$client->getError(), which is
wsdl error: XML error parsing WSDL from
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
on line 1: Empty document
It seems like it won't properly read the wsdl file if
I put in the extra 'true' parameter.
Or is there something wrong with my WSDL file? The URL
I have for the wsdl(
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
) thus give the right file though.
Thanks!
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Scott Nichol
2005-04-26 12:51:06 UTC
Permalink
I was mistaken: the .NET client does get a response (False) eventually.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Scott Nichol" <***@scottnichol.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Tuesday, April 26, 2005 8:47 AM
Subject: Re: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"


When you give the URL to the soapclient constructor without the second parameter, soapclient treats it as the URL for the SOAP endpoint, not the URL for WSDL. It needs to read the WSDL. When I run the sample code, NuSOAP reads the WSDL just fine.

I have also built a VB.NET client for this service. It shows the same behavior: it sends the request to the service, but never gets a response. Do you have a service client that works?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Monday, April 25, 2005 11:42 PM
Subject: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
I have tried doing
$client =
soapclient('http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl'
,true)
before, but I get the error message from
$client->getError(), which is
wsdl error: XML error parsing WSDL from
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
on line 1: Empty document
It seems like it won't properly read the wsdl file if
I put in the extra 'true' parameter.
Or is there something wrong with my WSDL file? The URL
I have for the wsdl(
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
) thus give the right file though.
Thanks!
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Scott Nichol
2005-04-26 13:34:48 UTC
Permalink
When I bump up the timeout with set_time_limit(60), I get a response with PHP/NuSOAP, too.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Scott Nichol" <***@scottnichol.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Tuesday, April 26, 2005 8:51 AM
Subject: Re: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"


I was mistaken: the .NET client does get a response (False) eventually.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Scott Nichol" <***@scottnichol.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Tuesday, April 26, 2005 8:47 AM
Subject: Re: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"


When you give the URL to the soapclient constructor without the second parameter, soapclient treats it as the URL for the SOAP endpoint, not the URL for WSDL. It needs to read the WSDL. When I run the sample code, NuSOAP reads the WSDL just fine.

I have also built a VB.NET client for this service. It shows the same behavior: it sends the request to the service, but never gets a response. Do you have a service client that works?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Ian Yap" <***@yahoo.com>
To: <nusoap-***@lists.sourceforge.net>
Sent: Monday, April 25, 2005 11:42 PM
Subject: [Nusoap-general] Re: Re: Help! "Server did not recognize the value of HTTP header SOAPAction:"
Post by Ian Yap
I have tried doing
$client =
soapclient('http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl'
,true)
before, but I get the error message from
$client->getError(), which is
wsdl error: XML error parsing WSDL from
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
on line 1: Empty document
It seems like it won't properly read the wsdl file if
I put in the extra 'true' parameter.
Or is there something wrong with my WSDL file? The URL
I have for the wsdl(
http://jimb-dev.cs.uiuc.edu:8080/AsteriskControlService.asmx?wsdl
) thus give the right file though.
Thanks!
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nusoap-general mailing list
https://lists.sourceforge.net/lists/listinfo/nusoap-general
Loading...