Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Incomplete
-
1.7.9
-
None
-
None
Description
When upgrading from Axis2 1.5.1 to Axis2 1.7.9, xmlbeans based XML is creating a namespace with invalid characters in them. Please see sample below. I am not sure how to resolve this and looking for any pointers. In debugging I cannot find the place where the xmlns:x / = is being added or why it would add it like this.
{{<soapenv:Body><urn:UnifiedProfileRqxmlns:urn="urn:com.thehartford.pc.acord_extensions" xmlns:x / ="http://www.ACORD.org/standards/PC_Surety/ACORD1.10.0/xml/"><x / :ItemIdInfo><x / :OtherIdentifier><x / :OtherIdTypeCd>UserId</x/:OtherIdTypeCd> <x / :OtherId>NBVQA670</x/:OtherId>
</x/:OtherIdentifier> <x / :OtherIdentifier><x / :OtherIdTypeCd>ProfileId</x/:OtherIdTypeCd> <x / :OtherId>Min</x/:OtherId>
</x/:OtherIdentifier> <x / :OtherIdentifier><x / :OtherIdTypeCd>ApplicationId</x/:OtherIdTypeCd> <x / :OtherId>NBV</x/:OtherId>
</x/:OtherIdentifier> <x / :OtherIdentifier><x / :OtherIdTypeCd>UseContractorSearch</x/:OtherIdTypeCd> <x / :OtherId>true</x/:OtherId>
</x/:OtherIdentifier>
</x/:ItemIdInfo> </urn:UnifiedProfileRq></soapenv:Body>}}