amar.ingole@solversa.com a écrit :
> Hi,
>
[quoted text clipped - 8 lines]
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Amar,
In fact my problem is that I cannot read the XML document that comes
from my webservice with namespace like that :
xmlns="http://MyNamespace".(xmlns:foo="http://MyNamespace" would be better)
I think it's a Saxon issue.(I call this WS from a Java application).
So by now I wrote a no conform WS with : [WebServiceBinding(ConformsTo =
WsiProfiles.None)]. So I can write parameter :ResponseNamespace = "" in
SoapDocumentMethod. The resulting XML document belong to no namespace,
and Saxon can read it.
I know that it's a bad workaround but I don't find other way to make it
work.
Marc