You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Suzy Fynes <su...@sentenial.ie> on 2005/04/07 12:27:22 UTC

Axis Client (java)

Hi,

I'm trying to create an axis client for a wsdl doc that I have. The
service takes in two parameters, both objects of a type created by the
server e.g. Person object which holds a person's details. So far if I
was adding parameters to my I'd use the following 

call.addParameter("personsname", XMLType.XSD_STRING, ParameterMode.IN);

if the parameter is an object and not a simple type how do I add it?

Thanks
Suzy