Thanx for your response Christoph.
"Christoph Schittko [MVP]" wrote:
> Yes, the two notations are identical - from an XML InfoSet point of
> view.
>
> What do the bodies of the getQuotes element look like?
>
> Christoph Schittko
> MVP XML
>
http://weblogs.asp.net/cschittko >
>
> > -----Original Message-----
> > From: Chris [mailto:c.bouev@red.fr]
> > Posted At: Tuesday, January 18, 2005 4:59 AM
> > Posted To: microsoft.public.dotnet.xml
> > Conversation: XML / SOAP - NameSpace
> > Subject: XML / SOAP - NameSpace
> >
> > Hi everybody,
> >
> > I'm stuck in some SOAP webservices running on an IBM mainframe,
> > connecting to them from a .NET application (WinForm).
> >
> > The SOAP server does understand differently the two following SOAP
> > messages extracts (calling the getQuote method) :
> >
> > <ns:getQuote xmlns:ns="urn:iessoapd:pgm">
> > ...
> > </ns:getQuote>
> >
> > *and*
> >
> > <getQuote xmlns="urn:iessoapd:pgm">
> > ...
> > </getQuote>
> >
> > My question is : are these two notations equivalent ?
> > As a matter of fact, the first code works, the second one calls an
> > amazing error on the server (HTTP 204 : no Content).
> >
> > Thanx for your help.
> >
> > Chris
>