Understanding the server side

2001-10-24 Thread Sebastian
What is unclear to me is from where the SOAPContext is taken and how the DeploymentDescriptor is accessed. Maybe someone can explain these aspects to me and maybe also verify my assumptions made above. Thanks in advance, Sebastian

Re: Using alternative transport? BEEP

2001-11-27 Thread Sebastian
classes interacting which I don't really see through yet. If anyone has any experience in using another protocol than HTTP for SOAP I would be happy to hear from them. So long, Sebastian -- __ sebastian th

ServerUtils

2002-08-01 Thread Sebastian
Hello everyone! I am trying to transport SOAP using BEEP. For this, I have written a class which is supposed to read an InputStream and extract from it the SOAP-Envelope. I have used the ServerUtils.readEnvelopeFromInputStream method there but it doesn't seem to work, does anyone have an idea why

Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
er.RPCRouter can not access a member of class Hello with modifiers "public"" Does anyone have an idea what might cause this problem? Thanks for your time, Sebastian __ Sebastian Thiebes Student at Humboldt University Berlin, Germany

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
invoke(...) > > But instead of the response object, I get this error: > "Exception while handling service request: Class > org.apache.soap.server.RPCRouter > can not access a member of class Hello with modifiers "public"" > _

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
Shame on me, I thought you meant the method... Yup, and that did it, now it works. Thanks you so much! Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]