News:
SOAP extensions enable developers to modify the request or response streams of SOAP messages
SOAP extensions are applied to a particular operation with a custom SOAP extension attribute, or registered with the application (or machine) configuration file
Description formatters can be created to add custom WSDL extensions, and then read to add these SOAP extension attributes
HTTP modules and custom Web requests can be used only for a lower level extensibility
The Web Services Management for Microsoft .NET (WSM) can enhance .NET Web Services for various Web service protocols that extend beyond the baseline, such as WS-Attachments and WS-Security
All of the above
SOAP
WSDL
UDDI
CORBA
All of the above
The hash is a nearly unique digest of the message
The hash is encrypted using the public key of the sender
The encrypted hash serves as a signature of the sender and is sent separately from the decrypted message
The hash is the opposite of the usual process used in encryption, in which the public key is used to encrypt, and the plain text is not sent
WS-Routing enables the specification of a message's forward message path
WS-Routing does not support the specification of a reverse message path
WS-Routing provides the capability to give messages unique identifiers, and then specify the other messages to which they relate
All of the above
xmlValidateTextReader
xmlValidtor
XmlTextReader
XmlValidatingReader
None of the above
The IP address and other endpoint information
The response schema to expect if there is a response
Possible headers that may be expected in the request or response, and the schema for those
All of the above
1. [WebServiceBinding("MyBinding", "http://MyNS")] 2. public class CustomWebMethods : SoapHttpClientProtocol 3. { 4. public CustomWebMethods() 5. { 6. this.Url = "http://localhost:8080"; 7. } 8. [DocumentMethod("http://mySoapAction")] 9. public int Add( int x, int y) 10. { 11. Object[] args = {x, y}; 12. Object[] responseMessage = this.Invoke( "Add", args ); 13. return ((int)(responseMessage[0])); 14. } 15.}
Line 1
Line 2
Line 8
Line 12
Line 3
None of the above
Coded
Messagetext
Found
retryAfter
All of the above
XML Schema
SOAP Engine
XML Serialization
None of the above
RECOVER
ROLLOVER
FEDERATION REPAIR
None of the above