NullPointerException at org.apache.axis.message.SOAPFaultBuilder.endElement

2002-07-18 Thread Nirmala Ranganathan
"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

RE: Soap header, Authentication

2002-06-04 Thread Nirmala Ranganathan
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");

Unsubscribe me

2002-04-17 Thread Nirmala Ranganathan

RE: Session in Web Service

2002-03-07 Thread Nirmala Ranganathan
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

RE: errors when accessing 1st page of axis installation

2002-02-12 Thread Nirmala Ranganathan
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