Where I could find WSDD DTD

2003-03-14 Thread IvanLatysh
Hello, All! Could anyone point me, where I could het DTD for WSDD ? Thank you for your time. --- Yours sincerely, Ivan Latysh. Ivan[a]yourmail.com

Re: Performance

2003-03-05 Thread IvanLatysh
Hello, Anecito,! You wrote to <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> on Wed, 5 Mar 2003 10:30:09 -0800: AAH> On the server side I would use worker thread pattern. I have not AAH> tried this myself yet but have hopes it will help me cut down the AAH> transaction times since there is not a big c

Re: Performance

2003-03-05 Thread IvanLatysh
Hello, [EMAIL PROTECTED] You wrote to <[EMAIL PROTECTED]> on 5 Mar 2003 17:46:47 -: t> However, the total call time varies between 7331ms and 10445ms. I t> appear to be losing between 5 and 8 seconds simply doing Axis comms. t> Anyone got any tips on how to speed this up, or ideas of why

Re: survey: generation of ws client code

2003-03-03 Thread IvanLatysh
Hello, Kevin! You wrote to <[EMAIL PROTECTED]> on Mon, 3 Mar 2003 11:42:20 -0800: KH> Hi - this is a general question - I am looking at potentially KH> building some KH> WS developer tools, and I need some brief feedback from WS KH> developers about how you develop your client code that invoke

AXIS bugs.

2003-03-03 Thread IvanLatysh
Hello, Oliver! You wrote to <[EMAIL PROTECTED]> on Mon, 3 Mar 2003 15:57:21 +0100: OA> I used the transport/tcp sample as my base. OA> We have to provide our services over different communication layers OA> (not only http). And so we implemented a simple server which uses OA> axis. Thank you I

Service auto deploying.

2003-03-01 Thread IvanLatysh
Hello, All! How I can make my service deployed automaticly, when server is starting ? I want to turn server into service provider. I have Tomcat running, and I put all Axis jar-s into common/lib folder, happyaxis is happy. Now I am deploying my service like a webapp. My web.xml file have all ne

Re: AW: Running AXIS standalone.

2003-02-28 Thread IvanLatysh
Hello, Brian! You wrote to <[EMAIL PROTECTED]> on Fri, 28 Feb 2003 14:05:36 +: BE> But honestly, using tomcat is simpler, more reliable, and better BE> documented than using SimpleAxisServer. You won't be able to use BE> Steve's happyaxis.jsp to tell you why the server isn't working, for

Re: AW: Running AXIS standalone.

2003-02-27 Thread IvanLatysh
Hello, Oliver! You wrote to <[EMAIL PROTECTED]> on Thu, 27 Feb 2003 16:52:21 +0100: OA> Hi Ivan, OA> have a look at the samples. There are some simple standalone OA> implementations. Thank you. But could you be a little more specific. Which example to look at ? --- Yours sincerely, Ivan Laty

Running AXIS standalone.

2003-02-27 Thread IvanLatysh
Hi, I am playing around. And I can't find info about running AXIS as a standalone HTTP server. I know that I can integrate AXIS with Tomcat. But I am wondering if I can run AXIS standalone. If I can, please point me how to do it, or where to read about.