axis performance question

2003-10-27 Thread NSathiamoorthy
Hi, I have got web service clients (both Java and VB) that need to access my Axis Web Service. The web service is located in my intranet. Running the client from my workstation, I get relatively good performance. Once I move the client to our UAT box which has no internet access - the performanc

Delivery failure (axis-user@ws.apache.orgaxis-userws.apache.org)

2003-10-19 Thread Nsathiamoorthy
Your message has encountered delivery problems to the following recipient(s): [EMAIL PROTECTED] Delivery failed Unable to deliver to destination domain Cannot resolve ws.apache.orgaxis-userws.apache.org Reporting-MTA: dns; glams020.agl.com.au Received-From-MTA: dns; glamt001.agl.com.au (unverif

question about wsdl2java

2003-10-17 Thread Nsathiamoorthy
Hi, I'm having a problem which results in a deserilizer not being found when I run the junit class that was autogenerated from wsdl2java. In my webservice, I have a method which takes no arguments and returns a Collection of SystemCheckResponse objects. The SystemCheckResponse Class is not specif

Re: axis, oc4j and a local stateless EJB [thanks Jens Schumann]

2003-09-26 Thread Nsathiamoorthy
Hi Jens, RE: http://marc.theaimsgroup.com/?l=axis-user&m=106449952803414&w=2 Thanks for your help. Every things working fine now. Cheers, Nim ** This email is intended solely for the use of the addressee and may contain

axis, oc4j and a local stateless EJB

2003-09-25 Thread Nsathiamoorthy
Hi, I'm trying to make a local stateless session EJB available as a web service through axis and would appreciate any help. I'm using oc4j903, axis1.1. I've packaged the axis war and the ejb jar in an ear file and successfully deployed it to the container. I have successfully accessed the EJB fr