RE: Error inAbstractHTTPDestination.setHeaders,AbstractHTTPDestination.setHeaders

2008-03-31 Thread Wolf, Chris (IT)
be RFC 2617 compliant. If not, please let them know about it. Thanks, Glen [1] http://www.faqs.org/rfcs/rfc2617.html Am Freitag, den 21.03.2008, 11:30 -0400 schrieb Wolf, Chris (IT): > Glen, > > Thanks again for your help. I downloaded the source and looked at it > before going t

RE: Error in AbstractHTTPDestination.setHeaders,AbstractHTTPDestination.setHeaders

2008-03-21 Thread Wolf, Chris (IT)
circumstances. -Chris -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 7:12 AM To: cxf-user@incubator.apache.org Subject: Re: Error in AbstractHTTPDestination.setHeaders,AbstractHTTPDestination.setHeaders Am Freitag, den 21.03.2008, 01:27 -0

Error in AbstractHTTPDestination.setHeaders, AbstractHTTPDestination.setHeaders

2008-03-20 Thread Wolf, Chris (IT)
If I run my service inside a Tomcat-5.5 runtime configured in Eclipse-3.2, all works fine. I run the very same code, deployed on Tomcat-5.5 on Linux, I get this error. If anyone can suggest something short of debuggin the CXF source, that would be great. I am using 2.0.4. I searched and foun

RE: CXF Client not maintaing cookies

2008-03-11 Thread Wolf, Chris (IT)
BTW, the code below does not seem to work on Weblogic-9.2.2, although it works on Tomcat-5.5, and it sort of works on the embedded Jetty (except really long cookie values seems to get truncated.) -Original Message- From: Wolf, Chris (IT) Sent: Tuesday, March 11, 2008 10:05 AM To: Daniel

RE: Getting error while deploying on

2008-03-11 Thread Wolf, Chris (IT)
Maybe you can try adding : org.xmlsoap.* to the weblogic-application.xml I sent earlier. -Chris -Original Message- From: Binu Andrews [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 8:52 AM To: cxf-user@incubator.apache.org; Wolf, Chris (IT) Subject: Re: Getting error

RE: CXF Client not maintaing cookies

2008-03-11 Thread Wolf, Chris (IT)
itive is to use a session on the server side. The only cookie going back/forth would be the session cookie and any other state would be stored in the session. Not ideal. Dan On Tuesday 11 March 2008, Wolf, Chris (IT) wrote: > I am trying to set an HTTP cookie from the CXF server. It works w

RE: Getting error while deploying on weblogic 9.2 but able to do in tomcat

2008-03-11 Thread Wolf, Chris (IT)
I was able to load my cxf app on WLS-9.2.2 and access the WSDL (havn't tested services yet) I followed the instructions here: http://cwiki.apache.org/CXF20DOC/appserverguide.html#AppServerGuide-Pack warinanear%252Cdeploytheearwithweblogicapplication.xml With a slightly modified weblogic-applicat

RE: Getting error while deploying on

2008-03-11 Thread Wolf, Chris (IT)
When you tried to deploy to Weblogic, did you attempt to deploy as a bare WAR, or wrapped in an EAR? You need to deploy as an EAR. The descriptor setup is documented here: http://cwiki.apache.org/CXF20DOC/appserverguide.html#AppServerGuide-WebL ogic However, when I tried it on WLS-9.2.2, I got

RE: CXF Client not maintaing cookies

2008-03-10 Thread Wolf, Chris (IT)
, in the example the configuration just work for the publishing the service to port 9001. You can find more information about how to configure the Jetty server in CXF here: http://cwiki.apache.org/CXF20DOC/jetty-configuration.html Willem Wolf, Chris (IT) wrote: > I am trying to set an HTTP c

CXF Client not maintaing cookies

2008-03-10 Thread Wolf, Chris (IT)
I am trying to set an HTTP cookie from the CXF server. It works with a browser, but the generated CXF client does not keep or send back cookies. I tried the code: SecAdmin_Service ss = new SecAdmin_Service(wsdlURL, SERVICE_NAME); SecAdmin port = ss.getSecadmin(); BindingProvider provider = (Bi

RE: Need help for "XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-10 Thread Wolf, Chris (IT)
/date/20071019#notes (note #4) [3] http://www.jroller.com/gmazza/entry/using_the_ebay_shopping_api1 (step #7) [4] http://www.jroller.com/gmazza/date/20070929 Am Montag, den 10.03.2008, 00:01 -0400 schrieb Wolf, Chris (IT): > I know this issue has been discussed before, because I found a >

RE: Need help for "XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-10 Thread Wolf, Chris (IT)
WsClientProxy.invoke(JaxWsClientProxy.java:142) ... 2 more Caused by: java.io.IOException: /secadmin/ -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 11:04 AM To: cxf-user@incubator.apache.org Cc: Wolf, Chris (IT) Subject: Re: Need help for "XMLSt

Need help for "XMLStreamException: ParseError at [row,col]:[1,1]

2008-03-09 Thread Wolf, Chris (IT)
I know this issue has been discussed before, because I found a description and apparent fix here: http://www.mail-archive.com/cxf-user@incubator.apache.org/msg04687.html However, putting the updated Xerces and Xalan in the TOMCAT/common/endorsed directory did not solve the issue for me. If I d

RE: Need assistance re: ServiceConstructionException

2008-03-09 Thread Wolf, Chris (IT)
/20080308#MTstep6 HTH, Glen Am Sonntag, den 09.03.2008, 11:04 -0400 schrieb Wolf, Chris (IT): > Before posting this, I looked at the JAX-WS spec (although I could > only find 2.1) and searched the message archives. Before resorting to > downloading the CXF source and building CXF from

Need assistance re: ServiceConstructionException

2008-03-09 Thread Wolf, Chris (IT)
Before posting this, I looked at the JAX-WS spec (although I could only find 2.1) and searched the message archives. Before resorting to downloading the CXF source and building CXF from scratch so I can debug this problem, I am hoping someone can help. I created a service with a number of opera

AccessControlException: access denied upon deploying to Tomcat-5.5

2008-01-18 Thread Wolf, Chris (IT)
I built the wsdl_first sample and attempted to depoy the war to Tomcat-5.5. The tomcat manager shows that the web app is deployed and in the running state, however, neither the service nor even the WSDL urls produce results. (get a "not found" error) The log shows the following error: 2008-01-

RE: Cannot get a java-first service to properly return collection of objects

2007-10-06 Thread Wolf, Chris \(IT\)
laration in the schema part of the wsdl? I want to be able to have a Microsoft .NET client consume the service I am developing, is the date field going to be portable? Thanks, -Chris -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Friday, October 05,

Cannot get a java-first service to properly return collection of objects

2007-10-05 Thread Wolf, Chris \(IT\)
I am trying to create a service which returns an array of objects. The only success I had was returning List> and using Aegis data binding, but that's not really what I want. The contrived example is returning a collection of Quote objects. Quote has two String fields and a Date field. I tri