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
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
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
)) 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
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
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
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
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
>
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