RE: Deserializer exception

2002-06-06 Thread Ng, Charles
e world is that the stupid are cocksure and the intelligent are full of doubt.Integrity without knowledge is weak and useless, and knowledge without integrity is dangerous and dreadful. - Original Message - From: Ng, Charles To: '[EMAIL PROTECTED]'

RE: Deserializer exception

2002-06-06 Thread Ng, Charles
I think you are mixing up WSDL and WSDD.  The ".wsdd" file describes the QName <--> Java type mappings.  From the error you have given, it looks like there is no Java type mapped for the QName "http://ws.cdyne.com/:QuoteData".  That QName looks a bit odd.  Did someone mix up the namespace pr

tcpmon bug?

2002-05-24 Thread Ng, Charles
Has anyone else noticed that sometimes when you click on the "Remove All" button, tcpmon chews up all the CPU time and never come back? You'll have to kill the javaw process and restart tcpmon. Charles This message may contain privileged and/or confidential information. If you have received th

RE: axis 4/22/2002 build and google api

2002-04-22 Thread Ng, Charles
This was fixed this morning. Get the latest code from the CVS repository or patch the produced code yourself. I submitted the patch on Saturday. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8334 Charles -Original Message- From: Pat Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, Ap

RE: Adding Client Handlers

2002-04-19 Thread Ng, Charles
Given the WSDD below, where exactly in the Handler chain is the com.whatever.YourHandler placed for the request? Just before the pivot handler? Somewhere in between? Thanks, Charles -Original Message- From: Allen J. Sherer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 2:28 PM

Google released a SOAP based API

2002-04-12 Thread Ng, Charles
Google released a SOAP based API (http://www.google.com/apis).  It ships with a .Net and Java (using Apache SOAP) client code .  Included is the WSDL for the Web Service and Axis' WSDL2Java seems work fine with it.  I haven't tried to run a query yet...   Pretty cool!   Charles   This mes

RE: NoSuchMethodError

2002-04-11 Thread Ng, Charles
samples.stock.GetQuote.main(Unknown Source) Did I missed somethig? Thanks. ZL -Original Message- From: Ng, Charles [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 9:32 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchMethodError Make sure you have a JAXP compliant pars

RE: NoSuchMethodError

2002-04-11 Thread Ng, Charles
Make sure you have a JAXP compliant parser in your classpath. -Original Message- From: Lou, Zhuoming [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: NoSuchMethodError Hi all, I installed axis in Tomcat4.0.3. When I try to run java sam

RE: requests sent with HTTP/1.0

2002-04-10 Thread Ng, Charles
Title: requests sent with HTTP/1.0 I had earlier proposed to use the Jakarta Common's HTTP client for the implementation of the HTTPSender.  Apparently proxy support is not fully implemented in the HTTP client so Shih-Chang Chen modified HTTPSender in Axis to support Keep-Alive and chunked t

RE: How to transfer Binary data/images

2002-04-10 Thread Ng, Charles
Using MIME attachments is probably better than inlining binary data in a SOAP message since you do not have to base64 encode and decode it. On average, how much bigger is the base64 encoded data compared to the data itself? Charles -Original Message- From: Stan Jordan [mailto:[EMAIL PRO

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Ng, Charles
Just out of curiosity, why are you not using Tomcat 4.0.x? Tomcat 3.x is notorious for class loader problems because of the ambiguous class loader scoping specification (or lack thereof) in the Servlet 2.2 API. -Original Message- From: James Hughes [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: Does a stub always need a skeleton ?

2002-04-08 Thread Ng, Charles
Like CORBA, skeletons are server-side only.  Hence the client code will never use a skeleton.   In Axis, the skeleton classes are removed recently and the Impl class is called directly.  This depends on whether you are using the beta-1 build or building from the latest CVS snapshot.   Charl

RE: Attachment sample

2002-04-05 Thread Ng, Charles
Do you have 'activation.jar' and 'mail.jar' in your classpath? -Original Message- From: Liu, C.C [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 4:56 PM To: '[EMAIL PROTECTED]' Subject: Attachment sample Hi, I got the following error from Attachment sample client side, can anyo

RE: UDDI examples

2002-04-01 Thread Ng, Charles
d just > search the public UDDI > registries for services, but it would be nice to see > a list of some that a > known to be in working order. > > > -Original Message- > > From: Ng, Charles [mailto:[EMAIL PROTECTED]] > > Sent: Monday, April 01, 2002 2:46

RE: UDDI examples

2002-04-01 Thread Ng, Charles
Check out http://www.xmethods.com/ -Original Message- From: James NL Wong [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 3:29 PM To: '[EMAIL PROTECTED]' Subject: UDDI examples Hi, as a new comer, need some help to get start. Is there any UDDI ready web services that I can try

RE: Attachment Example

2002-03-26 Thread Ng, Charles
Do you have activation.jar in the classpath too? -Original Message- From: Gail Coates [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:35 AM To: '[EMAIL PROTECTED]' Subject: Attachment Example I have been trying to run the Attachment Example. First I was getting the Error

Axis server generates invalid WSDL

2002-03-26 Thread Ng, Charles
Hi.   I deployed and ran the attachment example included in the beta-1 release without problems.  When I tried to access the WSDL using the URL http://localhost:8080/axis/servlet/AxisServlet/urn:EchoAttachmentsService?wsdl , I get an invalid WSDL file (attached in this message).  It looks to

RE: Axis Beta Install problems

2002-03-20 Thread Ng, Charles
Looks like you need to add the rest of the JAR files to your classpath. bcel.jar clutil.jar commonds-logging.jar tt-bytecode.jar wsdl4j.jar Charles -Original Message- From: Tewari, Vijay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 2:10 PM To: '[EMAIL PROTECTED]' Subject:

RE: AXIS not running on Tomcat 4.0.3

2002-03-20 Thread Ng, Charles
I had to do the same when I run Tomcat 4.0.3 LE with JSDK 1.4.0.   What's weird is that Tomcat claims to load "jaxrpc.jar" from the webapps/axis/WEB-INF/lib directory when it deploys the "axis" context.   Charles -Original Message-From: jerry dumblauskas [mailto:[EMAIL PROTECTE