On 12/19/06, marcogiglione <[EMAIL PROTECTED]> wrote:
Hi, i have a similiar problem... I have a simple person.xsd file that describes a person. Using xmlbean i obtain a jar file that maps the xsd. I use this object PersonDocument as parameter or return type of a method that i want to become a web service. Then using java2wsdl i obtain a WSDL that Eclipse don't recognize (i don't know if it is correct). I can't reach my target.
java2wsdl works only with the pojos. but if you generate the skelton file using xmlbeans then it is not a pojo. This may be the problem in your case. -- Amila Suriarachchi, Software Engineer, WSO2 Inc.
