RE: newbie: namespace error

2004-10-13 Thread Kransen, J.
uot;S2", > > "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 >

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

2004-10-12 Thread Kransen, J.
ualifiedName 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 that you also should prefix

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(); //