Re: Stopping the process of invocation by a Handler

2002-12-18 Thread Toshiyuki Kimura
can refer the detail of the bug at the following site: (B http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15478 (B (B I hope this helps you. (B (BBest Regards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquaters (B NTT DATA Corporation

Re: Stopping the process of invocation by a Handler

2002-12-19 Thread Toshiyuki Kimura
;/ (B header qname="ns11:Bob" xmlns:ns11="BobNS"/ (B header qname="Tom"/ (B /handlerInfo (B role soapActorName="Mary"/ (B/handlerInfoChain (B--- CUT - CUT - CUT - CUT - CUT --- (B (B Regarding your question, I don't have sur

Re: gzip support

2002-12-19 Thread Toshiyuki Kimura
will meet the sample code of SwA at the (B"axis-1_1beta\samples\attachments" in your environment. (B (BBest Regards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Brian W. Young [mailto:[EMAIL PROTECTED

RE: gzip support

2003-01-07 Thread Toshiyuki Kimura
(i.e. Both AXIS original (Band JAX-RPC , or JAX-RPC only, or ... ???) (B The AXIS Project has already decided the direction ? (B (BRegards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corp. (B (B-Original Message- (BFrom: Tom Jordahl [mailto:[EMAIL

Re: common/lib-directory

2003-01-07 Thread Toshiyuki Kimura
s, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corp. (B (B-Original Message- (BFrom: [EMAIL PROTECTED] (B[mailto:[EMAIL PROTECTED]] (BSent: Tuesday, January 07, 2003 6:38 PM (BTo: [EMAIL PROTECTED] (BSubject: common/lib-directory (B (BHi ng, (B (Bwhi

RE: Sessions for axis and tomcat.

2003-01-07 Thread Toshiyuki Kimura
is the same as a http connection except the (Btesting server (SimpleAxisServer). (B (BRegards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corp. (B (B-Original Message- (BFrom: Eriam Schaffter [mailto:[EMAIL PROTECTED]] (BSent: Friday, January 03, 2003 10:40

RE: axis and caching

2003-01-07 Thread Toshiyuki Kimura
Is it acceptable for you ? I wouldn't prefer the methods if so. (BIn this situation, do you still want to have a cache for WS ? (BWhat's the root problems in your system ? I mean that do you (Bhave any actual troubles ? (B (BRegards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B

RE: axis and caching

2003-01-08 Thread Toshiyuki Kimura
). (B (B A proxy won't meddle with your transport messages, if you (Bdon't specify as a proxy server. So, are you using a secure (Bnetwork via firewalls ? (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message

Re: axis and caching

2003-01-09 Thread Toshiyuki Kimura
ll activate the "SOAP HTTP GET usage". (BHow do you support it ? (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message- (BFrom: Steve Loughran [mailto:[EMAIL PROTECTED]] (BSent: Thursday, January

Re: SOAP request redirection

2003-01-14 Thread Toshiyuki Kimura
, (Bhow do you like to use HTTP Basic Authentication ? It won't (Brequire an additional development of Handlers to you. (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message- (BFrom: Shobha Rani Jagathpal [mailto

Re: Stateful Web Services

2003-01-15 Thread Toshiyuki Kimura
is (Bspecified in the extract above. (B (Excluding, you are talking about the future spec of JAX-RPC or (Bthe other protocol bindings.) (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message- (BFrom: [EMAIL PROTECTED

Re: SOAP request redirection

2003-01-16 Thread Toshiyuki Kimura
you may also have to (Bhandle it on your proxy. I didn't mention regarding this (Bmatter. (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message- (BFrom: Shobha Rani Jagathpal [mailto:[EMAIL PROTECTED]] (BSent: Thurs

Re: SOAP request redirection

2003-01-16 Thread Toshiyuki Kimura
quot;Deploying the client for session handling using SimpleSessionHandler" (B -"Stopping the process of invocation by a Handler" (B (B I believe this ML has very useful info, so you can touch it (Bby just your attentions or searching on the page ... (B (BRegards, (B (BTosh

Re: Stateful Web Services

2003-01-17 Thread Toshiyuki Kimura
d I hope this will be the final message from (Bme on the same discussion. (B (BRegards, (B (BToshiyuki Kimura [EMAIL PROTECTED] (BRD Headquarters (BNTT DATA Corp. (B (B-Original Message- (BFrom: [EMAIL PROTECTED] (BSent: Thursday, January 16, 2003 11:31 PM (BTo: [

Re: Handler chain implementation

2003-02-24 Thread Toshiyuki Kimura
s, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Sreekant Thirunagari [mailto:[EMAIL PROTECTED] (BSent: Saturday, February 22, 2003 3:50 AM (BTo: [EMAIL PROTECTED] (BSubject: Re: Handler chain implementation (B

Re: Handler chain implementation

2003-02-25 Thread Toshiyuki Kimura
true; (B} (B-- CUT - CUT ----- CUT ----- CUT - CUT -- (B (BBest Regards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Sreekant Thirunagari [mailto:[EMAIL PROTECTED] (BSent: Tuesday, February 25, 2003 7:

Re: Handler chain implementation

2003-02-25 Thread Toshiyuki Kimura
e())) { (B| // do processing (B|$B!!(B } else { (B| // don't processing (B| } (B (B Please note that the above code is still a sample code. (BIf you strictly want to follow the spec, we have to define (Bthe additional API as "de-facto" or "spec" and then

Re: Handler chain implementation

2003-02-25 Thread Toshiyuki Kimura
(B| // don't processing (B| } (B (B Please note that the above code is still a sample code. (BIf you strictly want to follow the spec, we have to define (Bthe additional API as "de-facto" or "spec" and then contribute (Bit for AXIS. (B (BBest Regards, (B (B Toshiyuki

Re: attachment max size

2003-02-26 Thread Toshiyuki Kimura
, if the temporary file size is the only thing (Byou have to clear, the attached mail will help you. (B (BI hope this is useful info for you. (B (BBest Regards, (B (B Toshiyuki Kimura [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Josh Kropf

Re: Handler chain implementation

2003-03-04 Thread Toshiyuki Kimura
other may want (B| to do a similar thing. (B| (B| -- (B| Tom Jordahl (B| Macromedia Server Development (B| (B| -Original Message- (B| From: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] (B| Sent: Tuesday, January 07, 2003 3:53 AM (B| To: [EMAIL PROTECTED] (B| Cc: Tom Jordahl (B

Re: Handler chain implementation

2003-03-11 Thread Toshiyuki Kimura
=15478. (B (B In addition, I'll post a new lelated bug which we have (Bdiscussed on this ml, it might be assigned to axis-dev-ml (Bwith you as 'cc'. Are you ready ? (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B

Re: Handler chain implementation

2003-03-13 Thread Toshiyuki Kimura
Hi Sreekant, (B (B Done. But I couldn't make a 'cc' to you cause of (Bno id for you on the Bugzilla. (B (B The current conditions are as follows; (Bhttp://nagoya.apache.org/bugzilla/show_bug.cgi?id=17950 (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD

Re: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
Ricky, (B (B I saw that the original question from Suresh is not (Bexpected the 'multiple connection' to the event. (BThe server just has to notify the event to a client (Bwho registered oneself as the event listener. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED

RE: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] (Bcom] (BSent: Monday, March 17, 2003 5:35 PM (BTo: [EMAIL PROTECTED] (BSubject: RE: Callbacks in SOAP application (B

RE: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
to notify an event to the clients (i.e. subscribers). (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: [EMAIL PROTECTED] (BSent: Tuesday, March 18, 2003 12:31 AM (BTo: [EMAIL PROTECTED

Re: Callbacks in SOAP application

2003-03-17 Thread Toshiyuki Kimura
, the current architecture of SOAP (rather than the AXIS) (Bdoesn't make provision for the multipoint communication via SOAP. (BIt might be had a discussion ... in the near future. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B

Re: Caching

2003-03-17 Thread Toshiyuki Kimura
it as a bug for POST-1.1. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: E.Narayanan [mailto:[EMAIL PROTECTED] (BSent: Friday, March 14, 2003 10:10 PM (BTo: [EMAIL PROTECTED] (BSubject

Re: Caching

2003-03-19 Thread Toshiyuki Kimura
of the asynchronous API. Because of this functionality (Bwill be mostly required in case of async comm. I can post it as a (Bbug, but I'm not sure whether I'll be able to provide a good work. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA

Re: How to return HTTP 204 on Document perform()?

2003-03-19 Thread Toshiyuki Kimura
e behavior with just 'return null'. I believe (Bthis is not allowed. Because if it's allowed, it means the interface (Bbetween 'server' and 'client' is flexible. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Origin

Re: Session Management

2003-03-19 Thread Toshiyuki Kimura
based session is still popular in Web Services. (BHowever, please pay attention to the followings; (B - It's only for HTTP bindings. (B - The word 'popular' is not equal to good inter-operability. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B

Re: help required for attachment using ejb as webservice provider

2003-03-25 Thread Toshiyuki Kimura
, (Bhowever, some standardized types of content (MIME type) will be (Bautomatically serialized and deserialized by the runtime, AXIS (Bwith your right configuration. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B

Re: How to return HTTP 204 on Document perform()?

2003-03-25 Thread Toshiyuki Kimura
o continue this thread on your bugrep; Bug#18024, if there're (Bno problems with you. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Steve Loughran [mailto:[EMAIL PROTECTED] (BSent: Fri

RE: help required for attachment using ejb as webservice

2003-04-03 Thread Toshiyuki Kimura
' is for an Entity Bean (Brather than for an ejb on AXIS. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: subhendukumar mohanty [mailto:[EMAIL PROTECTED] (BSent: Thursday, April 03, 2003 12:07 AM

RE: help required for attachment using ejb as webservice

2003-04-03 Thread Toshiyuki Kimura
? (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: subhendukumar mohanty [mailto:[EMAIL PROTECTED] (BSent: Friday, April 04, 2003 2:06 AM (BTo: [EMAIL PROTECTED] (BSubject: RE: help

RE: Change Content-Type for attachments?

2003-04-04 Thread Toshiyuki Kimura
Hi Kristjan, (B (B Have you try with the following signature ? (BDataHandler(java.lang.Object obj, java.lang.String mimeType); (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom

Re: Change Content-Type for attachments?

2003-04-04 Thread Toshiyuki Kimura
Hi Kristjan, I have experience with JPEG, GIF and Octed-Stream over MIME. That's working well. Best Regards, Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] RD Headquarters NTT DATA Corporation - Original Message - From: Kristján Bjarni Guðmundsson [EMAIL PROTECTED] To: [EMAIL

Re: help required for attachment using ejb as webservice

2003-04-04 Thread Toshiyuki Kimura
Hi Subhendu, (B (B Could you make sure that you have the right setting (Bof the serializer for a DataHandler on wsdd ? And one (Bmore question, are you successful with a non-ejb impl ? (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT

Re: Handler order

2003-04-04 Thread Toshiyuki Kimura
* HandlerRegistry. (B*/ (Bpublic HandlerRegistry getHandlerRegistry() { (B return registry; (B} (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B- Original Message - (BFrom: "Pathak, Sanjesh" [EMAIL PROTEC

Re: Cache WebServices Result

2003-06-17 Thread Toshiyuki Kimura
Hi Charles, (B (B The answer is 'NO'. The current AXIS disables the cache control (Bmechanism, or rather, AXIS assumes all of results from WebServices (Bare not cacheable contents. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA

RE: help required for attachment using ejb as webservice

2003-06-26 Thread Toshiyuki Kimura
also have any other mistake on serializer (Bconfiguration. Check again. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Jacek Gebala [mailto:[EMAIL PROTECTED] (BSent: Wednesday, Jun

RE: help required for attachment using ejb as webservice

2003-06-27 Thread Toshiyuki Kimura
just to change (Ba content type on JAX-RPC impl. These low level APIs (Bmay be useful for axis-dev folks, that's too wordiness (Bfor axis-user. (B (B If you want to create a new DataSource impl, page 142 (Bis helpful. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B

Re: help required for attachment using ejb as webservice

2003-07-01 Thread Toshiyuki Kimura
quot;http://schemas.xmlsoap.org/soap/encoding/" (B / (B /service (B/deployment (B.*.*.*.*.*.*.* (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B

Re: Configuring a web service object

2003-07-02 Thread Toshiyuki Kimura
plication scope") , and it's (Binstantiated when it has the first access. In addition, the (Binstance will be able to keep the references of various objects (B(if needed). (B What do you want to do ? (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD He

RE: Configuring a web service object

2003-07-03 Thread Toshiyuki Kimura
it's instantiated when it has the first access. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Shellman, Joel [mailto:[EMAIL PROTECTED] (BSent: Wednesday, July 02, 2003 10:56 PM

Re: Axis and JaxRpc Handlers!

2003-08-26 Thread Toshiyuki Kimura
Hi, If you want to know; - the relation between Axis handler and JAX-RPC handler. http://marc.theaimsgroup.com/?l=axis-devm=106076632810195w=2 - how to use API-based configurations. http://marc.theaimsgroup.com/?l=axis-userm=103538342810775w=2 - how to use wsdd-based configurations.

[Proposal] Caching mechanism

2003-09-01 Thread Toshiyuki Kimura
Hi folks, I'd like to introduce an early draft of proposal for caching mechanism on Axis. I had met several cache-related matters a couple of times on this ml, so I thought some of folks might be interested in this document. http://ws.apache.org/~toshi/CachingEarlyDraft2.html Any comments, or

Re: Testing Serialization Offline

2003-09-05 Thread Toshiyuki Kimura
I made a test program for Serializer implementations. Please see attached zip file. It contains a main file as SerializationTester.java, a test case and a few additional files. Please note this is a non-official release. Do you have an interest in this approach ? -- Toshi [EMAIL PROTECTED]

[ATTN] Affected threds (Virus Warning)

2003-09-08 Thread Toshiyuki Kimura
It seems that the following treads contain a couple of virus. Don't open the attached file, and remove it immediately. [Axis-dev] Subject: Thank you! http://marc.theaimsgroup.com/?l=axis-devm=106305639432083w=2 Subject: Re: Details http://marc.theaimsgroup.com/?l=axis-devm=106307032512521w=2

RE: SerializationTester and Vector serialization

2003-09-18 Thread Toshiyuki Kimura
days ago I found a SerializationTester in this list (written by Toshiyuki Kimura). It works fine but I have a problem with the serialization of an object AnalysisRequest that contains a Vector of AnalysisRequestElement objects. I registered the type mappings for Request, RequestElement and Vector

Re: Axis Response Time appears linear with load

2003-10-02 Thread Toshiyuki Kimura
Hi Ray and dims, The thread dump will be useful, I think so too. However, I'd like to add a few comments in other point of view. The most interesting feature of your report was the parser-related lock. Have you ever had a checking whether your component doesn't instantiate a parser object

RE: Axis Response Time appears linear with load

2003-10-03 Thread Toshiyuki Kimura
Hi Ray, It seems your problem is from a synchronized block for a DocumentBuilderFactory. Axis is pooling parser instances, however the current is using only one dbf instance at least. But, I think also this bottle-neck might be caused by your testing scenarios.I mean the neck might make it

Re: HTTP Chunking

2003-10-14 Thread Toshiyuki Kimura
Paul, Yes - if you're using Axis 1.1 final and TOMCAT with the following snips on your client; call.setProperty(MessageContext.HTTP_TRANSPORT_VERSION, HTTPConstants.HEADER_PROTOCOL_V11); However, if you're using BEA WebLogic Application Server, you may meet a trouble.

Re: How to check SerializationContext

2003-10-14 Thread Toshiyuki Kimura
George, Please see the following threads. I believe it helps you. http://marc.theaimsgroup.com/?l=axis-userm=106277328014588w=2 http://marc.theaimsgroup.com/?l=axis-userm=106399878822724w=2 -- Toshi [EMAIL PROTECTED] -Original Message- From: Y D Sun [mailto:[EMAIL PROTECTED] Sent:

RE: Stub.getHeader(namespace, partname) in axis1.1

2003-10-15 Thread Toshiyuki Kimura
think the problem is the namespace, since stub.getHeaders() returns 0 size array in axis1.1... so basically somehow, the headers are not in stub anymore in axis1.1. do you have more pointers where problem may be? thanks Nan -Original Message- From: Toshiyuki Kimura [mailto:[EMAIL

RE: Stub.getHeader(namespace, partname) in axis1.1

2003-10-15 Thread Toshiyuki Kimura
, I guess the soap handler will be a more standard way to access the soap header, correct? Can you confirm? Nan -Original Message- From: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 11:59 PM To: [EMAIL PROTECTED] Subject: RE: Stub.getHeader

Re: Asynchronous Web services

2004-06-09 Thread Toshiyuki Kimura
on Axis before finalizing the JSR. (B (BRegards, (B (B--- (B Toshi (Toshiyuki KIMURA) (B Java Community Process: JSR-224 Expert Group Member (B Apache Axis Committer : Toshi [EMAIL PROTECTED] (B (B RD Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Ias [mailto

Re: Service Control : Stopping/Starting

2004-06-10 Thread Toshiyuki Kimura
dminClient(); (B try { (B adminClient.process(wsddFilename); (B } catch (Exception e) { (B // Exception handling is here (B } (B/snip (B (BPlease note that it doesn't mean a Java class updating of (Bthe specified service. (B (BThanks, (B (B--- (B Toshi (Toshiyuki KIMURA

Re: Service Control : Stopping/Starting

2004-06-11 Thread Toshiyuki Kimura
;list"}; (BString ret = adminClient.process( param ); (Bdoc = XMLUtils.newDocument(new ByteArrayInputStream(ret.getBytes())); (B } catch (Exception e) { (B// Exception handling is here (B } (B/snip (B (B--- (B Toshi (Toshiyuki KIMURA) (B Java Community Process: JSR-224 Ex

Re: ANNOUNCE : Axis 1.2 beta 2

2004-07-15 Thread Toshiyuki Kimura
Hi Glen, Okey, sounds good to me. And thank you for your quick reaction to this matter ! I'll be able to have a quiet sleep tonight :) Regards, Toshi [EMAIL PROTECTED] On Thu, 15 Jul 2004, Glen Daniels wrote: Hi Toshi. It seems that you set not '1.2beta2' but '1.2beta' as the axisVersion when

Re: SOAPMonitor

2004-09-08 Thread Toshiyuki Kimura
Hi Markus, I think you might be correct. As you know, the SOAP messages are captured by SOAPMonitorHandler when you configure the server to use the SOAPMonitor. But, if you have an exception on your handler chain, SOAPMonitorHandler.invoke() method should not be called by the Axis runtime.

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
Hi Nelson, Try the following as the next version of SOAPMonitor, then please let me know your impression of the tool ! http://ws.apache.org/axis/java/soapmonitor-user-guide.html It's in Axis beta 2 release or the later. Thanks, -- Toshi [EMAIL PROTECTED] On Thu, 7 Oct 2004, Nelson Minar wrote:

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
What're the security reasons ? Then, how do you deploy your web services to the server ? You may be using org.apache.axis.client.AdminClient. This tool uses the same interface. It means that the tool works only at the server side as the default setting due to the security reason. Is that not

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
web services to change the server configuration I don't know if my guess is right. Thanks, Toshi [EMAIL PROTECTED] On Thu, 7 Oct 2004, Toshiyuki Kimura wrote: What're the security reasons ? Then, how do you deploy your web services to the server ? You may be using

Re: Axis C++ 1.3 with Apache2

2004-10-07 Thread Toshiyuki Kimura
These days, this is the list for Axis *Java* users, and you should go to the Axis C++ User List. Please see; http://ws.apache.org/axis/mail.html Toshi [EMAIL PROTECTED] On Fri, 8 Oct 2004, [ISO-8859-1] Ney Andr$Bi(B de Mello Zunino wrote: Hello. I am having trouble setting up Axis C++ 1.3 to

[Survey] Creating a Japanese ML for Axis

2004-11-09 Thread Toshiyuki Kimura
Folks, This is a message ONLY for *Japanese* Axis users. My apologies for the limited announcement in advance. I'm doing a survey to see the needs for Japanese-specific mailing list. Please visit the following site and put your thought. http://ws.apache.org/~toshi/jp-site/axis/index.html Thanks,

ATTN: New Axis User Group for Japanese started!

2004-12-17 Thread Toshiyuki Kimura
Hi all, Apologies for the cross-posting. But, I think all lists are connected to this announcement. # You might have the same mail twice due to our server down. I'd like to introduce the Japanese Axis Community as a new Axis User Group. It has just been launched officially on the Apache WS

ATTN: New Axis User Group for Japanese started!

2004-12-17 Thread Toshiyuki Kimura
Hi all, Apologies for the cross-posting. But, I think all lists are connected to this announcement. I'd like to introduce the Japanese Axis Community as a new Axis User Group. It has just been launched officially on the Apache WS domain through formal contact. (i.e. with an approval of the WS

Re: Accessing Java Webservices from Non-Java Clients

2004-12-20 Thread Toshiyuki Kimura
See http://ws.apache.org/axis/cpp/index.html, and please go to '[EMAIL PROTECTED]'. Thanks, Toshi [EMAIL PROTECTED] On Mon, 20 Dec 2004, Suneet Shah wrote: Hello, I have exposed parts of my J2EE application as a set of web service using Axis. I now have a situation where I need to access these web

Re: [ATTN] Japanese patches are applied

2004-12-28 Thread Toshiyuki Kimura
L PROTECTED];$7$F$$$J$$(B $B$N$G!"$=$A$i$NBP1~$b8e$G$4Js9p$7$^$9!#(B (B $B59$7$/$*4j$$$7$^$9!#(B (B--- (BToshi [EMAIL PROTECTED] (B (BOn Mon, 27 Dec 2004, Toshiyuki Kimura wrote: (B (B To: $BF|K\8l2=$K$46(NOD:$$$?J}!9(B (B Cc: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'MM(B (B (B

Re: [ATTN] Japanese patches are applied

2004-12-29 Thread Toshiyuki Kimura
IL PROTECTED],$"$l$P!"$4O"Mm$/[EMAIL PROTECTED](B (B $B!!$^$?!"[EMAIL PROTECTED]|$O%*%j%8%J%kHG%Z!<%8(B(webapps/index.html)$B$+$i(B $BF|K\8lHG%Z!<%8(B(webapps/jp/index.html)$B$r;2>H$G$-$k$h$&$K(B $BO"7H$5$;$kM=Dj$G$9!#(B (B $B59$7$/4j$$$7$^$9!#(B (

Re: [ATTN] Japanese patches are applied

2004-12-29 Thread Toshiyuki Kimura
$B%U%i%s%98l(B...$B$H$$$&[EMAIL PROTECTED]"40A4$KB?%v9q8l(B (B[EMAIL PROTECTED]"[EMAIL PROTECTED](B $BEY$,Dc$$7A$G$NBP1~$r!":#8e9M$($?$$$H;W$C$F$$$^$9!#(B (B $B!!$;$C$+$/%Q%C%A$r$4Ds6!D:$$$?$N$G$9$,!"$3$NBP1~$O(B $B:#$7$P$i$/$*BT$A$/[EMAIL PROTECTED](B (B 

Re: [ATTN] Japanese patches are applied

2004-12-30 Thread Toshiyuki Kimura
8lHG%H%C%W%Z!<%8$N(B $B1&>e$KI=<($5$l$k(B[ja]$B$H$$$&%j%s%/$rA*Br$9$k$H!"F|K\8l%Z!<%8(B $B$,I=<($5$l$k$h$&$K$7$^$7$?!#(B (B $B59$7$/$*4j$$$7$^$9!##(B (B--- (BToshi [EMAIL PROTECTED] (B (BOn Wed, 29 Dec 2004, Toshiyuki Kimura wrote: (B (B $B!!LZB<$G

[Announce] Internationalization progress of Axis

2004-12-31 Thread Toshiyuki Kimura
To: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'MM(B (B $B!!LZB<$G$9!#(B (B $B!!(BAxis$B$N9q:]2=BP1~$N>u67$K$D$$$F!">/$7$*CN$i$;$7$^$9!#(B (B (B[EMAIL PROTECTED]|$+$i$4Js9p$7$F$$$k$H$*$j!"B[EMAIL PROTECTED]@h6n$1$FK\%3%_%e%K%F%#(B

Re: [Announce] Internationalization progress of Axis

2005-01-04 Thread Toshiyuki Kimura
EMAIL PROTECTED]/!"[EMAIL PROTECTED]"6(B $BE*$JF0:n$H$J$k$3$H$rA[Dj$7$F$$$^$9!#(B (B $B!!>\:Y$K$D$$$F$O!"[EMAIL PROTECTED]|$NBP1~<B;\8e$K$4Js9p$7$^$9!#(B (B $B59$7$/$*4j$$$7$^$9!#(B (B--- (BToshi [EMAIL PROTECTED] (B (BOn Fri, 31 Dec 2004, Toshiyuki Kimura wrote: 

Re: [Proposal] Next actions

2005-01-05 Thread Toshiyuki Kimura
Toshi [EMAIL PROTECTED] (B (BOn Mon, 20 Dec 2004, Toshiyuki Kimura wrote: (B (B To: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'MM(B (B (B $B!!LZB<$G$9!#(B (B (B $B!!:#8e$N3hF0FbMF$K$D$$$F!"4v$D$+0F$r$4>R2p$7$?$$$H;W$$$^$9!#(B (B (B $B!!$3$l$i$O!"[EMAIL PROTECTED]"$b$

Re: [ATTN] Japanese patches are applied

2005-01-05 Thread Toshiyuki Kimura
L PROTECTED](B (B (B $B2<5-BP1~!"$"$j$,$H$&$4$6$$$^$7$?!#(B (B $BF0:n3NG'$7$F$_$^$7$?!#(B (B (B # happyaxis.jsp$B$b4JC1$K3NG'$7$F$_$^$7$?$,!"(B (B $BLdBj$J$$$h$&$G$9$M!#(B (B (B # $B6`2l?7G/!":#G/$b$I$&$>$h$m$7$/$*4j$$CW$7$^$9!#(B (B

Re: [Announce] Internationalization progress of Axis

2005-01-05 Thread Toshiyuki Kimura
$l$P!"(B (B $BK\%U%!%$%k$NK]Lu$KD)@o$7$?$$$H;W$&$N$G$9$,!"(B (B $BNI$$$G$7$g$&$+!)(B($B;~4V$O$+$+$k$H;W$$$^$9$,!D(B) (B (B $B$h$m$7$/$*4j$$CW$7$^$9!#(B (B (B Toshiyuki Kimura wrote: (B [EMAIL PROTECTED]|K\8lBP1~$,40N;$7$F$$$J$$%j%=!%9$H$7$F(B (B (B $B!!(B"s

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-05 Thread Toshiyuki Kimura
$^$G$9!#(B (B $BFC$KC/$b$$$i$C$7$c$i$J$$$h$&$G$"$l$P!"(B (B $BK\%U%!%$%k$NK]Lu$KD)@o$7$?$$$H;W$&$N$G$9$,!"(B (B $BNI$$$G$7$g$&$+!)(B($B;~4V$O$+$+$k$H;W$$$^$9$,!D(B) (B (B $B$h$m$7$/$*4j$$CW$7$^$9!#(B (B (B Toshiyuki Kimura wrote: (B [EMAIL PROTECTED

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-05 Thread Toshiyuki Kimura
$^$:;d$O>e$+$iK]Lu$K<h$j3]$+$m$&$H;W$C$F$*$j$^$9!#(B (B (B # $BJ,3d:n6H$9$k$J$i$P!":#2s$O(BCVS$B%/%i%$%"%s%H;H$C$F:n6H$7$?J}$,(B (B $B$h$$$G$9$M!#(B (B (B Toshiyuki Kimura wrote: (B [EMAIL PROTECTED](B (B (B # $B$9$_$^$;$s!"%4%_$,:.$8$C$F$$$?$N$G:FAw$G$9!#(B

Re: Books related to Apache Axis

2005-01-05 Thread Toshiyuki Kimura
$BF#ED$5$s!"(B (B $B!!LZB<$G$9!#$O$8$a$^$7$F!#(B (B $B!!Cx$K$b!"$I$J$?$+$$$i$C$7$c$k$+$bCN$l$^$;$s$M!#(B (B--- (BToshi [EMAIL PROTECTED] (B (BOn

Re: [ATTN] Japanese patches are applied

2005-01-06 Thread Toshiyuki Kimura
B (B $B:#F|$N(Bdev$BHG%"%C%W%m!<%I8e!"3NG'$7$F$_$^$9!#(B (B (B (B Toshiyuki Kimura wrote: (B [EMAIL PROTECTED]"(B (B (B $B!!LZB<$G$9!#(B (B (B $B!!$^$:!"3NG'M-Fq$&$4$6$$$^$7$?!#(B (B $B!!$^$?!"JL%a!<%k$G$4Js9p$7$F$$$k$h$&$K!"(Bwebapps$BG[

Re: [ATTN] Japanese patches are applied

2005-01-07 Thread Toshiyuki Kimura
] (B (BOn Fri, 7 Jan 2005, Shouhei Kodama wrote: (B (B $BLZB<$5$s!'(B (B (B [EMAIL PROTECTED](B (B $B:G?7HG$GF0:n3NG'$r9T$$$^$7$?!#(B (B (B i18n_ja.properties $B$NF|K\8lLu$K9;@5$,F~$C$F$^$9$M!#(B (B $B$o$+$j$d$9$/$J$C$F$$$k$N$GNI$+$C$?$G$9!#(B (B $B$"$j$,$H$&a

Re: NoClassDefFoundErro: org at apache.commons.logging.LogFactory

2005-01-09 Thread Toshiyuki Kimura
[EMAIL PROTECTED](B (B $B!!$3$s$P$s$O!#$O$8$a$^$7$F!#(B $B!!LZB<$H?=$7$^$9!#(B (B $B!!2<5-$N7o$G$9$,!"(Bcommons-logging.jar$B$X$N%/%i%9%Q%9$,DL(B $B$C$F$$$J$$$N$,[EMAIL PROTECTED];W$o$l$^$9!#:FEY!"$43NG'$/[EMAIL PROTECTED](B (B $B!!%5!<%PB&$N%/[EMAIL PROTECTED],@5>[EMAIL

Re: NoClassDefFoundErro: org at apache.commons.logging.LogFactory

2005-01-10 Thread Toshiyuki Kimura
[EMAIL PROTECTED]"(B (B $B!!LZB<$G$9!#(B (B $B!!LdBj$,2r7h$7$?$h$&$G!"$*$a$G$H$&$4$6$$$^$9!#(B $B<+J,[EMAIL PROTECTED]"0l?M$G2?EY$b%A%'%C%/$7$?H&(B $B$J$N$K!"[EMAIL PROTECTED]&$N$ONI$/$"$j$^$9$M!#(B $B$3$s$J;~$O!"B>$NJ}$N7P83$r;29M$K$G$-$k$3$N(BML$B$NMM(B

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-10 Thread Toshiyuki Kimura
$r?t$($F$_$?$H$3$m!"Ls(B900 (B $B%i%$%s$G$7$?!#(B (B $B$R$H$^$:;d$O>e$+$iK]Lu$K<h$j3]$+$m$&$H;W$C$F$*$j$^$9!#(B (B (B # $BJ,3d:n6H$9$k$J$i$P!":#2s$O(BCVS$B%/%i%$%"%s%H;H$C$F:n6H$7$?(B (B $BJ}$,$h$$$G$9$M!#(B (B (B (B Toshiyuki Kimura wrote: (B [EMAIL PR

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-10 Thread Toshiyuki Kimura
9$kM=Dj$G$9!#(B (B (B $B59$7$/$*4j$$CW$7$^$9!#(B (B (B Toshiyuki Kimura wrote: (B $B<[EMAIL PROTECTED](B (B (B $B!!LZB<$G$9!#(B (B (B [EMAIL PROTECTED],!"K]Lu$rC4Ev$5$l$F$$$k%j%=!%9$K4XO"$9$k%K%e!%9$G$9!#(B (B (B $B!!2<5-$NDL$j!"[EMAIL PROTECTED](Bdims$B;a

Re: Axis Wiki ?? Where did it go??

2005-01-11 Thread Toshiyuki Kimura
Hi folks, I've updated the whole of the new Wiki site. Now, most of links should be working well. Please let me know if you find any crucial issues on it. Thanks, Toshi [EMAIL PROTECTED] On Thu, 6 Jan 2005, Jeff Greif wrote: - Original Message - From: Toshiyuki Kimura [EMAIL PROTECTED

[ATTN] English Axis Wiki was updated

2005-01-11 Thread Toshiyuki Kimura
To: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'MM(B (B $B!!LZB<$G$9!#(B (B $B!!F|K\8l%3%_%e%K%F%#$N(BFAQ/Wiki [1] $B$+$iK\2H(B FAQ/Wiki [2] $B$H$7$F%j%s%/$,(B $BD%$i$l$F$$$k1Q8l%3%s%F%s%D$K$D$$$F$G$9!#(B (B

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Hi chu, (B (B This is a Japanese-specific list for Apache Axis users. (B (B Your question includes Japanese characters, but most of (Bmessages are in English. So, please post the message to (Ba global list - '[EMAIL PROTECTED]'. (B (BRegards, (BToshi [EMAIL PROTECTED] (B (BOn Thu,

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu, (B (B Can you post 'server-config.wsdd' in webapps\axis\WEB-INF ? (BI guess that the file includes something invalid. (B (BOTOH, it may be as well to put your system detail (OS, JVM etc) (Bif you want to have more feedbacks. (B (BThanks, (BToshi [EMAIL PROTECTED] (B (BOn Thu, 13

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!2<5-%a%C%;!<%8$r8+$k$H!"!X(BTOMCAT$B$,5/F0$7$J$$!Y$H(B $B$$$&!":,K\$NLdBj$O2r7h$7$?$h$&$K8+$($^$9!#(B (B $B!!$"$H$O!"(Baxis/libs$BG[2<$NA4$F$N(Bjar$B%U%!%$%k$*$h$S!"(B

Re: Books related to Apache Axis

2005-01-13 Thread Toshiyuki Kimura
$B;3ED$5$s!"@nED$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!>pJsDs6!M-Fq$&$4$6$$$^$9!#(B (B $B!!3'$5$s$K$H$C$FM-MQ$J>pJs$O!"[EMAIL PROTECTED]>e(B $B$G$b6$G$-$k$h$&$K$7$?$$$H9M$($F$$$^$9!#$=$N$?$a$K$b(B $B$<$R3'$5$s$K!"$46([EMAIL PROTECTED];W$$$^$9!#(B (B (B[EMAIL

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
This thread has moved to [EMAIL PROTECTED] (BI'll be back with a summary when it's solved. (B (BThanks, (BToshi [EMAIL PROTECTED] (B (BOn Thu, 13 Jan 2005, Toshiyuki Kimura wrote: (B (B Chu, (B (B Can you post 'server-config.wsdd' in webapps\axis\WEB-INF ? (B I guess that the file

Re: Books related to Apache Axis

2005-01-13 Thread Toshiyuki Kimura
=`Hw$,@0$C$?$i!"JLESO"Mm$$$?$7$^$9!#(B (B $B59$7$/8f4j$$CW$7$^$9!#(B (B--- (BToshi [EMAIL PROTECTED] (B (BOn Thu, 13 Jan 2005, Toshiyuki Kimura wrote: (B (B $B;3ED$5$s!"@nED$5$s!"(B (B (B $B!!LZB<$G$9!#(B (B (B $B!!>pJsDs6!M-Fq$&$4$6$$$^$9!#(B (B (

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
e Socket Extension (javax.net.ssl.SSLSocketFactory) at (B an unknown location (B (B $B$N$h$&$K$J$j$^$7$?!#:G8e$N9T$G(B at an unknown location$B$G$A$g$C$H5$$K$J$j(B (B $B$^$9$,!"!#!#!#(B (B (B $B$^!e$2$^$9!#(B (B (B -Original Message- (B From: Toshiyuki Kimura [mail

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B (BOn Fri, 14 Jan 2005, chu wrote: (B (B $B$I$&$b;d$,F|K\8l$N%U%)[EMAIL PROTECTED]$r;H$C$F$$$k$;[EMAIL PROTECTED];W$$$^$9$,!"(B (B $B$3$l$O2sHr$9$kJ}K!$O$"$j$^$9$+!)(B (B $B!!:#8e$b!"MM!9$JIT6q9g$,M=A[$5$l$^$9$N$G!"$d$O$j(BASCII$BJ8;[EMAIL

RE: xml error when boot up Tomcat

2005-01-14 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B (B# cd axis-1_2RC2 -- [Axis$B$N%$%s%9%H!<%k%U%)[EMAIL PROTECTED](B] (B# java -cp %AXISCLASSPATH%;. samples.stock.GetQuote ... (B $B$G!"F0$-$^$9$h$M!#(B (B $B!!%/[EMAIL PROTECTED]"(BJava$B$N4pK\$J$N$G(BML$B$K

RE: xml error when boot up Tomcat

2005-01-14 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B (B # cd axis-1_2RC2 -- [Axis$B$N%$%s%9%H!<%k%U%)[EMAIL PROTECTED](B] (B # java -cp %AXISCLASSPATH%;. samples.stock.GetQuote ... (B (B $B$3$l$,F0$1$P!"

RE: xml error when boot up Tomcat

2005-01-14 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B $B!!:#EY$O!"(Bwsdl4j.jar$B$,8+$($F$$$J$$$_$?$$$G$9$M!#(B (Bhttp://java2.5341.com/msg/90396.html (B $B!!0JA0!"$A$c$s$H(Bhappyaxis.jsp$B$G%A%'%C%/$7$?$O$:(B $B$J$N$K$I$&$7$F$G$7$g$&(B...$B!#(B (B $B!!!V(B%AXISCLASSPATH%$B!W$H$$$?t$G$O$J$/!"6qBNE*(B

RE: xml error when boot up Tomcat

2005-01-15 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!$R$H$^$:!"%5%s%W%k$,F0:n$7$?$h$&$G$*$a$G$H$&$4$6$$$^$9!#!(B (B $B$=$3$G!"$4<[EMAIL PROTECTED]($7$F$*$-$^$9!#(B (B (BOn Sat, 15 Jan 2005, chu wrote: (B (B $B#1!%(Bhappiness$B#P#a#g#e$K4X$7$F(B (B (B

  1   2   >