RE: newbie: namespace error

2004-10-13 Thread Kransen, J.
that problem. If this is not the case we have 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

newbie: namespace error

2004-10-12 Thread Kransen, J.
Hello, I'm trying to make a SOAP call with the following code: // Maak de SOAP verbinding SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance(); SOAPConnection soapConnection = scf.createConnection(); SOAPFactory sf = SOAPFactory.newInstance();

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

2004-10-12 Thread Kransen, J.
, 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 that you also should prefix the elements: piClieNr2/piClieNr pcMedewerkermanager/pcMedewerker ? Regards, Patrick -Original Message- From: Kransen