Skip to Content.
Sympa Menu

devel - Re: Re: [sympa-dev] Calling SOAP Methods from .NEt

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: Re: Re: [sympa-dev] Calling SOAP Methods from .NEt
  • Date: Wed, 25 Jan 2006 23:17:44 +0100

I am still receiveing an error trying to log in useing the web service. Here
is the code I am runnning and the error follows. The log in did originally
work when I first started testing a few weeks ago.

sympa.SympaSOAP org = new sympa.SympaSOAP();
string s;

s = org.login("email", "password");



Client found response content type of 'text/html; charset=iso-8859-1', but
expected 'text/xml'.
The request failed with the error message:
--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
address@concealed and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr />
<address>Apache/2.0.40 Server at demo.sympa.org Port 80</address>
</body></html>

--.



Archive powered by MHonArc 2.6.19+.

Top of Page