Re: RE: Axis and Axis C++

2004-01-29 Thread moch
a java service via axis ? > >-Original Message- >From: moch [mailto:[EMAIL PROTECTED] >Sent: Friday, 30 January 2004 11:55 AM >To: axis-user >Subject: Axis and Axis C++ > > >Hi all > > I have a problem about axis and axis C++. In my web service work, the >ser

Axis and Axis C++

2004-01-29 Thread moch
Hi all I have a problem about axis and axis C++. In my web service work, the server side using Java, but clients using C/C++. So I try Axis and Axis C++, but it seems to have some problem. I just want to know whether anybody has used the same tools? thanks. moch   2004

Anybody can help me about Axis C++?

2004-01-02 Thread moch
Hi all I try axis C++ to build a web service client. If a service return simple type such string, it works well. But if I try to return a Struct, I get an exception : Unhandled exception in atest.exe(XERCES-C_2_2_0.DLL):0xC005:Access Violation. But if I use java client, it works well. W

Re: Re: How to load a Service at startup

2003-12-31 Thread moch
Hi, Gerry Gao A sample endpoint is -l"http://localhost:8080/axis/services/Test";, is it a servlet? >Hi moch: >What's the endpoint of your service (web service?)? > >I think the overhead is to create the endpoint. > >If it is a servlet

How to load a Service at startup

2003-12-31 Thread moch
Hi all I want to startup a service as tomcat is started, because the first time to call a service seems to init a service instance and always take several secends. How can I do this using axis+tomcat? Anybody can help me? Thanks.

a question with scope=session

2003-12-24 Thread moch
Hi all I met a question while deploy web service into a tomcat5 cluster. I set the scope=session, and the tomcat console show me : java.lang.IllegalArgumentException: Value for attribute Convert is not serial izable. It seems that axis or container put the service into session. But C

a problem about Axis in a tomcat5 cluster

2003-12-22 Thread moch
Hi all I am using axis in a tomcat5 cluster: Apache2.0.48 + jakarta-tomcat-connectors-jk2.0.2-win32-apache2.0.43. load balance run successfully, but Session replication has an error. >From tomcat's document, any attribute value that you store in the session has to >implement the jav