Hi,

 

Can anyone tell if there is a different approach to adding a java bean (simple types) as a parameter for an axis web service using a java client.

 

For strings and ints the following is used

 

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

 

what would be used if the parameter is an bean object?

 

Thanks

Suzy

Reply via email to