Possible regression from 1.1RC2 -> 1.1Final

2004-03-15 Thread Michael Migdol
Hello, We are trying to identify a problem caused in our Web Service that happened when we attempted to upgrade from 1.1RC2 to 1.1Final. The primary symptom is that clients of the webservice fail with an exception like: org.xml.sax.SAXException: Bad types (int -> class java.lang.String) whe

Re: Web Service Security - what's the best way to achieve it?

2004-03-15 Thread Davanum Srinivas
http://ws.apache.org/ws-fx/wss4j/ --- [EMAIL PROTECTED] wrote: > Hi people, > > I am considering two different ways of using Certificate based authentication of a > client > connecting to our Web Service: > > 1. Certificate is contained in the HTTPS request. I intercept the Request in my Web >

RE: Doc/Literal support in axis

2004-03-15 Thread David Bell
We are using doc/literal support as well in Axis 1.1. To cater for compatible implementations (Axis, JAX-RPC, .net) we have defined the WSDL outside of the tools - it is handcranked to define the contract and then separate groups can build their own clients and servers using whatever technology th

how do I find axis' examples

2004-03-15 Thread Wermus Fernando
Do I need a CVS to install the axis’  examples? Becuse I only can download some java files but, I want a whole example about serialization an bean automatic serialization.    

how to deploy with a jar file

2004-03-15 Thread Lee, Insoo
Hello, is there way to deploy a jar file? instead of single class files? we tried to put a jar in axis/lib and it doesn't seem to pick it up. Thanks Lee

how do I do to install axis' examples

2004-03-15 Thread Wermus Fernando
Do I need a CVS to install the axis’  examples? Becuse I only can download some java files but, I want a whole example about serialization an bean automatic serialization.    

Problems with WSDL

2004-03-15 Thread Vivek Nagulapati
Hello Guys, I am having problems when creating proxy classes in Visual Studio .NET to a web service created in Axis. I am getting the following error: The type attribute must be set to a valid type name Though I was able to create proxy classes few days back for the same Web service, somehow I

RE: java.io.InterruptedIOException: Read timed out

2004-03-15 Thread John Deviney
I should also include information about my environment: Axis 1.0 or whatever version was bundled by default in jboss, deployed in Jboss 3.2.2 John Deviney Texas Windstorm Insurance Association 5700 S. MoPac Exp., Building E, Suite 530 Austin, TX 78749 [EMAIL PROTECTED] -Original Message

java.io.InterruptedIOException: Read timed out

2004-03-15 Thread John Deviney
Does anyone know how to configure time out for Axis on an application wide basis? I've read the posts regarding how to do this on a per call basis from the client. That is not what I am looking for. I get "Read timed out" on any web service calls over 60 seconds. There should be a time out para

Re: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread Gareth Western
Whoops! Pardon me. I've been staring at XML all day. I thought you said WSDL, not WSDD. Sorry! jiadao wrote: I can not find a detailed explanation to write the web service deployment descriptor in the apache axis website, could anyone can provide such documents or some website links, thank you!

Re: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread Gareth Western
The W3C specification is located at: http://www.w3.org/TR/wsdl :) jiadao wrote: I can not find a detailed explanation to write the web service deployment descriptor in the apache axis website, could anyone can provide such documents or some website links, thank you!

makeTypeElement fault, ws return value null

2004-03-15 Thread Richard Alan Herz
Hi there, friendly helpers! I just started building web services with Apache Axis (configuration Tomcat 5, Axis 1.1, JSDK 1.4.1 on WinXP). What I did: - I put together a wsdl-file (relevant portions attached) with a complex type "tps" consisting of a number of complex types ("tp") - Using WSDL2Ja

org.apache.axis.TIME in DEBUG Mode (Signification of numbers)

2004-03-15 Thread Olivier Lamy
Hello, I have put org.apache.axis.TIME to debug (informations below). Mar 15 17:16:48 2004: DEBUG axis.TIME : AxisServer.invoke2 preTr=0 tr=0 preInvoke=0 invoke=834 postInvoke=0 Common.getBrands Mar 15 17:16:48 2004: DEBUG axis.TIME : axisServlet.doPost: /WebServices pre=2 invoke=834 post=12 sen

Re: AxisClient performance issue

2004-03-15 Thread Felix Dierich
Hi all! Thanks for your suggestion Jay! Caching the Service object by keeping a reference would definitely help, I think, but as my clients are called by command line and always start a new VM for architecture reasons, I can't keep the Service object in memory. I need a way to make the first S

Re: StringBuffer

2004-03-15 Thread James Black
Jonathan Melvin wrote: Does Axis automatically handle StringBuffer or will I need a custom serializer? Why not just use a string, as you can on the client side decide if you need to put it into a stringbuffer or not. -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James

RE: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread jiadao
Oh, yes Thank u very much ! Jiadao -Original Message- From: CHUSHU GAO [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 1:14 PM To: [EMAIL PROTECTED] Subject: RE: if there is any tutorials or specification to write the WSDD document I think that your download Axis deliverable incl

RE: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread CHUSHU GAO
I think that your download Axis deliverable includes some of that. (B{%axis_install%}\docs\reference.html (BFind the Deployment(wsdd) reference. (BCheers (BCS (B (B>-Original Message- (B>From: jiadao [mailto:[EMAIL PROTECTED] (B>Sent: 2004$BG/(J3$B7n(J15$BF|(J 12:06 (B>To:

if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread jiadao
I can not find a detailed explanation to write the web service deployment descriptor in the apache axis website, could anyone can provide such documents or some website links, thank you!

StringBuffer

2004-03-15 Thread Jonathan Melvin
Does Axis automatically handle StringBuffer or will I need a custom serializer? Jon M This e-mail may contain privileged and confidential information and should not be used by anyone who is not the original intended recipient(s). If you have received this e-mail in error, please notify us imme

Web Service Security - what's the best way to achieve it?

2004-03-15 Thread Ext-Zoltan.Schreter
Hi people, I am considering two different ways of using Certificate based authentication of a client connecting to our Web Service: 1. Certificate is contained in the HTTPS request. I intercept the Request in my Web Service, get the Certificate out of it, and do the authentication. 2. Certific

RE: specifying wsdlsoap:address location

2004-03-15 Thread Gerhard Maree
I found the solution In the wsdd you can specify an endpoint for every service by adding an child element under the element -Original Message- From: Gerhard Maree Sent: 12 March 2004 03:21 PM To: [EMAIL PROTECTED] Subject: specifying wsdlsoap:address location Hi We have axis dep