1 / 17

Quiz Points 4

Quiz Points 4. Rules Raise your hand if you know the question One student will be picked in random If the answer is wrong, another student will be given a chance If answer is given by several students at the same time, no one will get any quiz points!. Q 41.

pablowatts
Download Presentation

Quiz Points 4

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Quiz Points 4 • Rules • Raise your hand if you know the question • One student will be picked in random • If the answer is wrong, another student will be given a chance • If answer is given by several students at the same time, no one will get any quiz points!

  2. Q 41 • How do you communicate to ASP.NET what your web methods are? Answer: WebMethod attribute

  3. Q 42 • Are you required to inherit your web service class from the WebService class? Answer: No

  4. Q 43 • Why does the WebService base class provide for you? Answer: Access to Session, etc.

  5. Q 44 • What concept is used by Visual Studio in separating the asmx page from the actual code for the web service? Answer: Code behind page

  6. Q 45 • What tool is used to generate a client proxy from a WSDL? Answer: wsdl.exe

  7. Q 46 • What is the root element name of a wsdl document? Answer: definitions

  8. Q 47 • What are the five children of the definitions root element? Answer: types, message, portType, binding, service

  9. Q 48 • Which element of wsdl communicates the URL of the web service to the client? Answer: service

  10. Q 49 • What is the base class of the SOAP Http client’s proxy? Answer: SoapHttpClientProxy

  11. Q 50 • For each method of your web service, how many methods does the proxy have? Answer: 3

  12. Q 51 • What property should you sent for the client to participate in session? Answer: CookieContainer

  13. Q 51 • What tools are used to generate the TIE and Stub in JWSDP? Answer: wsdeploy, wscompile

  14. Q 52 • What API is used to manage SOAP calls in JWSDP? Answer: JAX-RPC

  15. Q 53 • What xml files do you write in order to deploy your Java Web Service? Answer: jaxrpc-ri.xml, web.xml

  16. Q 54 • What is SAAJ and where is it used? Answer: SOAP with Attachment API for Java, used by JAX-RPC and JAXM

  17. Q 54 • What interface your Java Web Service may implement? Answer: javax.xml.rpc.ServiceLifeCycle

More Related