Issue with Type tag in OriginLocation while creating Quote using Integration
Summary:
We are trying to receive the Quote information using Integration from CPQ. The XML structure for the Quote is getting validated from OTM but Type tag under OriginLocation is making the transmission invalid in OTM. Below is the structure of the payload:
<QuoteHdr>
<OriginLocation>
<LocationGid>
<Gid>
<DomainName>OTMREADY/FF</DomainName>
<Xid>AEJEA</Xid>
</Gid>
</LocationGid>
<Type>location_code</Type>
<QuoteLocInfo/>
</OriginLocation></QuoteHdr>
If we validate the XML, using Validate XML Schema OTM is suggesting to keep Type at the same position but when validated we are getting
cvc-complex-type.2.4.d: Invalid content was found starting with element 'Type'. No child element is expected at this point.