Re: Help: Exception when i use 2 level

2006-08-11 Thread Guido Walden
Hallo Anne, Also, an element's local name cannot contain spaces:project1:user field
That is it! thanks a lot!  Do U know, is there some validate tools for SOAP message? it is realy tiring when the message getting bigger. 


Help: Exception when i use 2 level

2006-08-10 Thread Guido Walden
Hi, my opration is simply a receive, it receive some parameters, those parameterscan 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_ID123456789012/cashback_soap:USER_ID  project1:DATEThu Aug 10 12:06:34 CEST 2006/project1:DATE
 /project1:user field/project1:receivebut when i send to server side ( a service using AXIS2), in my receive methodsuch a message is given: project1:receive xmlns:project1=
http://www.foo.com
  project1:USER_ID123456789012/cashback_soap:USER_ID
  project1:DATEThu Aug 10 12:06:34 CEST 2006/project1:DATE
 field
/project1:receivewhen my service processe it, clearly Exception. I test all this in local PC, it is impossiblethe communication make this. Have U some idea, what make this happen? Thanks, 



Re: Help: Exception when i use 2 level

2006-08-10 Thread Anne Thomas Manes

The XML you posted is malformed. The start tag and end tags must match:

project1:USER_ID123456789012/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_ID123456789012/cashback_soap:USER_ID
project1:DATEThu 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_ID123456789012/cashback_soap:USER_ID
 project1:DATEThu 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]



Re: Help: Exception when i use 2 level

2006-08-10 Thread Guido Walden
Thanks Anne, I only forget modify it in eMail, in real all project1 is cashback_soap. and i have this tested using jUnit without AXIS2 server, but when i deploy it in server, then comes this problem :(



Re: Help: Exception when i use 2 level

2006-08-10 Thread Anne Thomas Manes

Please post the correct XML that your create and what gets sent.

On 8/10/06, Guido Walden [EMAIL PROTECTED] wrote:

Thanks Anne,
I only forget modify it in eMail, in real all project1 is cashback_soap.
and i have this tested using jUnit without AXIS2 server, but when
i deploy it in server, then comes this problem :(




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]