I want to send a long type data to WS.I can send that to WS as string by adding that type to Omelement

This is related to Java long right...

as attribute.But that time that is not send as long.But I want to send that as it is(long type).
If there is any way let me Know.

Well, even though it is send as an attribute, what you can extract is as a "String". So, in your application you have to use Long.parseLong(String) to get a long value, and need to do some error checking as well.

In XML inforset we basically deal text, and inforset level we couldn'd distinguish between specific types.

Saminda

Reply via email to