David Jencks wrote:
In the geronimo axis port we use the xmlbeans schema type model to
analyze the wsdl schemas and relate the types to what is in the jaxrpc
mapping file. Basically we create a map whose keys are the "qname"
used in the jaxrpc-mapping file with the other info in a
java-xm
I'm not quite sure what you are looking for, you don't specify which
java classes you are talking about.
In the geronimo axis port we use the xmlbeans schema type model to
analyze the wsdl schemas and relate the types to what is in the jaxrpc
mapping file. Basically we create a map whose k
Ah, I was wondering if XFire was ever going to get around to the
server-side support for wsdl/xmlbeans. Glad to see you have something
working!
I'm not sure when I'll have a moment to check this out - but I will. For
sure I'll wait until after you have enough confidence in it to roll it
into
XFire (http://xfire.codehaus.org) can take a service class with xmlbeans
and build the wsdl automatically. Just create your service class:
public class FooService
{
public YourXmlBeanResponseDocument doFoo(XmlBeanRequestDocument blah)
throws XFireFault;
}
then register it:
XmlBeansService