COMPLETE SOLUTIONS VERIFIED
What is the organization of WSDL?
definitions, types, messages, portType, binding, services
How do we create a REST service?
create a WCF service, add HTTP WebGet (can be with Uri), edit the markup file,
remove the soap endpoint
Can you create APIs without WCF?
Yes, using NuGet package manager
How do we access the REST service URL in the program?
Create the uri template with the parameter to pass, then use bindByPosition
What is Just in time compilation?
deploy uncompiled source files, the code it then compiled and stored at first request
What is pre-compiled service deployment?
pre-compile the code and deploy the compiled code by buidling and then copying into
the folder
What are the 5 data structures used for storing the web services?
1. Business entity
2. Business service
3. bindingTemplate