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