Use document style and define the element types in your WSDL. 
(If you don't define the types, it defaults to xsd:anyType, and then
Axis must specify the type in the message.)

Anne

On 7/11/05, John Baker <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Consider this XML fragment from an Axis client request:
> 
> <ns1:DatabaseID xsi:type="xsd:string">UNI7TEST</ns1:DatabaseID>
> <ns1:UniformUserName xsi:type="xsd:string">crmtest</ns1:UniformUserName>
> <ns1:UniformPassword xsi:type="xsd:string">crmtest</ns1:UniformPassword>
> 
> Is there a way to prevent Axis from including the xsi:type attributes?
> 
> Thanks,
> 
> 
> John
>

Reply via email to