Re: [axis] complex message element

2005-07-19 Thread Anne Thomas Manes
You must pass a JavaBean that has one member, which is a string. If you run wsdl2java on your WSDL file, it should generate this JavaBean for you. This service is defined as an unwrapped document/literal service (the input message element does not have the same name as the operation), therefore Ax

[axis] complex message element

2005-07-13 Thread Antonio Capurso
Hi to all, I'm developing a java class (using Axis toolkit) that invokes a web service in which for the operation called there are the following definitions: And "tns:AppMailVerifier2Request" is a complex type defined as follow: Which object