"NullPointerException" is being thrown when I tried to call
class Call's invoke method by passing in the SOAPEnvelope.
The Soap Envelope looks like,
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLS
You can add authentication information such as userName , Password etc.,
into SOAPHeaderElement object.
Document doc = XMLUtils.newDocument();
Element root = doc.createElementNS(nameSpace, "");
Element subElem = doc.createElementNS(nameSpace, "userName");
Yes!
Take a look at the source/javadoc for
org.apache.axis.handlers.SimpleSessionHandler.
-Original Message-
From: Willy Ching [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 7:37 PM
To: [EMAIL PROTECTED]
Subject: Session in Web Service
Hello All,
I'm new in web serv
Title: errors when accessing 1st page of axis installation
From
the errors you got java.lang.NoClassDefFoundError at
javax/xml/rpc/namespace/QName & at
org.apache.axis.deployment.SimpleDeploymentManager, it looks like it
is looking for axis.jar file. Files QName and
SimpleDeploymentManager