Re: WS-RM Usage

2007-09-26 Thread Bharath Ganesh
> in order to enable WS-A. Try adding the following child element to your > : > > xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/> > > Cheers, > Eoghan > > > > -Original Message- > > From: Bharath Ganesh [mailto:[EMAIL PROTE

Re: WS-RM Usage

2007-09-26 Thread Bharath Ganesh
y > - Original Message ----- > From: "Bharath Ganesh" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, September 26, 2007 5:43 AM > Subject: Re: WS-RM Usage > > > > My wsdl now contains the RM-Assertion and I have enabled the policy > engine > > (by get

Re: WS-RM Usage

2007-09-25 Thread Bharath Ganesh
e main goals of the CXF > WS-Policy framework[2]. > > Cheers, > Eoghan > > [1] http://cwiki.apache.org/CXF20DOC/wspconfiguration.html > [2] http://cwiki.apache.org/CXF20DOC/ws-policy-framework-overview.html > > > > -Original Message- > > From: Bha

WS-RM Usage

2007-09-25 Thread Bharath Ganesh
Hi I have been trying to get WS-RM to work in CXF. These are the steps I followed. WSDL: Reference to a WS-policy, containing a RMAssertion. But this was not enough for the client side RM configuration. The RM Interceptors were not added even thought the s

Re: cxf packaging

2007-03-29 Thread Bharath Ganesh
Yes that looks fine. On 3/29/07, Bozhong Lin <[EMAIL PROTECTED]> wrote: I still have fresh memory that we had long discussion about manifest.jar vs bundle.jar right before M1 release. I guess it must be time for another milestone release, thus the discussion of packaging again. :-) By observin

Accessing imported schema's

2007-03-06 Thread Bharath Ganesh
Hi I need some clarity reagrding accessing schema definitions imported by a wsdl. Basically, after publishing my JAX-WS web service, I can a client can access the wsdl by appending a "?wsdl" to the published location. Example, http://localhost:8181/cxf/services/cxf/webservices/CalculatorService?w

Accessing imported schema's

2007-03-05 Thread Bharath Ganesh
Hi I need some clarity reagrding accessing schema definitions imported by a wsdl. Basically, after publishing my JAX-WS web service, I can a client can access the wsdl by appending a "?wsdl" to the published location. Example, http://localhost:8181/cxf/services/cxf/webservices/CalculatorService?

Configuring an JAX-WS Service

2007-01-02 Thread Bharath Ganesh
Hello I wanted to know if I can configure a Service through an deployment descriptor. I would have the @WebService annotation on the implementation class. But I want the attributes of @WebService annotation to be overridden by some CXF deployement descriptor. Same applies to JAX-WS handlers.

CXF Regenerating a wsdl

2006-12-28 Thread Bharath Ganesh
Hi I have packaged my web service implementation class, interface and cxf-servlet.xml, and the corresponding web.xml in a war and deployed the web service in a J2EE container. The issue i face is though I have a wsdl packaged in my war and the location of wsdl provided in cxf-servlet.xml, the

Re: JAX-WS Handler Support

2006-12-27 Thread Bharath Ganesh
(RPCMethodProcessor.java:196) So the issue was my Service specific exception did not contain the getFaultInfo() method and was not a RemoteException. Thanks Bharath --- From: James Mao To: Bharath Ganesh Cc: cxf-user@incubator.apache.org ; [EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 6:01 PM

CXF Configuration file

2006-12-27 Thread Bharath Ganesh
Hi I just came across the cxf configuration file. Is there any tutorial on this? Should a developer using CXF as a JAX-WS Engine ever write the config file? If so, where can I see the schema/template for the file? Any help would be appreciated. Thanks Bharath

CXF Configuration file

2006-12-27 Thread Bharath Ganesh
Hi I just came across the cxf configuration file. Is there any tutorial on this? Should a developer using CXF as a JAX-WS Engine ever write the config file? If so, where can I see the schema/template for the file? Any help would be appreciated. Thanks Bharath

Re: JAX-WS Handler Support

2006-12-26 Thread Bharath Ganesh
Hi The issue has been logged at the bug database. Please check https://issues.apache.org/jira/browse/CXF-336 Also https://issues.apache.org/jira/browse/CXF-335 I could also see the java2wsdl tool is buggy for a number of cases. For exampple I have a POJO annotated with JSR 181 annotations to

JAX-WS Handler Support

2006-12-26 Thread Bharath Ganesh
Hello I could see that the JAX-WS handlers are not working with cxf-2.0-incubator-M1 release. Is this expected in the CXF 2.0 RC? If so when is this release scheduled? Is there an M2 release also? Thanks Bharath