|
What is this JIRA's id, please? I would like to track this issue. Benson Margulies wrote: I submitted a JIRA for this, and I think that Dan fixed it.-----Original Message----- From: Dave Kallstrom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2007 10:20 AM To: [email protected] Subject: Re: Aegis bindingsI figured out the problem. Once again stupidity on my part. I had one method that took SearchField [] fields and one method that returned List<SearchField> aegis was trying to create two different complex types both named ArrayOfSearchField. On 7/24/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote:I have enabled aegis bindings using the following xml configuration snippet. <jaxws:endpoint id="CollectiveServices" implementor="#serviceBean" bindingUri=" http://apache.org/cxf/binding/http" address="/cxf/CollectiveServices" > <jaxws:serviceFactory> <bean class=" org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean "> <property name="wrapped" value="true" /> <property name="dataBinding" ref="aegisBean"/> </bean> </jaxws:serviceFactory> </jaxws:endpoint> <bean id="aegisBean" class=" org.apache.cxf.aegis.databinding.AegisDatabinding"/> My web service api has an interface named SearchField with three implementations. The interface is used in a number of differentways. |
- Aegis bindings Dave Kallstrom
- Re: Aegis bindings Dave Kallstrom
- Re: Aegis bindings Dan Diephouse
- RE: Aegis bindings Benson Margulies
- Re: Aegis bindings Dan Connelly
