Hi everyone,
  I'm new to webservices, And I have to create a webservicing in C#
that will display the First node of an XML file.
eg:-
If the XML file contains
<Employees>
  <Employee>
    <EmplNumber>48-705</EmplNumber>
    <FirstName>John</FirstName>
    <LastName>Cranston</LastName>
    <HourlySalary>16.48</HourlySalary>
  </Employee>
    <Employee>
    <EmplNumber>85-246</EmplNumber>
    <FirstName>Bernie</FirstName>
    <LastName>Christo</LastName>
    <HourlySalary>22.52</HourlySalary>
  </Employee>
</Employees>
then I have to create a service using getEmplNumber that will get all
the Empl Numbers.

Can u help????

Reply via email to