JWS specify a schema

black_cyber89

New Member
I'm doing a "Start from Java and WSDL" approach in building a jaxws. I have a customized schema that works against the web service when manually specified however I would like the java class to reference the schema so when I generate a WSDL the types generated are the types from the manually created schema. Is this possible?
 
Back
Top