cancel
Showing results for 
Search instead for 
Did you mean: 

The decimal field should accept 0.00 as the input and generate the XML

Former Member
0 Kudos

Hi Experts,

I have one requirement. I need to display the field which take 0.00 as the input and that field should come in the output XML. This field of type decimal. I m using sender proxy. Im populating the value 0.00 to this decimal field, But the proxy is not producing this field in the output XML. Plz suggest me.

Regards,

Rama

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi ramalakshmi,

How did you define the type of that decimal field?

If you have used xsd:decimal, try using xsd:string instead.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

HI Ravi,

It is accepting the input as 0.00. But i want it as decimal.

Can u explian what is the difference between these two types decimal and string.

It should take the input values in the decimal format. ll it take?

Regards,

Rama