Out of memory error by jetty logs.

2010-08-06 Thread Naresh Tallapelli
Hi All, I am using cxf-2.2.7 version. When i send a request from client to server i am getting the following exception on the server after the response is sent to the client. After that subsequent requests are not getting processed by the server. 53421 2010-08-06 17:25:29,691 [btpool0-1] ERROR or

Redirect requests from one server to another server

2010-06-22 Thread Naresh Tallapelli
Hi All, I am using cxf-2.2.7 version. I want to redirect one request from one web services server to another server. I want to thsi redirection on the web services server side. Can any one please help to understand how to do that. I am running my web services servers as stand alone applications (

Re: How to send attachment in response to a web service call

2010-06-11 Thread Naresh Tallapelli
27;t know if the 2.1.10 release (last on 2.1.x) would have all the > attachment fixes or not. > > Dan > > > > > On Thursday 10 June 2010 5:53:58 am Naresh Tallapelli wrote: > > HI All, > > > > I am using CXF-2.1.2 version. I have a requirement to send an att

How to send attachment in response to a web service call

2010-06-10 Thread Naresh Tallapelli
HI All, I am using CXF-2.1.2 version. I have a requirement to send an attachment from web services server to the client as part of one web service call response. I have created the response element as following in wsdl file, * * When web service operation is called i am creating "FileDataHandle

Generating java doc from wsdl documentation

2010-05-11 Thread Naresh Tallapelli
Hi All, I have added documentation in wsdl for some of my operations. And i tried to generate the java code from wsdl using "WSDL2JAVA". But i did not find any comments in the generated code which i have added in wsdl file. Please help me to generate the java doc from wsdl documentation. I am usi

Proxy server configuration at web services client side

2010-04-19 Thread Naresh Tallapelli
HI All, I am using proxy to server to filter the traffic that comes to the web services server. I tried to configure the web services client to go through the proxy server by following link http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html . I set the following properti

ws security password digest

2010-04-14 Thread Naresh Tallapelli
Hi All, I am using cxf 2.1.2 version. I tried to implement ws security. I have created passowrd call backs on both client and server sides. COnfigured password type to "PasswordText". Then i was to able to get the password on web services server side. But when i use password type to "PasswordDig

Soap 1.1 endpoint already registered on address

2010-04-07 Thread Naresh Tallapelli
Hi All, To day i have upgraded my cxf version to 2.2.7. I have generated client and server stubs as earlier. And when i try to publish the service i am getting following exception, Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.RuntimeException: Soap 1.1 endpoint already r

Re: Excessive SSL warnings in logs

2010-02-23 Thread Naresh Tallapelli
tils is not the > class which prints the soap messages) > > -----Original Message- > From: Naresh Tallapelli [mailto:naresh.tallape...@gmail.com] > Sent: Tuesday, February 23, 2010 9:10 AM > To: us...@cxf.apache.org; dev@cxf.apache.org > Subject: Excessive SSL warnings in logs

Excessive SSL warnings in logs

2010-02-23 Thread Naresh Tallapelli
Hi All, I am using cxf -2.1.2 in my web service application. I have enabled logging interceptors for all the operations. And when web service client sends any request to the server, following messages are getting logged all the times, Jun 22, 2009 2:55:17 PM org.apache.cxf.service.factory.Reflec

Element is not a valid SOAP version

2009-09-04 Thread Naresh Tallapelli
Hi All, I am using cxf-2.1.2 version from last 4 months. Everythign was working fine from begining. But yesterday i got some mysterious exception. Please see the below line, org.apache.cxf.binding.soap.SoapFault: "NAMESPACE", the namespace on the "OPERATION" element, is not a valid SOAP version.

Re: Internal server error

2009-07-02 Thread Naresh Tallapelli
On Tue, Jun 30, 2009 at 10:34 PM, Daniel Kulp wrote: > > As Andrew mentioned, the server side logs would have to be the place to > look > for information on how to diagnose this. > > Dan > > > On Tue June 30 2009 11:54:45 am Naresh Tallapelli wrote: > > Hi all,

Re: Internal server error

2009-07-02 Thread Naresh Tallapelli
I am getting the response payload as: But in request or response processing I have never seen this Thanks, Naresh On Thu, Jul 2, 2009 at 8:59 PM, Naresh Tallapelli < naresh.tallape...@gmail.com> wrote: > Sorry. Please find the complete stack trace before, barring some of our > co

Internal server error

2009-06-30 Thread Naresh Tallapelli
Hi all, I am using cxf-2.1.2 and getting the following error while sending the request to web service sever. 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administr

Re: Invalid soap messagein web service request

2009-06-10 Thread Naresh Tallapelli
Upgrade to CXF 2.2.2 which works around this issue. > > Dan > > > On Tue June 9 2009 8:19:06 am Naresh Tallapelli wrote: > > Hi All, > > > > I am Naresh. Iam usig cxf-2.1.2 version. I was able to execute my web > > service successfully. But sometimes, when web serv

Invalid soap messagein web service request

2009-06-09 Thread Naresh Tallapelli
Hi All, I am Naresh. Iam usig cxf-2.1.2 version. I was able to execute my web service successfully. But sometimes, when web service client tries to send message to web service server, the soap message was in the following form shttp://sc hxemmlanss.:xSm=l"soap.orhgt/tspo:a/p//secnhveemlaosp.ex/m

Re: unable to configure wsrm in cxf-2.1.2

2008-12-04 Thread Naresh Tallapelli
Could any one please suggest a solution for my problem? On Thu, Nov 27, 2008 at 8:48 PM, Naresh Tallapelli < [EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to configure reliable messaging through configuration file and > through the code. But it was not working. I tried

can we intercept cxf databinding?

2008-11-27 Thread Naresh Tallapelli
Hi All, I am using cxf-2.1.2 version. I want to intercept the databinding part which is done by cxf by using JAXB. Iam new to Cxf. Can we intercept the cxf data binding by writing our own custom interceptors? If yes could any one please let me know how t intercept the data binding. Any help is mu

unable to configure wsrm in cxf-2.1.2

2008-11-27 Thread Naresh Tallapelli
Hi All, I am trying to configure reliable messaging through configuration file and through the code. But it was not working. I tried with cxf-2.0.4 and cxf-2.1.2 versions. Following is the configuration i tried to enable reliable messaging.

Rpc/encoded wsdls are not supported in JAXWS 2.0 error

2008-11-10 Thread Naresh Tallapelli
Hi All, I am using cxf-2.1 version. I have generated the binding content for my wsdl using SOAP binding options "rpc encoded". And when i am trying to generate the Java code from wsdl using "wsdl2java" tool provided in cxf, getting the following error: "WSDLToJava Error: Rpc/encoded wsdls are not

[EMAIL PROTECTED]

2008-10-29 Thread Naresh Tallapelli
Hi All, I am trying to configure reliable messaging through configuration file and through the code. But it was not working. I tried with cxf-2.0.4 and cxf-2.1.2 versions. Following is the configuration i tried to enable reliable messaging.