RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded IP

2004-10-13 Thread Anne Thomas Manes
o specify namespaces on the child elements. Anne -Original Message- From: Kransen, J. [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 11:57 AM To: '[EMAIL PROTECTED]' Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded IP Hi, thanks for y

RE: newbie: namespace error

2004-10-13 Thread Kransen, J.
ions, but I do think that this was the key to success. Thanks again! Jeroen -Oorspronkelijk bericht- Van: Patrick Herber [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 12 oktober 2004 14:59 Aan: [EMAIL PROTECTED] Onderwerp: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded

RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread Simon Fell
: Patrick Herber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 12, 2004 5:59 AM > To: [EMAIL PROTECTED] > Subject: RE: newbie: namespace error - Enco ded IP > > Yes, > you're right! I looked at the specification for QName and: > > Qualified Name > QName

RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread Patrick Herber
> "urn:tempuri-org:RISC"); SOAPElement gebruikersnaam = > > bodyElement.addChildElement(gebruikersnaamName); > > > > ... > > > > would solve that problem. > > If this is not the case we have to wait for somebody more expert in > > this field.

RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread smcardle
Sorry > Regards, > Patrick > > > > > -Original Message- > > From: Kransen, J. [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 12. Oktober 2004 11:57 > > To: '[EMAIL PROTECTED]' > > Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie: namespa

RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread Patrick Herber
ave to wait for somebody more expert in this field... Sorry Regards, Patrick > -Original Message- > From: Kransen, J. [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 12. Oktober 2004 11:57 > To: '[EMAIL PROTECTED]' > Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie

RE: newbie: namespace error

2004-10-12 Thread smcardle
Hi Patrick, I don't think namespacing the elements is required as they will adopt the namespace of thier parent. This does on up the chain until a namespace for an element is resolved. Regards Steve Quoting Patrick Herber <[EMAIL PROTECTED]>: > Hello; > > NAMESPACE_ERR is raised if the qual

RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread Kransen, J.
wsa/wsa1"; /> -Oorspronkelijk bericht- Van: Patrick Herber [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 12 oktober 2004 11:28 Aan: [EMAIL PROTECTED] Onderwerp: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Encoded IP Hello; NAMESPACE_ERR is raised if the q

RE: newbie: namespace error

2004-10-12 Thread Patrick Herber
Hello; NAMESPACE_ERR is raised if the qualifiedName is malformed, if the qualifiedName has a prefix and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from "http://www.w3.org/XML/1998/namespace"; [Namespaces]. In your case is not tha