Re: Setting type of a SOAP body element - problem

2003-07-24 Thread Reinhard Moser
Hi Jerome, i'm setting parameters to the SOAP call through calling the method call.addParameter() and set all parameters when calling call.invoke( new Object[]{parm1, parm2, ..} ). May have a look at the userguide examples which you can find at /samples/userguide (e.g. Example2). regards

Re: WSDD - handler options definition error

2003-07-22 Thread Reinhard Moser
Done. Bug number is 21798. regards Reinhard Davanum Srinivas wrote: Can you please open a bug report? (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- Reinhard Moser <[EMAIL PROTECTED]> wrote: Hello, i found in the Reference Guide on

Re: Multirefs

2003-07-22 Thread Reinhard Moser
Hi Srinath, stopping axis sending multirefs can be specified through a global option in the server-config.wsdd file. The option name is sendMultiRefs. You find the description on http://ws.apache.org/axis -> Reference Guide -> Global Axis Configuration. regards Reinhard Srinath Perera wrote

WSDD - handler options definition error

2003-07-22 Thread Reinhard Moser
)) null. When i change option to parameter () i get the correct option. I suppose an error in the reference guide. I correct this error and added some text to the chain description. See attachment. -- Reinhard Moser Development Title: Axis Reference Guide Axis Reference Guide 1.1 Version Table

Re: Date Serialization by Apache Client.

2002-11-18 Thread Reinhard Moser
Hi, a simple typeMapping in your server-config.wsdd would help, i think. http://util.java"; type="java:java.util.Calender" serializer="your.serializerfactory" deserializer="your.deserializerfactory" encodingStyle="http://schemas.xmlsoap.org/so

Re: Deploy a web service?

2002-10-18 Thread Reinhard Moser
Hi Emma, Emma Johansson wrote: Hi! I have some problem deploying my wsdd file. This is what happens when trying to deploy it: /home/loke/ejoemma/tomcat/webapps/axis/samples/stock(31)% java org.apache.axis.client.AdminClient -lhttp://150.132.6.212:8090/axis/services/AdminService deploy.wsdd - Pr

Re: typeMapping java.sql.Timestamp

2002-10-18 Thread Reinhard Moser
Hello, problem solved. My serializer factory called the BaseSerializerFactory -constructor with to many parameters (correct for BaseSerializerFactory ). Reinhard Moser wrote: Hello, i am using axis to call EJB-methods. Return values are beans containing java.sql.Timestamps. I write a

Re: Please help me getting started

2002-10-17 Thread Reinhard Moser
Hi Emma, Emma Johansson wrote: > Hi! > > I'm following the installation instruction at > > http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html#deploy > > Every step up till Step 5 is OK, but I don't understand Step 6: > deploying the web services where it stands >

typeMapping java.sql.Timestamp

2002-10-17 Thread Reinhard Moser
Hello, i am using axis to call EJB-methods. Return values are beans containing java.sql.Timestamps. I write a custom serializer-/ deserializerfactory and applied a typeMapping tag into my service descriptor (on server and client side): http://schemas.xmlsoap.org/soap/encoding/"/> This