Hi Keith, Can you confirm the requirement for me. Is your requirement to be able to serialize the mixed type content within the <wsdl:documentation> infoset element? I had a look at the WSDL20ToAxisServiceBuilder.addDocumentation method and that seems to be what you currently do. You pass the first child of the wsdl:documentation DOM Element to WSDL4J's DOM2Writer.
If that is the requirement, I'm sure we can support it - maybe via a similar utility method, rather than directly on the DocumentationElement API. It will depend on how we implement serialization. With WODEN-142, DocumentationElement will now store the <wsdl:documentation> element as a Woden XMLElement, so we could perhaps add some support to XMLElement (i.e. most of the other DOM/OM static utility methods ended up in the XMLElement API). regards, John Kaputin "keith chapman" <[EMAIL PROTECTED]> wrote on 10/08/2007 05:36:42: > Hi John, > > Thanks for the information. Yes this patch would do the trick. John > would woden support documentation in the following manner too? > <wsdl2:documentation > ><div>The <b>digit2image</b> service returns a URL to an image (from > the Flickr > < > a href="http://www.flickr.com/groups/onedigit/">One Digit</a> pool) > representing a digit from 0 to 9.</div></ > wsdl2:documentation> > > And please send a post after doing the actual code change. > > Thanks, > Keith. > > On 8/8/07, John Kaputin <[EMAIL PROTECTED]> wrote: > Keith, > I'd like to apply the Woden patches for JIRA WODEN-142 but need to sync up > with you to ensure I don't break the Axis2 compile. This JIRA changes > DocumentationElement so that it wraps the wsdl:documentation element as a > Woden XMLElement, instead of as a java.lang.Object. > > Dan has added a patch to WODEN-142 for a 1 line change to > WSDL20ToAxisServiceBuilder. Can you please review this patch and confirm > that it's OK for me to go ahead with the Woden patches, then can you apply > the Axis2 patch. > > thanks, > John Kaputin > > > > > > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > > > > > > -- > Keith Chapman > WSO2 Inc. > Oxygen for Web Services Developers. > http://wso2.org/ Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
