I'm quite new to Web Services. I have web service, here's link http://pastebin.com/hnNH84KG, and own XML data file (generated by XSD schema).
I need to fill properties in web service, but i cant find any method. This web service contain only generated properties. I tried to parse my XMl and fill every single property, but, i think it's not the best way. Is there any way to fill properties without calling and writing everyone?