Re: Remote DTD/Schema referencing

2003-09-17 Thread muthulee
> 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 t

Re: xmlns=" " in the doc\literal SOAP message

2003-09-02 Thread muthulee
Hi, Thankyou Jim and Dan for the input. It was a relief to find out that operation works well even with the empty namespaces. It is not a good thing to send uneccessary information on the wire. In my case I don't want to send any namespace. I hope that Dan's patch get applied soon. Thanx, D

Doc/lit example without wsdl

2003-09-02 Thread muthulee
hi, I am hoping to write a doc/literal sample that does not use wsdl so that new users can use it to understand doc/literal services without going into wsdl. But I get a very puzzling behavior. My soap message looks like this ...( good old purchaseOrder example). Wood carving of an Ele