None of the above

">
MCQs > IT & Programming > Web Services > The code given above opens a WSDL file in the fileStream object

Web Services MCQs

Refer to the following code snippet:

...

1. XmlSerializer ser = new XmlSerializer( typeof(ServiceDescription) );

2. FileStream objFile = new FileStream( txtWSDL.Text, FileMode.Open );

3. ServiceDescription objSD = ser.Deserialize( file );

4. file.Close();

...

The code given above opens a WSDL file in the fileStream object

Answer

Correct Answer:

3

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Web Services Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Web Services Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it