Re: 10 years of CXF - Happy Birthday!

2018-04-16 Thread Manoj Jain
Occasion for celebration Dennis On Mon, Apr 16, 2018, 11:45 PM Dennis Kieselhorst wrote: > Hi, > > it's time to celebrate: 10 years ago, on April 16th in the year 2008, > CXF graduated from the Apache incubator as a merge of the Objectweb > Celtix project and the Codehaus XFire project (see > ht

Re: DOSGi-1.7.0 - How/where to set disableCNCheck in Karaf.

2017-02-28 Thread Manoj Jain
Quick solution, create certificate with cn-- FQDN. Else create certificate with SAN extended attributes. TNX Manoj On Feb 28, 2017 9:28 PM, "Erwin Hogeweg" wrote: > Hi, > > I am running DOSGi-1.7.0 on a client with the remote services defined in a > remote-services.xml

Re: Not able to extract soapBody

2016-01-26 Thread Manoj Jain
problem is SoapBody is null. Request, if you suggest solution which fits to my requirements. Reagrds Manoj Jain On Tue, Jan 26, 2016 at 2:14 AM, Andrei Shakirin wrote: > Hi, > > The easiest way to access SoapBody is implementing Provider > interface: > http://cxf.

Not able to extract soapBody

2016-01-24 Thread Manoj Jain
without writing soap inceptors. public static void marshal() { Message message = PhaseInterceptorChain.getCurrentMessage(); LOGGER.debug("MANOj Invoking handleMessage on interceptor Chain END " ); //FIRST method - Failed no SoapBody InputStream is = message.getExchange().getBinding().cre

Re: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.

2014-05-22 Thread Manoj
It seems it is firewall problem. Use the dongle(Any other network other than your office network). Problem will be solved.

Re: WS-Security: How to insert two Security elements in SOAP header?

2013-05-29 Thread manoj kumar
my custom interceptor is still not added to the header. Could you provide some details on how you customized the interceptor and what configuration was added to the client to get this custom interceptor added to the soap header. Any help is much appreciated. Thanks, Manoj -- View this message

Re: (CXF-3170) NullPointerException in StaxUtils.java:961

2011-01-21 Thread manoj kumar
a/entry/cxf_x509_profile The exception is thrown when the request reaches server side. Kindly let me know if there is anything missing or wrong in my configuration. Thanks in advance Thanks, Manoj -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-3170-NullPointerException-in-StaxUtils-java-961-tp3350913p3352176.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: (CXF-3170) NullPointerException in StaxUtils.java:961

2011-01-21 Thread manoj kumar
Thanks Dennis for your reply. I will give a try with WS-Policy approach. Thanks Glen for your reply. I will test it out in Tomcat w/JDK6. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-3170-NullPointerException-in-StaxUtils-java-961-tp3350913p3352046.html Sent from the cxf

SSL client 2 way authentication throws exception while plain jsse operation works

2010-04-01 Thread Purohit, Manoj R
CXF 2.1.5 and can't upgrade. Would appreciate any guidance or pointer to resolve this. Thanks, Manoj [Raw read]: length = 5 : 15 03 01 00 02 . [Raw read]: length = 2 : 02 28 .( main, READ: TLSv1

JMS and POJO first webservice

2010-03-30 Thread Purohit, Manoj R
pointers. Regards, Manoj

JMS and POJO first webservice

2010-03-30 Thread Purohit, Manoj R
, Manoj

was ce and cxf

2010-03-23 Thread Purohit, Manoj R
Hello, Running mtom sample on websphere app server ce(community edition) it gives me following exception. It seems that was ce comes with axis2 implementation. Has anybody successfully deployed cxf on was ce ? I would appreciate the response. Regards, Manoj modeler error: Response wrapper

RE: Fine control of XML encoding

2010-03-01 Thread Purohit, Manoj R
Hi , What about custom interceptor which can set the content type .. In certain esb scenario I had implemented for other version of cxf it worked for me. Regards, Manoj -Original Message- From: Valerio Angelini [mailto:angel...@imaa.cnr.it] Sent: Monday, March 01, 2010 6:21 AM To

RE: Pointer to a strategy on interface versioning?

2009-11-09 Thread Purohit, Manoj R
oxy service can have same url as current. This proxy service can be achieved by any modern open esb tool by just few configurations or you can write your own little filtering logic. Existing client may hit with existing soapAction and new client will send with SOAPAction=http://xxx.com/v11/ops

JMS Soap client namespace causing problem

2009-10-21 Thread Purohit, Manoj R
/";> This issue is consistent in CXF 2.1, CXF 2.1.5 and CXF 2.2.3. Appreciate your help. Regards, Manoj For both http and jms wsdltojava client service is used. Client code com.citi.cibtech.esf.sample.backoffice.service.BackOfficeService service = new com.citi.cibtech.esf.sample

jaxb.propeties not found exception cxf 2.1.5

2009-09-24 Thread Purohit, Manoj R
your help. Regards, Manoj [java] Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: javax.xml.bind.JAXBException: Unable

RE: CXF using SSL certificate where it isn't wanted

2009-09-22 Thread Purohit, Manoj R
Quick solution would be adding your web server cert into =/path/to/truststore Open your truststore.jks/p12 with key tool and add your webserver cert into it. When you are specifying trustore at jvm arg level it will be used.. even if you are using one way ssl with web server call [Which looks

Way to set Soap Fault Actor for CustomException

2009-06-04 Thread Purohit, Manoj R
? I want to avoid righting custom interceptor for soap is this possible ? Appreciate any help on this. Regards, Manoj

RE: Generating SecurityHeader from client

2009-04-30 Thread Purohit, Manoj R
headers (i.e. SOAP headers defined in the wsdl:binding but not wsdl:portType section.) Default is false. HTH Manoj -Original Message- From: Anupama Vaid [mailto:anupama.v...@bluecasa.com] Sent: Wednesday, April 29, 2009 4:08 PM To: users@cxf.apache.org Subject: Generating SecurityHeader