Re: [MantisConnect] mantisconnect problem: xml-html error
Brought to you by:
vboctor
From: Victor B. <vb...@gm...> - 2007-01-31 15:25:24
|
Typically this is caused by the PHP web service executing code on the Mantis API that cause an error. This error generates an HTML response which is returned as the result of the call. When the web service client attempts to trace it, it generates the error you saw. Typically, MantisConnect web service attempt to pre-check for all possible errors before calling Mantis APIs to avoid this situation. However, there may be cases where this still happens. You should try debugging and checking the response that is returned back to you from the server. This should include the error that is causing the problem. On 1/31/07, Nils Malachewitz <nm...@bu...> wrote: > > > > > Hi, > > I have got a problem connecting to mantis with mantisconnect within visual > studio 2005. > I made a WebReference to > "http://localhost/mantis/mc/mantisconnect.php?wsdl" without > problems inside my project and now want to execute code delivered with > mantisconnect. > But when I start my program the debugger pops up with the exception > message: "Client found response content type of 'text/html', but expected > 'text/xml'." > > The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer and > the internal vs browser and shows a perfectly clear xml-dataset. > > I'm using: mantis-1.1.0a2 > MantisConnect-1.0a5 > nusoap-0.7.2 > and xampp-win32-1.5.5 as a php/sql-webserver > > I hope you understand my problem and you can help me. Thank you. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > |