Hello,
Create a bean with with fields as needed by the service and then:
call.registerTypeMapping(YourBean.class, ...);
As serializer /deserializer use
org.apache.axis.encoding.ser.BeanDeserializerFactory and
org.apache.axis.encoding.ser.BeanSerializerFa
Hey,
I’m calling a service that has objects as its parameters, how do I
use it in the client? Do I enter each attribute as a string or do I create an
object of the required type?
(this is all in axis with a java client)
e.g.
if it was just wsdl with string parameters I d