Please try with Axis2 1.3 release. If not re-open the issue. Thanks Deepal > > Hello, AXIS2-366 shows it was resolved but does not specify the > version it was fixed in. AXIS2-747 refers to using XLMBeans rather > than ADB but seems to be related to namespace prefix missing on child > elements. > > Listed below is what is the payload (in the SOAP body) using AXIS2. > Note the first <Header xmlns=" . . ." line. The service provider > says the namespace prefix should be referenced for the child elements > and the xmlns=" ..." in the <Header> should not be there. See Service > Provider example. The question is are these 2 requests functionally > equivalent or is there something wrong when using the > elementFormdefault="qualified" attribute with AXIS2? > > AXIS 2 Request: > > <ns2:ClaimNumberAssignmentRequest > > xmlns:ns2="http://www.companyX.com/us/ins/product/disability/custvendext" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:type="ns2:ClaimNumberAssignmentRequest"> > <Header > xmlns="http://www.companyX.com/us/ins/product/disability/custvendext/typelib"> > > <SchemaVersion>10</SchemaVersion> > <Requestor> > <SourceID>aSourceID</SourceID> > <SourceReference>aSourceReference</SourceReference> > </Requestor> > <Operation> > <OperationMajor>OPMA</OperationMajor> > <OperationMinor>OPMI</OperationMinor> > </Operation> > </Header> > </ns2:ClaimNumberAssignmentRequest> > > Service Provider example: > > <ext:ClaimNumberAssignmentRequest > > xmlns:ext="http://www.companyX.com/us/ins/product/disability/custvendext" > > xmlns:tl="http://www.companyX.com/us/ins/product/disability/custvendext/typelib"> > > <tl:Header> > <tl:SchemaVersion>1.0</tl:SchemaVersion> > <tl:Requestor> > <tl:SourceID>NBH</tl:SourceID> > <tl:SourceReference>RRRRT</tl:SourceReference> > </tl:Requestor> > <tl:Operation> > <tl:OperationMajor>5</tl:OperationMajor> > <tl:OperationMinor>6</tl:OperationMinor> > </tl:Operation> > </tl:Header> > <ext:ClaimNumberAssignmentRequest
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
