2005-01-24 14:04:14 UTC
Hi,
I am using SOAPanywhere for a project. I have to do a SOAP client in C
language and I choose SOAPAnywhere for the server.
I have done 2 C client. One with the CSOAP library and other with GSOAP
library ( both are in sourceforge.net )
I have implemented the MathService example and testwith my clients. I
obtain this message in both of them :
>SOAP FAULT: SOAP-ENV:Server
>"Custom type defined without namespace"
But it works very well with the Java client example provided with.
What is wrong with my code ? Did I forget something ? How can I get more
information about this error ?
Thx for your time