Yes, we can ! But we cannot *teach* you about webservices. When you
are on your way to developing your webservice application (as a result
of your extensive research and self-taught skills), if you face a
problem, we can probably help you with that.

On Feb 6, 11:55 am, Snehal <[email protected]> wrote:
> 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