Title: Axis Client (java)

Hi,

Im 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 persons 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

Reply via email to