[protobuf] Zero tag number in enum data type

2011-04-18 Thread Canggih
a proto file, there was an error. The error was in enum data type. Compiler couldn't compile enum data that had '0' tag number. Then, when I change to '1', it can run successfully. Any explanations? Thanks in advance Canggih -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Zero tag number in enum data type

2011-04-18 Thread Canggih
2011 06:28, Canggih cangca...@gmail.com wrote: hello, i just wanna share. In Protobuf developer guide, in the sample proto file, there is a PhoneType enum data type, consist of MOBILE, HOME, and WORK. MOBILE use '0' as its tag number, and so on. Meanwhile, i'm using Protobuf plugin

[protobuf] Re: Protobuf in JAX-WS

2011-04-01 Thread Canggih
-WS supports RESTful but still using XML...) Best of luck, Ben Wright On Mar 31, 10:38 pm, Canggih PW cangca...@gmail.com wrote: hi, Sorry, i'm new in Java. Currently, i make a web service using python (for server) and java (for client). Client-Server can updates data

[protobuf] Re: Protobuf in JAX-WS

2011-04-01 Thread Canggih
Canggih On Apr 1, 10:04 am, Ben Wright compuware...@gmail.com wrote: Unfortunately JAX-WS (Java API for XML Web Services) only works directly with XML (anyone feel free to correct me if I'm misinformed in this regard as I've never fully explored using JAX-WS without XML) You have a couple

[protobuf] Protobuf in JAX-WS

2011-03-31 Thread Canggih PW
response. But, JAX WS using XML. How can i using protobuf in JAX-WS, or there are any other library in java that can do it? Thanks in advance Canggih -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to protobuf