What's in Axis 1.2 RC1?

2004-10-12 Thread Zhao Sharon-CSC002
Title: Message All, Can any one tell me what's in Axis 1.2 RC1 ? Is this a final release of Axis 1.2 for Java? Where I can find the release informationof eachAxis 1.2 release? I am more interesting in what's fixed in 1.2. Thanks, Sharon Zhao

RE: SSL - java.security.cert.CertificateException: Couldn't find trusted certificate

2004-05-05 Thread Zhao Sharon-CSC002
Mark, You are using TLS and need to point your trust store in your application (See JSSE http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html for detail information) on how to import the trust certificate and set the trust store. Sharon Zhao -Original Message-

Where do find the Axis document regarding the errors?

2004-04-21 Thread Zhao Sharon-CSC002
All, Can some direct me where I can find the document on error codes that Axis throw for client to catch? Thanks, Sharon

RE: How To Use TCPMonitor?

2004-04-14 Thread Zhao Sharon-CSC002
Rick, Thank you very much for the help. We are using the HTTPS for connecting to the server port. Does TCPMon:port 2080 still work? If not, which port number should I use? Sharon Zhao -Original Message- From: Rick Umali [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 7:10 PM

RE: is it DOABLE to simulating a WebMethods server (WebMethods is soa p server like Apache Axis) ???

2004-04-13 Thread Zhao Sharon-CSC002
Title: Message Larbi, Whey you use WSDL2java tool (See Axis Reference Guide) to generate client stub,it can also generate the server side skeleton with option -s/-S in the deploy.wsdd file. I think that you can install Axis as Server with this deploy.wsdd to simulate the Server

RE: Keep alive connection

2004-04-06 Thread Zhao Sharon-CSC002
You can check wiki http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages items 25 and 29. Sharon Zhao -Original Message- From: Slimane Amar [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 3:25 AM To: axis-user Subject: Keep alive connection Hi, I'm using Axis 1.1

RE: How To Use TCPMonitor?

2004-03-31 Thread Zhao Sharon-CSC002
Title: Message Thank you, Rick and Jay. Sharon -Original Message-From: Jay D [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:27 AMTo: [EMAIL PROTECTED]Subject: Re: How To Use TCPMonitor? Hello, I found the information on the URL

How To Use TCPMonitor?

2004-03-30 Thread Zhao Sharon-CSC002
Hi, Can anyone direct me how to use TCPMonitor or where to find the document. Which listening port I should use? I assume the target host is the web server. Thanks, Sharon Zhao

WSDL2Java Dug?

2004-03-30 Thread Zhao Sharon-CSC002
Title: Message Hello, We are using WSDL2java to generate the client stub and other java file. However, we got the following errors during the runtime. The WSDL2Java tool only generates the __WSNPatchDownloadOutput2 java files. - Exception:org.xml.sax.SAXException:

RE: How to make Axis use CommonsHTTPSender?

2004-03-29 Thread Zhao Sharon-CSC002
ation using CommonsHTTPClient.I am looking at how I might be able to determine the appropriate information from the currently logged on user (as happens if you use URLConnection from windows JDK 1.4.2_03), but other tasks are taking priority at the moment. Hope this helps.

How to make Axis use CommonsHTTPSender?

2004-03-26 Thread Zhao Sharon-CSC002
Hello, Does anyone know if Axis 1.2 use HTTPSender or CommonsHTTPSender? If not, what's the procedure to have Axis Client use the CommonsHTTPSender? The reason to replace it is to support other type of enterprise of proxy (not only basic). Thanks, Sharon Zhao Motorola Inc.

How to Make Axis Client support Digest and NTLM enterprise proxy

2004-03-17 Thread Zhao Sharon-CSC002
Hello, My understanding is that Axis 1.1 is only support the Basic enterprise proxy. Does any one know if Axis is planning to support the other type (Digest or NTLM) enterprise proxy in the near future? If not, how do I change my client program to support the Basic enterprise proxy? Can

Does Axis return HTTP error?

2004-03-03 Thread Zhao Sharon-CSC002
Title: Message Hello, I am using the Axis's client, I wonder if HTTP error occurred (e.g. HTTP error code 401), what client will get, SOAP error or HTTP error? Thanks, Sharon Zhao

How to Use the Client stub for proxy setup

2004-02-28 Thread Zhao Sharon-CSC002
Hi, I am using the Axis client stubs (generated by the WSDL2java tool). However, I need to setup the proxy information before invoke the services. Can anyone tell me where and how to change the stub to set the proxy information? In addition, how do I setup the client that support the proxy

How to force the Axis Client go through the Proxy Authentication

2004-02-26 Thread Zhao Sharon-CSC002
Hi, I am new to the Axis. I am using the Axis stub client to get the web services. However, there is requirement for go through the proxy authentication if client is in the enterprise that use the proxy. Can any one provide me the procedures for the client to use the proxy information in the

How to make client using SSL

2004-02-26 Thread Zhao Sharon-CSC002
Hi , I am using Axis created client stub. How do I make the client using TLS/SSL (under J2SE 1.4.2)? Do I need to change the client stub? Please provide me some guidline here. Thanks, Sharon Zhao iDEN/WLAN, GTSS Motorola Inc.

RE: How to make client using SSL

2004-02-26 Thread Zhao Sharon-CSC002
and should work. More info at: http://www.j2ee-security.net/book/dnlds/Chapter11-WebService_Security.pd f Should work :-). Cheers, Greg -Original Message- From: Zhao Sharon-CSC002 [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:02 PM To: '[EMAIL PROTECTED]' Subject: How

RE: How Does Axis Support SSL/TLS

2004-02-13 Thread Zhao Sharon-CSC002
: How Does Axis Support SSL/TLS Nope, its to the transport layer to deal with that. Greetz Leo -Oorspronkelijk bericht-Van: Zhao Sharon-CSC002 [mailto:[EMAIL PROTECTED]Verzonden: donderdag, februari 2004 23:19Aan: '[EMAIL PROTECTED]'Onderwerp: How

Dynamic invocation vs. Client Stub

2004-02-13 Thread Zhao Sharon-CSC002
Are there any comparison of Axis for Dynamic Invocation Method vs. the Client Stub? General Guideline which method should be used at client side? Thanks, Sharon Zhao Motorola Inc.

How Does Axis Support SSL/TLS

2004-02-12 Thread Zhao Sharon-CSC002
Title: How Does Axis Support SSL/TLS I wonder how does Axis support the SSL/TLS? Does it has any API defined? Thanks, Sharon Zhao