Thanks Thomas. I have determined that this happens when you include an Object type as either a parameter or a return type for a web method:
ex.
@webmethod
public Object GetObject( Object obj );
Then the wsdl provides a schema for the entire construct of the java.lang.Object type and all of the nested attributes as well. I don't know if this is correct behavior as it seems that the "anytype" element should be used instead.
I am a relative SOAP novice though.
I will still post it to JIRA though:
http://jira.jboss.com/jira/browse/JBWS-1446
Thanks again,
jay
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000584#4000584
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000584
Hi,
I have a couple of XML shemas and some WSDL files that reference these XSD.
I have some process that marshall/unmarshall the XML files based on the schemas for some batch process.
I would like to reuse some code with the service implementation for the shared objects between the batch processes and the web service processes.
Is there a way to do that?
As far as I know, JBoss hides the XML unmarshalling/marshalling when a web method is called.
Would there be an easy way to have as a method input/output some object defined in an XML schema and for which the marshalling /unmarshalling is handled by any databinding library (castor, jaxb, etc...)?
Regards,
Eric
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000538#4000538
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000538