ServiceManger as a service - Unable to resolve..HELP!!!

2001-08-27 Thread Ralf Bierig
Hi, I try to access the class org.apache.soap.server.ServiceManager as a SOAP service. So far so good. I cannot access this service. I got the following error message (SOAP Fault): faultCode=SOAP-ENV:Server.BadTargetObjectURI faultString=Unable to resolve target object: org.apache.soap.server.

Deserializer for DeploymentDescriptor not found!

2001-08-23 Thread Ralf Bierig
Hi, I got the following error message: No Deserializer found to deserialize a 'urn:DeploymentDescriptor:DeploymentDescriptor' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'. Well, I have registered the org.apache.soap.server.ServiceManager as a service to provide a access f

Abstract Method Error while calling Service...???

2001-07-09 Thread Ralf Bierig
Hi, I got the following error, which trying to execute an own service with an own serializer (which worked fine, by the way, under WebSphere Test Environment in VAJava): - Error after starting at the console - Exception in thread "main" java.lang.AbstractMethodError at org.apache

NoSuchMethodError in QName of SOAP2.2

2001-07-04 Thread Ralf Bierig
I got the following error message, when I try to start my SOAP client. I dont know what this means. I have programmed my client originally for useage with Apache SOAP 2.0, but it should work woth SOAP 2.2 as well, because I think SOAP 2.2 is down compatibleor I am wrong??? Does somebody know

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Ralf Bierig
I have found out that error. Make sure you have the right rpcrouter URL. I had the wrong URL (http://localhost:8080/rpcrouter). Change it to http://localhost:8080/soap/servlet/rpcrouter and it works! Greetings Ralf --- Anjali Jain <[EMAIL PROTECTED]> wrote: > Hi Radhika, > I'm getting the same

SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread Ralf Bierig
I use Apache SOAP 2.2 and Tomcat 3.2.2. I have deployed a Webservice via the Webinterface. I start my java Programm, which make the SOAP call: java mypackage.myClient and get the following error: What is wrong. Must I register the service somewhere else additionally or do I have to set anothe

RE: SOAP Performance (against RMI)

2001-06-27 Thread Ralf Bierig
; > > > -Original Message- > > From: Hansen, Richard > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 26, 2001 12:06 > > To: '[EMAIL PROTECTED]' > > Subject: RE: SOAP Performance (against RMI) > > > > > > And SOAP will just be

SOAP Performance (against RMI)

2001-06-26 Thread Ralf Bierig
Hi, are there any performance measurement materials about SOAP against RMI in Web? Did somebody made a benchmarktest with SOAP (and maybe RMI)? I am looking for material to determine, if SOAP is good enough to fullfil the requirements I need for a project. Greetings Ralf __

Length of soap message

2001-06-26 Thread Ralf Bierig
How can I retrieve the length of a soap message? Is there a Class, which enable me to get the length of the complete message? Or of parts of a message: Like -> Give me the length of the XML String of the parameter list of the SOAP body - and so on... Greetings Ralf __

SOAP Method without returnValue - possible?

2001-06-15 Thread Ralf Bierig
Hi, is it possible to use a SOAP Service Method (over HTTP), which does not offer a result, for example: void myService(int value1, double value2); I ask, because HTTP always return a HTTPResponse... So can I implement such a SOAP method and can Apache SOAP handle this? Greetings Ralf

HELP: How Array-,Base64-,Vector-,ParameterSerializer work

2001-06-11 Thread Ralf Bierig
need the ParameterSerializer? Do I need the VectorSerializer or does SOAP uses this automatically? Thanks in advance! Ralf Bierig __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com

Advantage of SOAP against RMI ???

2001-06-05 Thread Ralf Bierig
Which advantages does SOAP provide compared with RMI? Whats with SOAP <-> CORBA ?? Whats are the advantages of SOAP against RMI and whats are the disadvantages? Discuss! Thanks, in advance! Ralf __ Do You Yahoo!? Get personalized email addresses

look for good SOAP Documentation about ...

2001-06-05 Thread Ralf Bierig
the internal working of SOAP (I know I can have a look at the sourcecode, but a good documentation can be very useful as well!) Thanks! Ralf __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.m

look for VectorSerializer Example!

2001-06-05 Thread Ralf Bierig
Does somebody have an example code for using the VectorSerializer? Thanks! Ralf __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ -

look for ArraySerializer Example!

2001-06-05 Thread Ralf Bierig
Does anybody has a code example for using ArraySerializer? Thanks! Ralf __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ --