RE: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Benson Margulies
The service you are talking to is very unhappy with you. Can you get a trace of the message traffic? -Original Message- From: Ryan Moquin [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 7:59 PM To: cxf-user@incubator.apache.org Subject: Can't figure out why I'm getting

RE: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Benson Margulies
http://cwiki.apache.org/CXF20DOC/debugging.html -Original Message- From: Ryan Moquin [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 7:59 PM To: cxf-user@incubator.apache.org Subject: Can't figure out why I'm getting this error or how to troubleshoot it I've been

Re: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Ryan Moquin
I tried and it appears that no request has been sent. I used TCPMonitor and changed the URL that my client was pointing to. When I run the client, no message comes across TCPMonitor and I still get the same error. It appears that it's trying to do something with the headers when constructing

RE: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Benson Margulies
If it really is never talking to the server (which would be really surprising) then you should be able to create a standalone test case that we could debug into? -Original Message- From: Ryan Moquin [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:39 PM To:

Re: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Willem Jiang
Hi Ryan, I don't know if you had resolved theh SSL configuration issue. You configuration file looks good to me. I just went through the stack trace, I found it caused by a soap header build up problem. Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at

Re: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Willem Jiang
Hi Ryan, Can you tell me how you generate the soap header message with the wsdl2java? Did you specify the option -exsh true when you call wsdl2java? If not , please try it again. Willem. Ryan Moquin wrote: I actually just got my breakpoint to be hit: It's choking on an element of my WSDL

Re: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Ryan Moquin
Here you go, I created a scaled down wsdl that is as simple as I can think of, but still representative of the wsdl I'm working with that exploits this problem. I'll post the wsdl here that I created and then I'll also try the -exsh option, which I haven't been using. Here is a wsdl that will

Re: Can't figure out why I'm getting this error or how to troubleshoot it

2007-09-10 Thread Willem Jiang
Hi Ryan, I just tested your wsdl with the latest CXF using the wsdl2java to generate both client and server code. It is wsdl2java -all -exsh true wsdlname. They work fine to me. Here is the client out going message: soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;