RE: cxf encryption

2007-08-23 Thread Davide Gesino
Hi Daniel, thanks for the help. I modified the code as you suggested, and I was able to send and process an encrypted message. I did not get the null pointer exception anymore (maybe because I upgraded to 2.0.1). Thanks everyone for your precious help! :-))) Davide Davide Gesino wrote:

WSDL problem on WebFault while using Doc/Literal SOAP style

2007-08-23 Thread suiaing
Duplicate element defination will be genereate in the WSDL for the WebFault while using Doc/Literal SOAP style. e.g. xsd:element name=ServiceException nillable=true type=ns0:serviceFaultDetail/ xsd:element name=ServiceException nillable=true type=ns0:serviceFaultDetail/ and it is no problem in

RE: CXF client applet port initialization problems

2007-08-23 Thread Christopher Moesel
Hi Doug, Unfortunately, the documentation is wrong in two respects: (1) It doesn't appear that the jaxws:endpoint element supports a nested portName element. So... for now... you won't be able to specify portName there. (2) Although it *does* support serviceName, the format for specifying the

Re: JSON output

2007-08-23 Thread Kaleb Walton
Thanks to both of you! | | From: | | --| |Dale Peakall [EMAIL PROTECTED]

javamail - geronimo-javamail jars

2007-08-23 Thread nuka
Hello, I've put in place WS with CXF and I have a conflict between sun mail.jar and geronimo-javamail jar. If I drop geronimo-javamail jar I get an error Exception in thread main java.lang.NoClassDefFoundError: org/apache/geronimo/mail/util/StringBufferOutputStream in my WS class client.

Re: javamail - geronimo-javamail jars

2007-08-23 Thread Daniel Kulp
Shoot. You're right. The HTTPConduit takes a direct dependency on it. That's REALLY not good. I've logged an issue: https://issues.apache.org/jira/browse/CXF-936 Dan On Thursday 23 August 2007, nuka wrote: Hello, I've put in place WS with CXF and I have a conflict between sun

Re: Namespace error

2007-08-23 Thread Daniel Kulp
Hmmm... that looks like a classpath issue somehow. Are there two versions of the Spring jars available? (ex: one in the war and another in the tomcat share/lib dir?) Dan On Wednesday 22 August 2007, Anne Racel wrote: Hi folks - I made it past my Eclipse hurdles (still waiting for

Re: CXF and Jetty - Class not found exception

2007-08-23 Thread Willem Jiang
Hi I found your fault , you misspelling the CXFServlet by CFXServlet. Your web.xml should be !-- CXF Web Services -- servlet servlet-nameCXFServlet/servlet-name servlet-classorg.apache.cxf.transport.servlet.CXFServlet/servlet-class load-on-startup1/load-on-startup

Re: Why the HTTPS hassle

2007-08-23 Thread Willem Jiang
Hi Please see my comment in the mail. Fred Dushin wrote: On Aug 20, 2007, at 6:15 AM, Christian Vest Hansen wrote: Hi, I don't get why I must do all this configuration of cxf in order to make it access external web services over HTTPS when my web browser is able to access web sites over

RE: Restful Service client exception

2007-08-23 Thread Liu, Jervis
Ok, I see the problem. Your service is using wrapped mode, unfortunately URIMapper did not handle Wrapped/Unwrapped operation correctly. I have filed JIRA cxf-938 for this. Thanks, Jervis -Original Message- From: Sric [mailto:[EMAIL PROTECTED] Sent: 2007年8月23日 23:22 To: