[
Lists Home |
Date Index |
Thread Index
]
does soap permit you to atleast annotate the Body element with additional
namespace declarations?
Joe Gregorio wrote:
>
> ...
> >>
> >><soap:Envelope
> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> >> <soap:Header/>
> >> <soap:Body>
> >> <rss version="2.0">
> >> <channel>
> >> <title>...
> >
> >
> ...
>
> There is one _SOAP_ problem with above example, and that is some
> WSDL tools require that the element directly inside the
> soap:Body be in a non-nil namespace.
>
> -joe
>
|