Quantcast
Channel: OTMFAQ Forums
Viewing all articles
Browse latest Browse all 2772

uploading Quote XML into OTM

$
0
0
Hi,

I am trying to upload "Quote" XML (TEST_1.xml) to OTM. Recieved a transmission Ack indicating PROCESSED transmission after uploading the XML. But When I checked under "Brokerage and Forwarding -> Quote", I was not able to see the new Quote which was uploaded.
I even checked the transmission XML and found that there was only Transmission Header displayed. It is as below.
<TransmissionHeader>
<UserName>USERNAMEXXX</UserName>

<Password>PASSWORDXXX</Password>

</TransmissionHeader>

Original XML which I intend to upload is attached below.

<Transmission>
<TransmissionHeader>
<UserName>USERNAMEXXX</UserName>

<Password>PASSWORDXXX</Password>

</TransmissionHeader>


<TransmissionBody>
<GLogXMLElement>
<Quote xmlns="http://xmlns.oracle.com/apps/otm">
- <QuoteGid>
- <Gid>
<DomainName>DOMAINXXX</DomainName>

<Xid>TEST_1</Xid>

</Gid>


</QuoteGid>


<TransactionCode>IU</TransactionCode>

- <QuoteHdr>
- <RequestDt>
<GLogDate>20130830132000</GLogDate>

<TZId>UTC</TZId>

<TZOffset>+00:00</TZOffset>

</RequestDt>


</QuoteHdr>


- <QuoteShipUnit xmlns="http://xmlns.oracle.com/apps/otm">
<SequenceNumber>1</SequenceNumber>

- <WeightVolume>
- <Weight>
<WeightValue>5.0</WeightValue>

- <WeightUOMGid>
- <Gid>
<Xid>LB</Xid>

</Gid>


</WeightUOMGid>


</Weight>


- <Volume>
<VolumeValue>10.0</VolumeValue>

- <VolumeUOMGid>
- <Gid>
<Xid>CUFT</Xid>

</Gid>


</VolumeUOMGid>


</Volume>


</WeightVolume>


<IsSplitAllowed>N</IsSplitAllowed>

<ShipUnitCount>0</ShipUnitCount>

- <Length>
<LengthValue>0.0</LengthValue>

- <LengthUOMGid>
- <Gid>
<Xid>FT</Xid>

</Gid>


</LengthUOMGid>


</Length>


- <Width>
<WidthValue>0.0</WidthValue>

- <WidthUOMGid>
- <Gid>
<Xid>FT</Xid>

</Gid>


</WidthUOMGid>


</Width>


- <Height>
<HeightValue>0.0</HeightValue>

- <HeightUOMGid>
- <Gid>
<Xid>FT</Xid>

</Gid>


</HeightUOMGid>


</Height>


- <DeclaredValue>
- <FinancialAmount>
<GlobalCurrencyCode>USD</GlobalCurrencyCode>

<MonetaryAmount>0.0</MonetaryAmount>

<FuncCurrencyAmount>0.0</FuncCurrencyAmount>

</FinancialAmount>


</DeclaredValue>


</QuoteShipUnit>


- <Status xmlns="http://xmlns.oracle.com/apps/otm">
- <StatusTypeGid>
- <Gid>
<DomainName>DOMAINXXX</DomainName>

<Xid>QUOTE</Xid>

</Gid>


</StatusTypeGid>


- <StatusValueGid>
- <Gid>
<DomainName>DOMAINXXX</DomainName>

<Xid>QUOTE_NEW</Xid>

</Gid>


</StatusValueGid>


</Status>


</Quote>


</GLogXMLElement>


</TransmissionBody>


</Transmission>




Need your help to understand why i am not able to create a Quote in OTM. Kindly advise.

Viewing all articles
Browse latest Browse all 2772

Trending Articles