Hi there,
I am building my own connector by inheriting the Connector class. When I schedule the connector using Batch, I can see the request come in as follows:
<GetEcomData products><tables><Products type="all"/><Currencies type="all"/><Languages type="all"/><Manufacturers type="all"/><Units type="all"/></tables></GetEcomData>
where the products attibute on GetEcomData comes from my own settings on the connector configuration.
Is there some sample code that parses this XML into something moe meaningful so I can check which data my connector should return? I can easily write my own parser, but would rather use some eady-made code if it already exists somewhere.
Thanks,
Imar