RESTFUL web service support in axis2/c

2009-06-11 Thread Vivian Wang
Hi All, I am planing to build a web service client that will consume RESTFUL web service. I have the  following getting-started questions: (1) Does Axis2/c support consuming RESTFUL web services? (2) If yes, is there any document for this? and any examples? (3) Can the support of SSL and

Re: RESTFUL web service support in axis2/c

2009-06-11 Thread Nandika Jayawardana
Axis2/C has the support for cnsuming RESTFUL web services. You can find an example in the samples shiped with Axis2/C. Also you can find some details in the axis2 maual. Axis2/C has the support for both SSL and Basic Authentication. I am not sure whether this has been tested with REST though.

Re: WSDL2Java generates uncompilable code

2009-06-11 Thread sri ram
resending . This issue should have been addressed before, can anyone guide me its important. --- On Wed, 10/6/09, sri ram pinnamaraju_sri...@yahoo.co.in wrote: From: sri ram pinnamaraju_sri...@yahoo.co.in Subject: WSDL2Java generates uncompilable code To: axis-user@ws.apache.org Date: Wednesday,

Re: Attaching XML to response

2009-06-11 Thread Chinmoy Chakraborty
You can try MTOM attachment strategy and attach your xml in the server side before it returns to the client...to do that you need to enable MTOM..in the server side create a datahandler form file-datasource and return it... DataHandler dh = new DataHandler(new FileDataSource(String path)); HTH,

Re: activation.jar and mailapi.jar are missing from the download

2009-06-11 Thread José Ferreiro
Dear Hetal, You may download the missing jars for example by using http://www.findjar.com/ Then, place the jar in the corresponding folder. Have a great day. HTH, José Ferreiro On Thu, Jun 11, 2009 at 1:45 AM, Hetal Desai desa...@yahoo.com wrote: Hello, I downloaded Axis 1.4 Zip but its

Re: activation.jar and mailapi.jar are missing from the download

2009-06-11 Thread Kamal Chandana Mettananda
Hi, Try followings. activation - http://java.sun.com/javase/technologies/desktop/javabeans/jaf/downloads/index.html mail - http://java.sun.com/products/javamail/downloads/index.html BR, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Thu, Jun

Server returned HTTP response code: 403 for URL: http://www.w3.org/2001/datatypes.dtd for schema validation

2009-06-11 Thread Håkon Sagehaug
Hi all I got an exception today when I wanted to deploy a web service, the exception was as following [INFO] Trouble processing wsdl file :WSDLException (at /wsdl:definitions/wsdl:types/xs:schema/xs:schema/xsd:schema): faultCode=PARSER_ERROR: Problem parsing '

Re: Server returned HTTP response code: 403 for URL: http://www.w3.org/2001/datatypes.dtd for schema validation

2009-06-11 Thread Davanum Srinivas
Håkon, FYI, http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic -- dims On 06/11/2009 11:56 AM, Håkon Sagehaug wrote: Hi all I got an exception today when I wanted to deploy a web service, the exception was as following [INFO] Trouble processing wsdl file :WSDLException

Re: activation.jar and mailapi.jar are missing from the download

2009-06-11 Thread Hetal Desai
thanks for your help --- On Thu, 6/11/09, Kamal Chandana Mettananda lka...@gmail.com wrote: From: Kamal Chandana Mettananda lka...@gmail.com Subject: Re: activation.jar and mailapi.jar are missing from the download To: axis-user@ws.apache.org Date: Thursday, June 11, 2009, 12:37 AM Hi,

Re: jax-ws war issues with axis 1.5

2009-06-11 Thread Andreas Veithen
This is fixed now on the trunk. Thanks for pointing this out! Andreas On Wed, Jun 10, 2009 at 18:02, Axis PCpc.a...@gmail.com wrote: All, I get the following error when I deploy a sample jax-ws war (which is part of the samples directory) using axis 1.5. INFO: Deploying web application

Re: [ANNOUNCE] Axis2 1.5

2009-06-11 Thread Andreas Veithen
Glen, where is the Subversion tag for this release? Andreas On Tue, Jun 9, 2009 at 14:36, Glen Danielsg...@thoughtcraft.com wrote: Hi all: The Apache Axis2 team is pleased to announce the release of Axis2 version 1.5. Major Changes Since 1.4.1: - Refactored, pluggable transports (separate

Re: [ANNOUNCE] Axis2 1.5

2009-06-11 Thread Glen Daniels
Hi Andreas: Good catch - I just added it to svn. https://svn.apache.org/repos/asf/webservices/axis2/tags/java/v1.5/ Thanks, --Glen Andreas Veithen wrote: Glen, where is the Subversion tag for this release? Andreas On Tue, Jun 9, 2009 at 14:36, Glen Danielsg...@thoughtcraft.com wrote:

RichTextEditor and multiple TEXTFORMATs

2009-06-11 Thread herbison
Can someone tell me why this is happening? If I place this in a RichTextEditor's htmlText field: TEXTFORMAT LEADING=2P ALIGN=LEFT cows and dogs/P/TEXTFORMAT and read it back, without doing a thing to it, i get this: TEXTFORMAT LEADING=2P ALIGN=LEFT/P/TEXTFORMATTEXTFORMAT LEADING=2P

Axis1.x in Java6

2009-06-11 Thread Gary Yue
Hi, does anybody know if Axis1.x is compatible w/ java6? We are trying to upgrade our server (Axis1.x based) to java6 runtime. Wonder if anyone has tried this before and whether that are any known issues. thanks gary

RE: Axis1.x in Java6

2009-06-11 Thread Sanjay Gupta
We tried it and didn't have any issues. From: Gary Yue [mailto:yueg...@yahoo.com] Sent: Thursday, June 11, 2009 4:23 PM To: axis-user@ws.apache.org Subject: Axis1.x in Java6 Hi, does anybody know if Axis1.x is compatible w/ java6? We are trying to upgrade our server (Axis1.x based) to java6