Hi all, I am using xfire 1.2.6.
I am trying to use a Service.doc.xml file to document my wsdl. There is a problem with the Node type being null that causes only empty documentation tags to be places in the file. I have debugged the problem with eclipse, here are the details. WSDLBuilder.java line 281 The element is having its value set to the document string I have specified in my doc.xml file. At this stage all appears fine, but the underlying Node object has null type. As per the javadoc for w3c's Node, setting the value on a Node with null type has no effect. As a result the documentation is never set and my wsdl contains an empty tag. So my question is, why do I have a null Node type? If anyone can shed some light, please do. Thanks very much. Vineet -- View this message in context: http://www.nabble.com/documentation-in-WSDL-tf4027955.html#a11441528 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
