HI,
Sorry for this long winded question. I have a doc/literal web
service with a default scope of 'Request' so that the implementation class
is created with each service request. I want to perform initialization
ideally when the service is deployed, before it is ever hit( meaning before
I
Title: Axis 1.1 / Castor questions?
Hi,
I've been working with the Axis/Castor document literal approach to web services. ( see IBM's article http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ ). Although I have gotten this to work with one of my web services, it doe
Title: Null Serializer factory specified?? Any Help?
I'm getting the following message when trying to deploy my WSDD file.
Can anyone shed some light on where to look to solve my problem? Any help is appreciated.
[ The command I'm running is the java -cp $AXIS_CLASSPATH org.apache.axis.
t; Enterprise Midrange - Bank One Infrastructure & Operations
> [EMAIL PROTECTED]
> (614) 244-2564
>
>
>
>
> "Tolsch, Ed" <[EMAIL PROTECTED]> on 10/22/2003 01:17:17 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To: "'[EMAIL PROTECTED]'&
Title: Any help appreciated: init() equivalent
HI,
In SOAP 2.X, I leveraged the init() method inside the rpcRouterServlet. This allowed me to setup my Datasources and cache any appropriate information when the servlet was started, therefor not incurring any JNDI lookups and the like d
EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 8:32 AM
To: Tolsch, Ed
Subject: Re: wsdl2java bug?
I just posted a reply to the list.
Seems to be a bug of the tool. It's very annoying.
Nobody answered my question about that and
I didn't find a solution for that problem.
Regards
I'm wondering if the wsdl2java has a bug or I'm doing something wrong.
I have the following within my WSDL file:
. . .
. . .
When I
I'm
trying to use "my own" (Castor from Exolab) serializer / deserialer to
marhsall/unmarshall my xml to/from Java Beans.
My
deploy.wsdd file looks like the following:
xmlns:ns="http://fmr.com/hw/"
qname="ns:FESCOHead"
type="java:c
HI,
I'm trying to migrate from a Soap 2.2. mindset to the Axis framework
and I have a question.
In SOAP 2.2 I had control over the init() method in the rpcrouter servlet. I
put a hook in there which setup some database connections and put them in
cache. When my implementation class was in