As a further datapoint, I'm having the _exact_ same problem. My client is also a C++ client, in this case part of the Groove framework. In our case, the basic soap communition works fine with sending parameters as int, long, double, ... but when we try to send a date it give the below-mentioned "The value of the ... must be namespace-qualified." error message. The date parameter is going across the wire as:
<StartDate xsi:type="dateTime.iso8601">18991230T00:00:00</StartDate> I believe that the error message appears because the xsi:type value "dateTime.iso8601" is not namespace-qualified. It seems like a client-side bug, but we have no control over what is sent. Is there any way to accept this on the server-side? Thanks in advance, Dan -----Original Message----- From: Schweizer Laurent [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: error: must be namespace-qualified hello, I'have do a RPC service and he work with a java client. I use the "SOAP C/C++ stub and skeleton compiler" from http://www.cs.fsu.edu/~engelen/soap.html to make a C++ client. when i call the serveur i have this error: "The value of the 'http://www.w3.org/1999/XMLSchema-instance:type' attribute must be namespace-qualified." _________________________________________________________________ T�l�chargez MSN Explorer gratuitement � l'adresse http://explorer.msn.fr/intl.asp
