cancel
Showing results for 
Search instead for 
Did you mean: 

SMF in XML

Former Member
0 Kudos

Hi all, where can I find some examples in XML fomrat.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Below is the code for XML Format.It might be useful for basic reference.Genral search in net results the same as below.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<SOAP-ENV:Body>

<m:MT_REQ_FORECAST xmlns:m="http://royalmail.com/forecast_ws">

<Header>

<UserID>String</UserID>

<Password>String</Password>

<CarrierID>9800000899</CarrierID>

<Poster>9800000715</Poster>

<ServiceType>S</ServiceType>

<PostingDate>20/09/2009</PostingDate>

<ForecastFlag>N</ForecastFlag>

</Header>

<Detail>

<FcastDate>24/03/2009</FcastDate>

<ForecastType>24</ForecastType>

<SSC>4028</SSC>

<Format>L</Format>

<Sortation>120</Sortation>

<Machinability>MECH</Machinability>

<Quantity>55</Quantity>

<BagsTrays>11</BagsTrays>

<Cages>12</Cages>

</Detail>

<Trailer>

<FTotal>55</FTotal>

<Rcount>1</Rcount>

</Trailer>

</m:MT_REQ_FORECAST>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>