> > This is why the client should send the type. Server has said it is > anyType so client has to send the type as the xsi type. > As you have told your server does not process the runtime type, then > it may have assume it as string. > > thanks, > Amila.
Well, Amila, the server process the runtime time like this : if it's string, the client send <value><string>thestringvalue</string></value> it it's dateTime, the client send <value><datetime>thedatetime</datetime></value> There's no need of having fully qualified namespace. What makes the server send me an error is that <string> is fully qualified : <string xmlns:xi=http://....> without this, it works (I've tried with SOAPUI) What do you think ? Any possibilities to remove these fully qualified namespace attribute ? Cheers, and thanks again -- Martin
