Fantastic! I'll forge ahead then, at least with the knowledge that it hopefully won't be a duplication of effort. Here's what I have so far. The following files are the servlet itself, and an xml doc with prototypes of the SOAP messages as the are right now.


http://www.jbrix.org/xindice-soap.xml <--- All messages defined in here are working

http://www.jbrix.org/XindiceSOAPServlet.java

It by no means exposes the full range of Xindice functionality, but on the other hand it does provide a nice clean interface to the basics, and can be expanded on in the future.

The user management messages are of course unimplemented for now, although I am in need of them quickly so I'll likely have to build some sort of security even though I'm sure you all are planning something much better.

Thanks,
Jim


At 12:57 PM 11/3/2002 -0500, you wrote:
Jim,

The plan for a post 1.0 release is to ditch the CORBA workings and move to
XML-RPC.  But I think we also want to other access protocols to make Xindice
easier to implement (such as SOAP and WebDAV).  There is an excellent WebDAV
servlet available for 1.0 that I have been using for several months.  I
think that there will be plenty of interest in a SOAP servlet for Xindice.

Kurt

----- Original Message -----
From: "Jim Wissner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 03, 2002 12:08 PM
Subject: Re: servlet issues


> > I found the problem. The war target doesn't add all necessary lib > file. Specifically, commons-logging-1.0.1.jar was missing. I added that > and it now seems to work fine. > > Sorry to have bothered the group. > > I do still have the remaining questions: > > 1) is anyone working on a SOAP front-end? > 2) if not, is there interest? > > If someone will let me know, I will get to work on it, since I myself am in > need of it. > > Thanks, > Jim > > > At 11:12 AM 11/3/2002 -0500, you wrote: > > >Sorry about that. It's tomcat 4.0.4, w2k, j2sdk 1.4.1-b21. I don't know > >what class, that's the problem! ;) Here's what I get: > > > >java.lang.NoClassDefFoundError > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > > Method) > > at > > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces sorImpl.java:39) > > at > > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc torAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > > at java.lang.Class.newInstance0(Class.java:306) > > at java.lang.Class.newInstance(Class.java:259) > > at > > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:88 6) > > at > > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:655) > > at > > org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java :400) > > at > > org.apache.catalina.servlets.InvokerServlet.doGet(InvokerServlet.java:180) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:247) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:193) > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:243) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 66) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:190) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 66) > > at > > org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:2 46) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 64) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347) > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 ) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 66) > > at > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. java:170) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 64) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170 ) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 64) > > at > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 64) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :174) > > at > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 66) > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: 1027) > > at > > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125 ) > > at java.lang.Thread.run(Thread.java:536) > > > > > >At 12:43 AM 11/3/2002 -0800, you wrote: > >>>Anyway I've checked out 1.1b as of tonight, and built everything fine, > >>>deployed to tomcat, but get a NoClassDefFoundError upon trying to > >>>contact the servlet. > >> > >>can you be a bit more specific about your problem? Which class is not > >>found? And what is your version of Tomcat you're using? > >> > >>-Vladimir > >> > >>-- > >>Vladimir R. Bossicard > >>www.bossicard.com > > > >-- > >[EMAIL PROTECTED] > > > >Visit www.jbrix.org for: > > + SpeedJAVA jEdit Code Completion Plugin > > + Xybrix XML Application Framework > > + other great Open Source Software > > -- > [EMAIL PROTECTED] > > Visit www.jbrix.org for: > + SpeedJAVA jEdit Code Completion Plugin > + Xybrix XML Application Framework > + other great Open Source Software

-- [EMAIL PROTECTED]

Visit www.jbrix.org for:
  + SpeedJAVA jEdit Code Completion Plugin
  + Xybrix XML Application Framework
  + other great Open Source Software



Reply via email to