RE: wsdd and jws services

2004-07-30 Thread Doug Davis
Java Web Service -Dug Somerville, Michael S [EMAIL PROTECTED] 07/30/2004 11:33 AM Please respond to axis-user To [EMAIL PROTECTED] cc Subject RE: wsdd and jws services Newbie question -- does the .jws extension stand for: a) Java Web Start b) Java Web Services c) Just

RE: Using tcpmon to monitor web conversation

2003-12-21 Thread Doug Davis
Try pointing your browser to: http://localhost:1234 -Dug Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject: RE: Using tcpmon to monitor web conversation Hi folks, I didn't get a response to this post. Who should I contact to discuss the usage of

Re: Web Services Documentation Format...

2003-11-06 Thread Doug Davis
Sumit, Try looking at: http://dwdemos.dfw.ibm.com/wstk/wsdldoc/index.html It makes use of the documentation tags in the wsdl. -Dug [EMAIL PROTECTED] on 11/06/2003 12:18:03 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Web Services Documentation Format...

Re: Web Services Documentation Format...

2003-11-06 Thread Doug Davis
in. -- Leonard Cohen Doug Davis [EMAIL PROTECTED] wrote on 11/06/2003 10:58:37 PM: Sumit, Try looking at: http://dwdemos.dfw.ibm.com/wstk/wsdldoc/index.html It makes use of the documentation tags in the wsdl. -Dug

Re: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
Mike, Just add them to the server-config.wsdd file in the WEB-INF dir and they're predeployed. -Dug Mike Spreitzer/Watson/[EMAIL PROTECTED] on 09/12/2003 09:14:20 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Building a WAR with web services already

Re: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
There's a default one in the axis.jar that will be written out when something is changed. Look for: org/apache/axis/server/server-config.wsdd in the jar and just update it with your stuff and then put it in your WEB-INF dir. -Dug Mike Spreitzer/Watson/[EMAIL PROTECTED] on 09/12/2003

RE: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
and would be deploying different web service war files. Thanks Srinivas -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 6:18 AM To: [EMAIL PROTECTED] Subject: Re: Building a WAR with web services already deployed Mike, Just add them

Re: What version of Axis in IBM WSDK?

2003-06-19 Thread Doug Davis
Don, java org.apache.axis.Version will tell you the version number. As for whether or not the source was changed - I'm almost 100% sure the answer is 'yes'. -Dug Don Brady [EMAIL PROTECTED] on 06/17/2003 11:51:38 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc:

Re: How to dynamically invoke a webservice provided just WSDL?

2003-03-26 Thread Doug Davis
I'm surprised you had to build up the Call object yourself. If you look at the getQuote code in the stock quote sample (I think its getQuote2) he lets Axis parse the WSDL for him and Axis builds up the Call object - no direct calls to wsdl4j.  All you have to do is tell it which operation you

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-26 Thread Doug Davis
- parse the WSDL and build a Call object. We do the work so you don't have to! -- Tom Jordahl Macromedia Server Development -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 8:50 AM To: [EMAIL PROTECTED] Subject: Re: How to dynamically invoke

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
is not compatible with Axis, I notice that you can't use Axis transport to publish a service into an UDDI registry. It seems that there is a problem during authentification handshake. To fix this issue, I use the Apache SOAP as transport layer Regards, Jean-Marc -Message d'origine- De : Doug Davis

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:RE: UDDI support in AXIS Test was done with Axis 1.0 and IBM uddi registry ... -Message d'origine- De : Doug Davis [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 mars 2003 15:56 À : [EMAIL PROTECTED] Objet : RE

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:RE: UDDI support in AXIS I will be please if you could send me your config file for uddi4j client ... ;) -Message d'origine- De : Doug Davis [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 mars 2003 16:09 À : [EMAIL PROTECTED

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
Axis supports a java binding natively so no http will be involved. -Dug Steve Parker [EMAIL PROTECTED] on 12/04/2002 02:23:52 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject:Re: Incorporate the AXIS into my web app. Look at also using

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
In the samples, look at: samples\stock\GetQuote.wsdl it has a java binding as well as a normal http one. -Dug Alex Dovlecel [EMAIL PROTECTED]@ford.kbs.twi.tudelft.nl on 12/04/2002 02:42:48 PM Please respond to [EMAIL PROTECTED] Sent by:Alex Dovlecel [EMAIL PROTECTED] To:[EMAIL

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Doug Davis
Actually, that's not the wsdl I was talking about. I was talking about Axis' stock sample at: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis/java/samples/stock/GetQuote.wsdl -Dug Anthony Elder [EMAIL PROTECTED] on 12/04/2002 04:20:48 PM Please respond to [EMAIL PROTECTED] To:

Re: Axis and Grid computing

2002-12-01 Thread Doug Davis
- From: Doug Davis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 10:15 PM Subject: Re: Axis and Grid computing Yes you can use Axis w/o the WSTK to develop Grid services. -Dug Bahman Kalali [EMAIL PROTECTED] on 11/30/2002 10:11:49 PM Please respond

Re: Axis and Grid computing

2002-11-30 Thread Doug Davis
to develop Grid services. Is that correct, or I should specifically use WSTK tool kit? --Bahman - Original Message - From: Doug Davis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 9:59 PM Subject: Re: Axis and Grid computing Not natively but in general yes

Re: Trying to run a webservice under WSTK3.2

2002-11-03 Thread Doug Davis
Two things to look for: 1 - you have a service in your WSDL called LastXTrxtWebServiceWrapperService 2 - you defined the targetNamespace attribute of you WSDL doc as http://LastXTrx;. -Dug Lior Graf [EMAIL PROTECTED] on 11/03/2002 10:57:30 AM Please respond to [EMAIL PROTECTED] To:

RE: Dynamic publishing

2002-10-01 Thread Doug Davis
ver deposit/withdraw/checkBalance is invoked. Account object is just a proxy to back-end system though, so it should be light-weight. I reckon this approach is a bit more OO, and doesn't SOAP stand for Simple OBJECT Access Protocol? Cheers, Tuan Le -Original Message----- From: Doug

RE: Dynamic publishing

2002-10-01 Thread Doug Davis
t:port/axis/services/MyService. If it's possible how do i get the parameter. Thanx. Tuan -Original Message----- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: 2002/10/01 ($B2P(B) 18:46 To: [EMAIL PROTECTED] Cc: Subject: RE: Dynamic publishing

RE: Dynamic publishing

2002-10-01 Thread Doug Davis
gImpl, how do I get ServletRequest object? Cheers, Tuan -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: 2002/10/01 ($B2P(B) 19:12 To: [EMAIL PROTECTED] Cc: Subject: RE: Dynamic publishing By default, if you use the

RE: Dynamic publishing

2002-09-30 Thread Doug Davis
ws is just a java source file. Axis will publish this java class as web service automatically. However, this wouldn't solve my problem as my intention is to create a web service for each instance of the same class. Cheers, Tuan -Original Message- From: Doug Davis [mai

Re: Stupid question #47: how does a server get access to username andpassword?

2002-06-05 Thread Doug Davis
Try, MessageContext msgContext = MessageContext.getCurrentContext(); ... = msgContext.getUsername(); ... = msgContext.getPassword(); No need to change/add an argument anymore. -Dug Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Stupid question #47: how does a

Re: TCPMonitor (Beta1) anomalies

2002-04-22 Thread Doug Davis
Just wondering - can you grab the latest tcpmon and try that. There were some changes made prior to beta1 but I believe they were backed out right after beta1 so they're probably not be there anymore. I use tcpmon quite a bit and haven't noticed anything like what you're seeing. -Dug Ivan

Re: BWS book ch3/ex2 problem: No SOAP, just POST

2002-04-06 Thread Doug Davis
From the browser to the jsp yes its just a post, but inside the jsp is an axis client that will do the real soap call. -Dug Thalis A. Kalfigopoulos [EMAIL PROTECTED] on 04/06/2002 05:28:29 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:BWS book ch3/ex2

Re: BWS book ch3/ex2 problem: No SOAP, just POST

2002-04-06 Thread Doug Davis
A. Kalfigopoulos [EMAIL PROTECTED] on 04/06/2002 06:57:18 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: BWS book ch3/ex2 problem: No SOAP, just POST On Sat, 6 Apr 2002, Doug Davis wrote: From the browser to the jsp yes its just a post, but inside the jsp is an axis

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
problems eh?. Bryan On Sun, 2002-03-17 at 10:36, Doug Davis wrote: place jaxrpc.jar into tomcat's lib dir.-DugBryan Field-Elliot [EMAIL PROTECTED] on 03/17/2002 12:38:02 PMPlease respond to [EMAIL PROTECTED]:[EMAIL PROTECTED]:Subject: NoClassDefFoundError: javax.xml.rpc.namespace.QNameI'm trying

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
: javax.xml.rpc.namespace.QName I am sorry, I wrote it wrong in my previous e-mail. I actually placed jaxrpc.jar in tomcat/lib and xerces.jar is placed in axis/web-inf/lib. Is there any thing I am missing ? Thanks for your reply. -parimi -Original Message- From: Doug Davis [mailto

Re: Boot-time deployment?

2002-03-17 Thread Doug Davis
Place a server-config.wsdd file in your webapp's WEB-INF dir that contains the server side deployment data you want. The easiest way to get this is to bring up your server and then deploy all your services - then just copy the server-config.wsdd in your WEB-INF dir into your webapp/WAR file you

Re: overloaded methods

2002-03-15 Thread Doug Davis
Rich - the DII interface has trouble with overloaded methods as well. -Dug R J Scheuerle Jr/Austin/IBM@IBMUS on 03/15/2002 05:00:40 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: overloaded methods Java2WSDL currently generates mangled operation names

RE: Getting started

2002-03-11 Thread Doug Davis
btw - in the latest version the Axis client should throw a much more meaningful exception - hopefully, we've seen the last of those bad envelope error messages. Although, you'll have to look inside the AxisFault itself (or do a dumpToString()) - doing a toString() on it won't be enough to see

RE: Getting started

2002-03-11 Thread Doug Davis
Message- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 9:20 AM To: [EMAIL PROTECTED] Subject: RE: Getting started btw - in the latest version the Axis client should throw a much more meaningful exception - hopefully, we've seen the last of those bad envelope error