In: Computer Science
11. Which web service items are correct for the below items?
Web service name space can be used for the object global definition and identification
private, public, protected class methods can be used as web service method
all methods in web services can be uses web state "session" object
Description property of the WebService and WebMethod annotation can be used for the
12. http-get method cannot protect the privacy of data. Is it correct?
Yes
No
13. The web service application's method can return complex type (class definition) instance value as xml-based-serialized version. Is it correct?
Yes
No
14. In which cases can the web service be designed?
for the different organizations and systems integration
for the JSON formatted based integration
for the different languages like SAP ABAP, Java, Scala, Delphi and .Net based
for the html-5 compatible single-page-application (SPA)
11. The web service items are correct for the below items:
private, public, protected class methods can be used as web service
method
Description property of the webservice and webmethod annotation can
be used for the
The above mentioned access modifiers can be used, and webservice and webmethod annotation can also be used.
12. http-get method cannot protect the privacy of data.
True
GET is much less secure.
13. The web service application's method can return complex type
instance value as xml-based-serialized version.
True
14. The case where the web service can be designed are:
for the json formatted based integration
for the different languages like SAP ABAP, Java, Scala...
These are the technical fronts where the webservice can be designed for the requirements.