Discovered how to do this in Axis: pluggable
providers.
Axis's pluggable provider architecture permits you to
specify that a service should use your provider rather
than the Axis provider. The only doc I found on how
to do this was in the code.
Here's what I did:
Basically you'll need to create
I'm trying to figure out how to implement a service
(actually, a bunch of services) and I'd like to hear
(informed) opinions from the list on two questions.
I'm attempting to expose the reporting portion of an
XML-based ERP system via web services. The ERP system
has a mechanism that permits user
Hello,
I built a custom provider that is configured in server-config.wsdd as :
The provider instantiates OK, but init() isn't called and the option
"rml" doesn't seem to exist. Am I missing something? I have a handler
implemented and
Hi all,
I've implemented and registered a custom provider. Now, is it possible to set a scope
to this provider? Should I perhaps set it in config.wsdd?
thanks in advance,
A.T.
Hi,
In order to make custom provider, you can use provider handler.
This is a way using an axis handler impl as a provider.
Does it not meet your requirement?
If you want to use provider handler, the following things must
be done.
- writing your custom provider class inheireting from
Hi everybody,
I'm trying to deploy a custom provider, but get the following exception:
1509431 [HttpProcessor[8080][4]] DEBUG
org.apache.axis.ConfigurationException - Exception:
java.lang.Exception: No provider type matches QName
'{http://xml.apache.org/axis/wsdd/providers/java}diamo
Title: Message
I was
wondering if anyone had tried doing this:
WSDD,
on the service element has a provider
attribute, in my case it is "java:RPC".
This
ends up being mapped to the
org.apache.axis.providers.java.RPCProvider.
I want
to have the ability to plugin another class, which extend
Hi,
I'm familiar with apache Soap but very little Axis.
Is it possible to develope my own custom service Provider ? How can i do it
?
thanks very much
This is against the CVS version, today May 07, 10am MST.
I'm trying to register a custom provider that know how to get EJB's
from our framework. I modeled the Provider from
org.apache.axis.providers.java.EJBProvider.
My wsdd looks like this:
...
But I ke
I am trying to deploy a custom provider. My WSDD looks like this:
The service worked fine when I just use RPCProvider. After installing
the custom provider, I keep getting ClassNotFoundException:
stackTrace: org.apache.axis.ConfigurationException
Hi
I dont know if this will help you, but it works for me.
Lene
-Original Message-
From: ajack [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 7:43 PM
To: [EMAIL PROTECTED]
Subject: Custom provider
Can anybody point me to resources that might document
Can anybody point me to resources that might document installing a customer
provider with beta1?
I've read the docs/source [not all] and can't figure it out.
I've tried the testprovider sample wsdd, and [like my own], I get a service
node w/ no sub-elements or attributes, which fails to work. I'
How to register custom provider(subclass of RPCProvider)?
Maciek Kaminski
[EMAIL PROTECTED]
13 matches
Mail list logo