Re: [xml-dev] Vocabulary Combination and optional namespaces

From
james anderson <>
To
xml-dev <>
Date
2003-05-29T14:22:24Z
ID
<>
Thread
Re: [xml-dev] Vocabulary Combination and optional namespaces
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
>