Actually, got that to work in my bean declaration so now it appears in
the WSDL.
Is there a list of these types of lists/properties somewhat that can be
used? I tried browsing the DTD and doing some searching but have found
it is more trial and error.
-----Original Message-----
From: Vespa, Anthony J
Sent: Thursday, January 10, 2008 10:22 AM
To: Benson Margulies
Cc: cxf-user
Subject: RE: New 2.1 snapshot with anyType fix
So the aegis.xml looks similar to my beans.xml, so I could do maybe
something like this in the endpoint:
<jaxws:endpoint
id="sBoardService"
implementor="com.cbs.bos.ws.soap.BoardServiceImpl"
address="/sBoardService">
<jaxws:serviceFactory>
<ref bean='jaxws-and-aegis-service-factory' />
<property name="properties">
<map>
<entry
key="overrideTypesList">
<list>
<value>com.bos.cbs.data.ws.wsMessageBoard</value>
</list>
</entry>
</map>
</property>
</jaxws:serviceFactory>
</jaxws:endpoint>
-----Original Message-----
From: Benson Margulies [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 10, 2008 10:12 AM
To: Vespa, Anthony J
Cc: cxf-user
Subject: RE: New 2.1 snapshot with anyType fix
On Thu, 2008-01-10 at 10:05 -0500, Vespa, Anthony J wrote:
> Out of curiousity, are there examples or docs of the overrideTypeList
> usage? I did a few web services and looked in the mailing list
archives
> and can't seem to find references to how to use it.
The best place to look right now in CXF is the
file ./rt/javascript/src/test/resources/AegisBeans.xml
in the source tree. There is probably doc on the old XFire site,
related to exception subclasses.
I've made the process a lot simpler, but I haven't updated doc or that
file yet.