question on 'best' practice for initialization?

2004-01-27 Thread Tolsch, Ed
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

Axis 1.1 / Castor questions?

2004-01-14 Thread Tolsch, Ed
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

Null Serializer factory specified?? Any Help?

2003-12-15 Thread Tolsch, Ed
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.

RE: Any help appreciated: init() equivalent

2003-10-22 Thread Tolsch, Ed
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]'&

Any help appreciated: init() equivalent

2003-10-22 Thread Tolsch, Ed
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

RE: wsdl2java bug?

2002-06-06 Thread Tolsch, Ed
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

wsdl2java bug?

2002-06-05 Thread Tolsch, Ed
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

Serializer/DeSerializer question/Help

2002-05-30 Thread Tolsch, Ed
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

question on migrating from Soap 2.2 to Axis

2002-05-30 Thread Tolsch, Ed
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