Re: Error or Debug?

2007-11-23 Thread Eman Ali al-Maktari [IT Department]
- Original Message - From: "Eman Ali al-Maktari [IT Department]" <[EMAIL PROTECTED]> To: cxf-user@incubator.apache.org Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait Subject: Error or Debug? Hi all, is this error or just a debugging info? 2007-11-21 18:48:49

How to run Eclipse debugger on a CXF client

2007-11-23 Thread Glen Mazza
Hello, I would like to run the Eclipse debugger, not just on my client stub but also on the CXF source code, in particular the CXF interceptors (so I can do line-by-line tracing, etc.) I think I know how to debug in Eclipse (right-click the project and choose "Debug As..."), but what I don't know

RE: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread Benson Margulies
What annotations do you have on the bean class? I think you need an XmlRootElement with a blank namespace, at very least. > -Original Message- > From: mule1 [mailto:[EMAIL PROTECTED] > Sent: Friday, November 23, 2007 12:49 PM > To: cxf-user@incubator.apache.org > Subject: RE: SOAP Namspa

RE: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread mule1
return class is my bean class - not java class. -- View this message in context: http://www.nabble.com/SOAP-Namspace-change-in-2.0.3---Please-Advise-tf4772597.html#a13916358 Sent from the cxf-user mailing list archive at Nabble.com.

Re: what would be the best place to introduce xslt transformer for response message

2007-11-23 Thread mule1
yes after the response XML is geneated, but before it is sent out. -- View this message in context: http://www.nabble.com/what-would-be-the-best-place-to-introduce-xslt-transformer-for-response-message-tf4862565.html#a13916324 Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to get wsdl for java_first_jaxws on Tomcat

2007-11-23 Thread Bruce Z
Hi Jervis, Thanks for the reply. I followed the instructions as described in samples\README.txt, the evn variables are properly set. >From folder samples\java_first_jaxws, I ran "ant war", and "ant deploy-tomcat" to deploy helloworld.war to Tomcat. According to message from http://cwiki.apache.o

Diagnosis of stupid JAXB/JAXWS errors

2007-11-23 Thread Benson Margulies
Consider the following pile of snails. Now, I realize, I don't need them in CXF, but I had coded them to test something. Except, that, I'd neglected to code the @WebResult at all, so while I had a wrapper, there was no way for the code to know the element to use for the response. It didn't work, o

Re: what would be the best place to introduce xslt transformer for response message

2007-11-23 Thread Glen Mazza
I believe you mean *after* the response XML is generated, but before it is sent out, correct? Glen Am Freitag, den 23.11.2007, 08:11 -0800 schrieb mule1: > Hello, > > I want to introduce my own interceptor in my jaxws configuration where > before the response xml is generated, I want it to go th

RE: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread Benson Margulies
Hmm. What is the return type? Is it a class of yours, or a builtin Java type? > -Original Message- > From: mule1 [mailto:[EMAIL PROTECTED] > Sent: Friday, November 23, 2007 11:17 AM > To: cxf-user@incubator.apache.org > Subject: RE: SOAP Namspace change in 2.0.3 - Please Advise > > > H

RE: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread mule1
Hello, what would be all the places where I need to specify targetNamespace="" in my annotation? I currently have tried with @WebResult(name="myresultxx", targetNamespace="") and the element still comes up with 'ns'. So, not sure where else I need to have the tragetNamespace="" -- View this me

what would be the best place to introduce xslt transformer for response message

2007-11-23 Thread mule1
Hello, I want to introduce my own interceptor in my jaxws configuration where before the response xml is generated, I want it to go through an xslt transformer to transform the response xml. How can I introduce this interceptor? -- View this message in context: http://www.nabble.com/what-would-

RE: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread Benson Margulies
If you specify enough namespace="" arguments to annotations, you can get your payload to be unqualified. However, you can't force it to use a default namespace instead of prefixes, and you c an't control the prefixes. > -Original Message- > From: mule1 [mailto:[EMAIL PROTECTED] > Sent: F

disable-address-updates breaks ServiceName?wsdl url

2007-11-23 Thread Christian Vest Hansen
Usually, you can access the WSDL of a service by appending ?wsdl to the endpoint url and end up with something like this: http://localhost:8080/myapp/ServiceName?wsdl However, if you add the disable-address-updates init-param to your CXFServlet in web.xml like this: CXFServlet

Re: WS-Security Single Sign On

2007-11-23 Thread mattmadhavan
Davide, There are lot of sample code out there for Acegi+CAS. I had my Acegi+CAS working more than a year ago. The idea is to make them all together. As for as Authentcation using CXF+Acegi there are multiple posts withing this forms. Look for the one Anne Racel. I have not seen any imlementatio

Re: SOAP Namspace change in 2.0.3 - Please Advise

2007-11-23 Thread mule1
is it possible to have the response xml document to drop the NS prefixes with jaxb? -- View this message in context: http://www.nabble.com/SOAP-Namspace-change-in-2.0.3---Please-Advise-tf4772597.html#a13913734 Sent from the cxf-user mailing list archive at Nabble.com.

Re: WS-Security Single Sign On

2007-11-23 Thread Davide Gesino
Hi Matt, thanks for the links. At the moment I'm trying to figure out how Sun project Metro manages WS-* extensions. Metro already supports this specs... Anyway everything is hidden away from the developer from Netbeans IDE (that still have some bugs). It is not clear what 's going on behind th

Re: Refactoring a WSDL with CXF and Eclipse...

2007-11-23 Thread Tophebboy
Hi! I'm using Eclipse 3.3.0 and STP 0.7. Anyway, I don't have the option "generate wsdl". On top of that, once I generate the code, the SEI is changed to use new classes created in the service package and and cannot rebuild the wsdl then... Jonathan Huang wrote: > > Hi Tophebboy, > I am n

Throwing faults from within an Interceptor

2007-11-23 Thread Christian Vest Hansen
I have a WSDL that defines MyFault and all of my operations can potentially throw this fault. This fault has some custom elements and stuff, so it is not an ordinary SoapFault, and it got its own Exception class when I generated my Java code. When I throw this fault from within an operation in my