System.Xml.Serialization.XmlElementAttribute as a parameter to WebMethod
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I am trying to test a webservice using a proxy class, but i cannot understand what to pass as a parameter to the methods in my class. They all take a (System.Xml.Serialization.XmlElementAttribute([namespace]) ref class classobject) - can someone please explain? do i have to read the appropriate xml request and somehow pass it to the method? your help would be greatly appreciated. thanks