Re: extend RPCProvider or custom provider; WSDL generation?

2005-02-15 Thread jim hopp
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

extend RPCProvider or custom provider; WSDL generation?

2005-02-07 Thread jim hopp
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

Custom provider can't get options...

2004-08-07 Thread Marc Boorshtein
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

How to define a scope for a custom provider

2003-02-04 Thread Tevoi Andrea
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.

Re: custom provider deployment problem

2003-01-30 Thread Eiji Yoshida
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

custom provider deployment problem

2003-01-30 Thread Julia Tertyshnaya
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

Changing/Plugging in a custom PROVIDER

2002-12-16 Thread Saravanan Markandeyan
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

How to create a custom provider.

2002-10-28 Thread DVINCENT
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

Problems registering custom Provider

2002-05-07 Thread Bob Cotton
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

Need help with custom provider (class not found)

2002-05-01 Thread Cun Yong Tan
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

RE: Custom provider

2002-03-28 Thread Lene Bredgaard
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

Custom provider

2002-03-28 Thread ajack
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?

2002-03-19 Thread Maciek Kaminski
How to register custom provider(subclass of RPCProvider)? Maciek Kaminski [EMAIL PROTECTED]