The XML you posted is malformed. The start tag and end tags must match:
<project1:USER_ID>123456789012</cashback_soap:USER_ID>
Also, an element's local name cannot contain spaces:
<project1:user field>
Anne
On 8/10/06, Guido Walden <[EMAIL PROTECTED]> wrote:
Hi,
my opration is simply a "receive", it receive some parameters, those
parameters
can be sorted in several field (or type), therefore i made such a SOAP
message:
<project1:receive xmlns:project1=" http://www.foo.com">
<project1:user field>
<project1:USER_ID>123456789012</cashback_soap:USER_ID>
<project1:DATE>Thu Aug 10 12:06:34 CEST 2006</project1:DATE>
</project1:user field>
</project1:receive>
but when i send to server side ( a service using AXIS2), in my receive
method
such a message is given:
<project1:receive xmlns:project1=" http://www.foo.com">
<project1:USER_ID>123456789012</cashback_soap:USER_ID>
<project1:DATE>Thu Aug 10 12:06:34 CEST 2006</project1:DATE>
field>
</project1:receive>
when my service processe it, clearly Exception. I test all this in local PC,
it is impossible
the communication make this.
Have U some idea, what make this happen?
Thanks,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]