Incorrect mappings generated for elements of simple types in wsdl

2015-01-22 Thread priya
t(required = true) @XmlSchemaType(name = "string") @NotNull protected Language language; If we avoid this, then mappings in the generated wsdl will be correct. Could you please let me know how to configure jaxb to avoid generating XmlSchemaTypes for enum types. Thanks and regar

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-07-03 Thread priya
Hello Sergey, I would like to know if there are any updates on this? Thanks and regards, Priya -- View this message in context: http://cxf.547215.n5.nabble.com/Best-way-to-send-and-receive-a-document-from-a-resource-method-in-rest-based-webservice-tp5745338p5745956.html Sent from the cxf

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-06-25 Thread priya
Thank you, I will be looking forward to seeing your response. -Priya -- View this message in context: http://cxf.547215.n5.nabble.com/Best-way-to-send-and-receive-a-document-from-a-resource-method-in-rest-based-webservice-tp5745338p5745560.html Sent from the cxf-user mailing list archive at

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-06-25 Thread priya
that makes it a more suitable choice of selection and we want to leverage the benefits of REST in this case. Thanks in advance, Priya -- View this message in context: http://cxf.547215.n5.nabble.com/Best-way-to-send-and-receive-a-document-from-a-resource-method-in-rest-based-webservice

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-06-23 Thread priya
start WADL first, then I do not think I will be getting the same definition for this operation as posted above. I am sure I must be missing something, as the "element" attribute describing the types is missing in both request and response elements above. Please help Thanks and regard

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-06-20 Thread priya
an entity called ErrorType(in case of an error) or the binary content itself by some name in case of success? I hope I am clear enough in explaining what I am trying to do. Thanks in advance, Priya -- View this message in context: http://cxf.547215.n5.nabble.com/Best-way-to-send-and-recei

Re: Best way to send and receive a document from a resource method in rest based webservice

2014-06-20 Thread priya
multipart :( Thanks in advance, Priya -- View this message in context: http://cxf.547215.n5.nabble.com/Best-way-to-send-and-receive-a-document-from-a-resource-method-in-rest-based-webservice-tp5745338p5745395.html Sent from the cxf-user mailing list archive at Nabble.com.

Best way to send and receive a document from a resource method in rest based webservice

2014-06-19 Thread priya
ld be a better way of doing it. But I am not sure how to use it. Please let me know how I can use multipart here and if it is really needed. Thanks a lot, Priya ResultType.java <http://cxf.547215.n5.nabble.com/file/n5745338/ResultType.java> DocumentParameters.java <http:/

Re: MTOM: large attachments eating up JVM heap

2013-04-01 Thread Priya
ontent; > > > > public class ImageAttachment extends Attachment { > > @XmlElement(required = true) > > @XmlMimeType("image/*") > > protected Image content; > > > > Cheers, > > Marcel > Hi Daniel, Please help me out in Processing the csv files using MTOM Axis2 web service. I have used dataHandler. But how to parse the data and send it back again as CSV file as the attachment. Please suggest few samples. Thanks and Regards, Priya Daniel Kulp writes:

RE: Apache maxClient reaches max

2008-12-10 Thread priya j
. Waiting for your reply. Regards, Priya Sergey Beryozkin-2 wrote: > > Hi > > > > Of if you'd like me to investigate then please create a test project and > attach it to JIRA - that's probably the only way I can help with the > actual analysis > > - but I&

Apache maxClient reaches max

2008-12-03 Thread priya j
followed the link below for my implementation: http://cwiki.apache.org/CXF20DOC/jax-rs-jsr-311.html Please suggest. Regards, Priya -- View this message in context: http://www.nabble.com/Apache-maxClient-reaches-max-tp20826444p20826444.html Sent from the cxf-user mailing list archive at Nabble.com.

handle special characters in cxf RESTful-service jax-rs

2008-11-24 Thread priya j
hi all, Can anyone tell me how to handle special character in the parameter passed? eg: http://localhost:8080/webservice/xml/name=restaturants#/9/10 i find issue with '#,%,?,;,/,\' Waiting for the reply. Regards, Priya -- View this message in context: http://www.nabble.com/hand