I\'m writing a web service using jax-ws. One of web service\'s methods returns bean, which contains reference to its parent. To prevent cyclic references I\'m using JAXB @XMLID
Out of the box Microsoft's tools won't do the job for you. You'll have to ask Microsoft to change the
wsdl generation tools. E.g.:
In a recent project I had to work around the short comings of these tools and modified the generated code using a Basic Script fixing what was not generated the way needed (in our case incompatibilities with the Java side wsdl generation)