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
> 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.
>
>
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
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
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
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
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