Hi Dimuthu, all: > > Does anybody know if Axis performs 'Remote DTD/Schema referencing' ? > > Does it fetch all the XML schemas/DTD posted in a > particular HTTP soap > > request message? > > > No axis doesn't support romote XML schemas/DTD referecing > yet. But if you > want reference a schema you can include it in the wsdl of the > web service.
Actually it does (for schemas, not DTDs) - see test/wsdl/import* for examples. --Glen