Hi,
I am trying to use Xfire to create a Webservice embedded in Jetty.
i would like to use the ObjectServiceFactory.SCHEMA to define schema's
that schould be inserted in the wsdl that is generated.
I found in the source code that is defined, but never used. Is this
for a future release ?
My wsdl uses external references to other schema's in different
namespaces than the namespace of my webservice.
Or is there anonther way to define the exact wsdl, because right now
he adds things i don't want him to add.
so far i use:
HashMap props = new HashMap();
props.put(ObjectServiceFactory.PORT_TYPE, new
QName("http://www.webservice.namespace", "MySEI"));
Service service = factory.create(MySEI.class,new
QName("http://www.webservice.namespace", "MyWebservice"), new
URL(wsdlLocation),props);
in a Servlet to create the service.
But is there a way to specify that he should use the wsdl i provide?
kind regards
Guy
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email