Re: doc/lit ==> Call doesn't send xsi:type attributes ??

2004-08-03 Thread Robert van Engelen
Dear Anne, IMO your quote is correct, but your conclusion is not. BP1.0a states that receivers must not require the use of xsi:type. But this does not mean that senders are restricted in their inclusion of xsi:type attributes. In fact, Schema Part 1: Structures, Section 2.6.1 states that "An el

Re: WSDL to C++ in Visual Studio ??

2004-08-03 Thread Robert van Engelen
Hi, gSOAP (sourceforge.net/projects/gsoap2) also supports WSDL to C++ for VC++. Eexample VC++ projects are included in the package. Cheers, - Robert On Saturday, July 17, 2004, at 09:12 PM, Anne Thomas Manes wrote: I have no idea if you can get the WSDL. Try doing an HTTP GET on the service UR

Re: circular references

2003-12-28 Thread Robert van Engelen
Hi, There are SOAP toolkits that can handle cycles automatically. Try gSOAP (for C/C++) for example, it handles cycles intelligently and does not waste space (producing id-refs only when necessary). - Robert On Friday, December 26, 2003, at 11:28 AM, Chandrasegaram Jeyakumaran wrote: Hi, Ye