I have an xml file and a matching object definition.
How can i fill an instance of the object with the xml data?
I have registered to get ebay notification, and it sent me an xml in soap format.
How can i listen to this soap request and parse it into its matching object ?
You should not need to manipulate XML at all if this is a SOAP web service. See How to Consume a Web Service.