RE: Axis and CORBA

2002-11-15 Thread Barry Lulas
PROTECTED]] Sent: Friday, November 15, 2002 8:47 AM To: [EMAIL PROTECTED] Subject: Re: Axis and CORBA Barry Lulas wrote: > I have an Axis web service that acts as a CORBA client.  I can run the > code that attaches to the ORB fine as a standalone application, but > when I try to run it from t

RE: Axis and CORBA

2002-11-15 Thread Barry Lulas
Title: RE: Axis and CORBA I figured it out this morning, it was a classpath problem with the java orb jar file.  -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 8:47 AM To: [EMAIL PROTECTED] Subject: Re: Axis and CORBA Barry Lulas

Axis and CORBA

2002-11-15 Thread Barry Lulas
Title: Axis and CORBA I have an Axis web service that acts as a CORBA client.  I can run the code that attaches to the ORB fine as a standalone application, but when I try to run it from the web service running under Axis I get numerous exceptions.  Does anyone know of any limitation with eith

Accessing IIOP from within Axis web service

2002-11-11 Thread Barry Lulas
Title: Accessing IIOP from within Axis web service I have java code that acts as a CORBA client, making IIOP calls into running CORBA servers.  I have attempted to convert this over to a web service in Axis.  All of the management code has been ported over, but I can no longer make calls to th

RE: Packaging question

2002-11-07 Thread Barry Lulas
rvice... I would leave it outside.   I am understanding properly your question? Sylvain. -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 07, 2002 2:10 PMTo: '[EMAIL PROTECTED]'Subject: RE: Packaging question I

RE: Packaging question

2002-11-07 Thread Barry Lulas
-INF/lib directory for jars and adds them to the CLASSPATH.  If you put your 3rd party jar in WEB-INF/lib it's classes will be accessible to your webservice. On Thursday 07 November 2002 02:10 pm, Barry Lulas wrote: > I understand that axis is a web ap and classes and jars go

RE: Packaging question

2002-11-07 Thread Barry Lulas
/classes and lib folders. Sylvain. -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 07, 2002 11:18 AMTo: '[EMAIL PROTECTED]'Subject: Packaging question I have a web service that requires a 3rd party jar file.  D

Packaging question

2002-11-07 Thread Barry Lulas
Title: RE: ResultSet arguments I have a web service that requires a 3rd party jar file.  Do I simply include the 3rd party jar file in my deployment jar file or is there another way to do this?  It doesn't seem like my jar file is being found at runtime in my service.

RE: Error using Eclipse Tomcat plugin

2002-11-06 Thread Barry Lulas
Title: Error using Eclipse Tomcat plugin found the problem, never have any java projects in the tomcat classpath. -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 06, 2002 10:49 AMTo: '[EMAIL PROTECTED]'Subject: Error usi

What's the proper use of the QName object?

2002-11-06 Thread Barry Lulas
Title: What's the proper use of the QName object? I have a ws that has an execute method, which both takes and returns a java.lang.String.  In my test client, I call the setOperationName, passing the QName object, which has been created like the following: call.setOperationName(new QName("htt

Error using Eclipse Tomcat plugin

2002-11-06 Thread Barry Lulas
Title: Error using Eclipse Tomcat plugin When I try to start Tomcat using the Eclipse plugin so I can debug by Axis web service, I get the following exception: ERROR reading C:\Tools\tomcat\conf\server.xml At Line 18 /Server/Listener/ className=org.apache.catalina.mbeans.ServerLifecycleListe

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Title: RE: Debugging a web service? i see, i'm using tomcat -Original Message- From: Joey Gibson [mailto:[EMAIL PROTECTED]] Sent: Friday, November 01, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Debugging a web service? On Fri, 1 Nov 2002 12:01:55 -0500 , Barry Lulas &l

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
instructions from here: http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards Frsncisco Andrades Grassi www.NextJ.com On Fri, 2002-11-01 at 12:46, Barry Lulas wrote: > do they have a site that is in English? > > -Original Message- > From: Francisco Andrades Grassi [mailto:[EMA

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
24:09 -0500 , Barry Lulas <[EMAIL PROTECTED]> wrote: ||| What is the best way to setup debugging of a web service?  Has this been ||| written up anywhere? I use Eclipse with WLS7. I set breakpoints in my web service code, start WLS with the standard JPDA switches and then connect remotely

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Eclipse to debug the web-services. You just need to run tomcat inside eclipse using a plugin (there's a very good one at www.sysdeo.com). Regards Francisco Andrades Grassi www.NextJ.com On Fri, 2002-11-01 at 12:24, Barry Lulas wrote: > What is the best way to setup debugging of a web

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Eclipse -Original Message-From: Jung, Eric (Contractor) [mailto:[EMAIL PROTECTED]]Sent: Friday, November 01, 2002 11:26 AMTo: '[EMAIL PROTECTED]'Subject: RE: Debugging a web service? Do you use an IDE? If so, which one?   -Original Message-F

Debugging a web service?

2002-11-01 Thread Barry Lulas
What is the best way to setup debugging of a web service?  Has this been written up anywhere?

When is my service called?

2002-11-01 Thread Barry Lulas
Title: When is my service called? Somebody please tell me when my service is initially called.  I have code in the constructor of my implementation class that needs to be called once.  I have tagged the service with Application scope.  Is my service called when the first method is called or is

RE: 2 questions, (starting/stopping web services) and (when is a ws c onstructor called)...

2002-10-31 Thread Barry Lulas
, 2002 8:05 AM To: [EMAIL PROTECTED] Subject: Re: 2 questions, (starting/stopping web services) and (when is a ws c onstructor called)... Look at deploy.wsdd and undeploy.wsdd in the "stock" example that shipps with Axis. On Thursday 31 October 2002 05:02 pm, Barry Lulas wrote: &

RE: 2 questions, (starting/stopping web services) and (when is a ws c onstructor called)...

2002-10-31 Thread Barry Lulas
need to know when the constructor of the web service is called, so I can put the appropriate startup code there -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 31, 2002 12:03 PMTo: '[EMAIL PROTECTED]'Subject: 2 questions, (startin

2 questions, (starting/stopping web services) and (when is a ws constructor called)...

2002-10-31 Thread Barry Lulas
Title: 2 questions, (starting/stopping web services) and (when is a ws constructor called)... 1.  Is is possible to start/stop specific web services?  If so, can this be done from an ant script.  I know that Tomcat has some ant tasks, such as deploy, undeploy, redeploy, list, start and stop. 

Problem viewing new web service

2002-10-30 Thread Barry Lulas
Title: Problem viewing new web service My web service is built via an ant script and everything builds fine.  However, when I try to view my new web service from the Axis Servlet (view), Tomcat throws the following exception: [INFO] Registry - -Loading registry information [INFO] Registry - -

RE: Passing org.w3c.dom.Document as parameter in web service

2002-10-30 Thread Barry Lulas
converted into an xml schema type.  An xml schema anyType will be used to define this class in the wsdl file.   Any way around this? -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 30, 2002 11:00 AMTo: '[EMAIL PROTECTED]'Subject:

RE: XML and web services

2002-10-30 Thread Barry Lulas
will be used to define this class in the wsdl file. Any way around this? -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 30, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Re: XML and web services Barry Lulas wrote: > I'm just trying to

Passing org.w3c.dom.Document as parameter in web service

2002-10-30 Thread Barry Lulas
Title: Passing org.w3c.dom.Document as parameter in web service When tyring to generate WSDL for my interface, I get the following excaption: [echo] Generating .wsdl file... [java] - The class org.w3c.dom.Document does not contain a default constructor, which is a requirement for a

RE: XML and web services

2002-10-30 Thread Barry Lulas
Title: RE: XML and web services I think I understand your argument, Ricky, but here is the deal.  My web service performs the job of processing numerous types of database queries, too numerous to describe in a static API.  The best way to describe the queries requested is to provide an XML doc

RE: XML and web services

2002-10-29 Thread Barry Lulas
Title: RE: XML and web services i see.  what does the java interface look like? -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 29, 2002 11:40 AM To: [EMAIL PROTECTED] Subject: Re: XML and web services Barry Lulas wrote: > What does y

RE: XML and web services

2002-10-29 Thread Barry Lulas
Title: RE: XML and web services James, What does your web service interface look like?  I like the idea of having multiple options Barry Lulas [EMAIL PROTECTED] -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 29, 2002 11:12 AM To

RE: XML and web services

2002-10-29 Thread Barry Lulas
Title: RE: XML and web services how do clients pass the xml file as a byte-array? -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 29, 2002 9:51 AM To: [EMAIL PROTECTED] Subject: Re: XML and web services Barry Lulas wrote: > I realize t

RE: XML and web services

2002-10-29 Thread Barry Lulas
chase the developers about it either this week or next. If/when I find a solution/write a patch I'll let you know. For now you can pass strings back and forth, or use the message form. thanks -mike Barry Lulas wrote: > I realize this is an Axis user group, but I wanted to pick your brai

XML and web services

2002-10-29 Thread Barry Lulas
Title: XML and web services I realize this is an Axis user group, but I wanted to pick your brains on a related issue.  I have a generic web service that I deploy via Axis.  The web service takes in an XML file as a request and returns an XML file as a response.  My question is what is the

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
Title: RE: Complete ant script? I agree with you Steve and I'm currently modeling my script with that in mind.  This is a great base to start from!!! Thanks again! -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 4:14 PM To: [EMAIL P

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
                    url=""${tomcat.manager}"     username="${username}"     password="${password}"     path="/${webapp.name}"     />                         = Regards / jens ---

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
          classname="org.apache.axis.utils.Admin"   fork="true"   failonerror="true"  >               classname="TestService"   fork="true"   failonerror="true"  >        

Help with problem running Axis

2002-10-28 Thread Barry Lulas
Title: Help with problem running Axis I think I have a problem with the way I have installed Axis on Tomcat 4.1.12.  All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception.  I checked the Tomcat installation and the AdminServlet is

Complete ant script?

2002-10-28 Thread Barry Lulas
PROTECTED]]Sent: Monday, October 28, 2002 3:16 PMTo: [EMAIL PROTECTED]Subject: RE: Problem running Axis on Tomcat 4.1.12... I have the name as Axis , but still it doesn't work. Kumar -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Monday, Octob

RE: Problem running Axis on Tomcat 4.1.12...

2002-10-28 Thread Barry Lulas
caused the exception.  I renamed it back to axis and everything works fine.  Is this hard coded somewhere?  All my commands pointed to the correct subdirectory... -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Monday, October 28, 2002 2:33 PMTo: '[EMAIL PROT

Problem running Axis on Tomcat 4.1.12...

2002-10-28 Thread Barry Lulas
Title: Problem running Axis on Tomcat 4.1.12... I think I have a problem with the way I have installed Axis on Tomcat 4.1.12.  All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception.  I checked the Tomcat installation and the Admin

RE: Non Well-Formed WSDL document

2002-10-28 Thread Barry Lulas
Title: RE: Non Well-Formed WSDL document Tom, Unfortunately, this is not an answer to your question but a question of my own.  I have been sending messages to [EMAIL PROTECTED] and they are not showing up.  Is this the proper address to send messages to? Thanks for your assistance. Barry