[JBoss-user] [JBossWS] - SOAPBody NAMESPACE_ERR

2006-07-04 Thread angusm
If I create a Document by reading it from a String (as in the WS examples) I can add it to a SOAPBody. But if I create the same document programatically I get a NAMESPACE_ERR. In the example below I created the Document programatically, converted it to a String, and then back to a Document. The

[JBoss-user] [Beginners Corner] - Left Bracket

2006-07-03 Thread angusm
This is a question on Post formatting. How do you show XML with left and right brackets? . I have tried copying examples from the Wiki : {{{ , and HTML without success. Thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955113#3955113 Reply t

[JBoss-user] [JBossWS] - SOAP Response with Attachments

2006-06-07 Thread angusm
I apologize as this is probably a bit of a newbie question. I have not read all the relevent manuals and standards. However maybe some can help. I want to send a SOAP request, and receive a response with attachments. All the examples I have seen go the other way round. The examples in the Guide

[JBoss-user] [Beginners Corner] - Javadocs

2006-03-03 Thread angusm
I guess the answer to this question is obvious, but I can not find it. How do you generate Javadocs for JBossAS? I have downloaded the source and can generate the code, but I do not get any javadoc. In the /build/local.properties file I have put ### JavaDoc ### docs-javadocs.disable=false Ideal