javax.servlet.ServletException: Error building response envelope: java.lang.NullPointerException

2002-06-03 Thread Rama$B!!(BPanda
Hi,   I use i-planet and soap. after i do all kind of required setup, get the following error message at server side.   [03/6/2002:14:20:54] failure (  980): Internal error: exception thrown from the servlet service function (uri=/soap/servlet/rpcrouter): javax.servlet.ServletException: Error

Transaction Handler in apache Soap

2002-06-03 Thread Lior Weintraub
> Hi, > > I would like to know if Apache soap handles Transactions, and if so how > can I found an api for the server and the client in order to deal with > that ? > > If I have to implement something by my own do you have an example you can > refer me to ? > > Thanks, > Lior. > >

Re: Transaction Handler in apache Soap

2002-06-03 Thread Radovan Janecek
Afaik, it does not. If you want, you can try WASP Server (http://www.systinet.com/products/beta_jserver/index.html). Within its distribution, there is a demo that shows calling EJBs under transactions from Microsoft Excel... Transaction context is passed within soap headers. Sincerely Radovan

Re: javax.servlet.ServletException: Error building response envelope:java.lang.NullPointerException

2002-06-03 Thread Michael Jennings
Sounds like you've got an unchecked exception server-side error that is causing the rpcrouter servlet to try to tell you about the error, hence the text/html mime type sent from the server. The other thing you could try is compile the soap.jar file with debugging information turned on so tha

SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-03 Thread Tiago Fernandes Thomaz
Anybody knows what this error might be?   Exception:    "SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start "   Thanks in advance   Tiago Fernandes Thomaz

RE: SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-03 Thread Pankaj Jain
Are you getting this error after deploying the service?   -Original Message-From: Tiago Fernandes Thomaz [mailto:[EMAIL PROTECTED]]Sent: Monday, June 03, 2002 2:51 PMTo: '[EMAIL PROTECTED]'Subject: SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh

RE: SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start

2002-06-03 Thread Tiago Fernandes Thomaz
I'm getting it when running my soap client:   import java.io.*;import java.net.*;import java.util.*;import org.apache.soap.util.xml.*;import org.apache.soap.*;import org.apache.soap.rpc.*;import org.apache.soap.encoding.*;import org.apache.soap.encoding.soapenc.*;   public class SOAP{     C