cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:28:44 Modified:java/docs/guide config.html Log: Remove the faultListener parameters from the sample web.xml file. This is specified on a per-service basis in the deployment descriptor. Revision ChangesPath 1.9 +0 -4 xml-soap/java/docs/g

cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:26:16 Modified:java/docs/guide config.html Log: Add XMLParser and EnvelopeEditorFactory parameters to the sample web.xml file. Revision ChangesPath 1.8 +8 -1 xml-soap/java/docs/guide/config.html Index: config.html

How does one register and create a Custom Provider?

2003-02-11 Thread tbentley
I want to extend the JavaRPC and JavaMsg providers, and possibly create a completely new kind of provider. How do I register the subclassed providers with AXIS? How do I register the completely new providers with AXIS? How do I ensure that it gets called so it is used to invoke web services fo

Re: How does one register and create a Custom Provider?

2003-02-11 Thread Scott Nichol
Please post Axis questions to one of the Axis lists, axis- [EMAIL PROTECTED] or [EMAIL PROTECTED] On 11 Feb 2003 at 16:51, [EMAIL PROTECTED] wrote: > I want to extend the JavaRPC and JavaMsg providers, and possibly create a > completely new kind of provider. > > How do I register the subclassed