|
From: Helm, P.W. (P. v. d. <pim...@tn...> - 2010-02-19 08:28:42
|
Hi Olli, The problem you run into is not an issue related to the BimServer itself, but the C# xml-serializer (I presume you are using to create the xml messages). If seems to me your have not set an xml-schema before you attempt to create or receive a message. If you have set the xml-schema and the error occurs after the request, I supect the xml-schema is not valid for received messages. If you have not set the xml-schema, google-ing the error message gave me some links addressing similar issues. They might help you further. Otherwize I would advice you to ask the same question on a C# serializer forum. Kind regards, Pim ---------- Forwarded message ---------- From: Stenlund Olli <Oll...@vt...> Date: Thu, Feb 18, 2010 at 12:24 PM Subject: [Bimserver-users] Bimserver web services To: "bim...@li..." <bim...@li...> Hello, I tried to call the createAnonymousToken and login web services from my C# application, but I get this exception: "Only XmlRoot attribute may be specified for the type BimServiceReference.UserException. Please use XmlSchemaProviderAttribute to specify schema type." Does anyone know how to solve this problem? I use Visual Studio 2008 and have created a service reference to my Bimserver. Olli ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Bimserver-users mailing list Bim...@li... https://lists.sourceforge.net/lists/listinfo/bimserver-users This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html |