
I want to import the xmldata to the xmlport. While import i am gettting below error
".......The prefix is not defined in the Namespaces property of the XMLPort......"
attached my xml data along with my xmlport object & property.
Suggestion Please...
Hi,
Please insert you data as per below format
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Envelope xmlns:xsd="www.w3.org/.../XMLSchema" xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:soap="schemas.xmlsoap.org/.../" xmlns="schemas.xmlsoap.org/.../">
<soap:Body>
<FlightFIDSResponse xmlns="FlightData.in/">
<FlightFIDSResult>
<NewDataSet>
<Detail_Movements>
<LOCAL_AIRPORT />
<ARRIVAL_DEPARTURE_FLAG>0</ARRIVAL_DEPARTURE_FLAG>
<INTERNATIONAL_DOMESTIC_FLAG>0</INTERNATIONAL_DOMESTIC_FLAG>
<AIRLINE_CODE />
<FLIGHT_NUMBER />
<SOURCE_DESTINATION />
<VIA />
<SCHED_DATE />
<SCHED_TIME />
<EST_DATE />
<EST_TIME />
<ACT_DATE />
<ACT_TIME />
<FLIGHT_STATUS />
<Terminal />
<GATES />
<COUNTERS />
<BELT_NUMBER />
</Detail_Movements>
</NewDataSet>
</FlightFIDSResult>
</FlightFIDSResponse>
</soap:Body>
</Envelope>