Re: How do I write and test a sample?

2009-09-18 Thread Daniel Kulp
On Fri September 18 2009 2:38:50 am Christian Schneider wrote: > The following issues describe a way to read WSDLs from a maven repo or > to write WSDLs to a maven repo. > https://issues.apache.org/jira/browse/CXF-2276 > https://issues.apache.org/jira/browse/CXF-2275 > > So you can specifiy that t

Part with no name or type?

2009-09-18 Thread Benson Margulies
What should the dynamic client do about: I've changed an NPE to a throw, but should it politely suppress the operation? Assume no arguments? --benson

Re: Part with no name or type?

2009-09-18 Thread Daniel Kulp
I would say that it invalid, at least for soap. The WSI-BP specifically says: R2204 A document-literal binding in a DESCRIPTION MUST refer, in each of its soapbind:body element(s), only to wsdl:part element(s) that have been defined using the element attribute. and R2203 An rpc-literal

Re: Websphere and CXF

2009-09-18 Thread Andreas Veithen
Aaron, Could it be that you have a JAR with the servlet API in your WAR or in some other class loader you created? Andreas 2009/9/17 Aaron Ehrensberger : > So, I've finally gotten back to this issue, with no luck.  I have my .war > file and I deploy it with the Deploy Web Services box unchecked

Re: [jira] Commented: (CXF-2438) NPE creating dynamic client

2009-09-18 Thread Benson Margulies
wsi-Bp does not permit these. run the cxf wsld validator for the full message. cxf pretty much sticks to wsi-bp. On Sep 18, 2009, at 8:12 PM, Walter Mourão (JIRA) wrote: [ https://issues.apache.org/jira/browse/CXF-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpa

RE: Websphere and CXF

2009-09-18 Thread Aaron Ehrensberger
That was exactly what it was. I found a message post on a forum alluding to something very similiar and removing the javax.servlet jar fixed up the problem. Thanks for the help! aaron From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Fri 9/18/

Wikipedia page

2009-09-18 Thread Benson Margulies
http://en.wikipedia.org/wiki/Apache_CXF is somewhat lame, and the Progress folks could probably find a few IONAs to edit.