Can you concoct a trivial Axis service, pull out a WSDL, and extract the XML schema therefrom?
On Wed, Sep 17, 2008 at 3:52 AM, Gus Power <[EMAIL PROTECTED]> wrote: > Apparently Axis 1.4 handles this using its MapSerializer ( > http://ws.apache.org/axis/java/apiDocs/org/apache/axis/encoding/ser/MapSerializer.html > ) > We were hoping to use CXF and GroovyWS rather than Axis :( > > On Tue, Sep 16, 2008 at 8:11 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > >> On Tuesday 16 September 2008 12:31:28 pm Gus Power wrote: >> > O hai! >> > >> > We're trying to call a webservice which uses a *Map* datatype as found in >> > the http://xml.apache.org/xml-soap namespace. >> >> I've never seen this before. Thus, the answer is more or less "no". >> >> That said, if you had a schema for it, you could probably generate some >> JAXB >> types that would map it fine. >> >> Dan >> >> >> >> > e.g. <wsdl:definitions targetNamespace="... *xmlns:tns4=" >> > http://xml.apache.org/xml-soap"* xmlns:wsdl=" >> > http://schemas.xmlsoap.org/wsdl.../> >> > >> > Does CXF support this? If so, could someone please give us a quick >> example >> > or some steps to take us forward? >> > >> > Thanks! >> > >> > Gus & crew. >> >> >> >> -- >> Daniel Kulp >> [EMAIL PROTECTED] >> http://www.dankulp.com/blog >> >
