PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-513 (update June 30th, 2014)

Exam 70-513: TS: Windows Communication Foundation Development with Microsoft .NET Framework 4 (update June 30th, 2014)

How can this be achieved?

Exhibit:
Sub PassGuideDelete (Byval PassGuideId As String)
There is a WCF service PassGuideService.
PassGuideService implements restful manner operations.
The PassGuideDelete method is implemented as displayed in the exhibit.

When a client calls PassGuideService with the HTTP DELETE operation PassGuideService must
use this method.
How can this be achieved? Select two or three.

How can this be achieved?

DRAG DROP
Data contract Exhibit:
<DataContract>
Public Class Employee
<DataMember>
Public Name As String
<DataMember>
Public City As String
<DataMember>
Public Wage As Integer
<DataMember>
Public EMPLOYEEID As Integer
End Class

XML exhibit:
<Employee>
<Name xsi:nil”true”/>
<City xsi:nil “true”/>
< EMPLOYEEID >123456789 </ EMPLOYEEID >
</Employee>
There is WCF (Windows Communication Foundation) application PassGuideApp.
PassGuideApp uses the data contract being displayed data contract exhibit.
The XML code in the XML exhibit must be produces with the data contract is serialized.
How can this be achieved?

How should this be achieved?

Contract exhibit:
<ServiceContract(Namespaces”http://PassGuide.com”)>
Public Interface IShipping
<OperationContract>
Function PassGuideWork(ByVal id As Integer) As String
End Interface
There is a WCF (Windows Communication Foundation) application PassGuideApp.
There is a WCF (Windows Communication Foundation) service PassGuideService.
The contract of PassGuideService is being displayed in the exhibit.
PassGuideApp is also hosting other services.
PassGuideApp endpoints use SOAP 1.2 bindings with WS-Addressing 1.0.
There is one single lister configured in System.ServiceModel.MessageLogging trace source of the
system.diagnostics configuration section.
Only the messeages that the PassGuideWork operation returns should be logged.
How should this be achieved? Select four.

How can this be achieved?

DRAG DROP
PassGuideService Exhibit:
<ServiceContract>
Public Interface PassGuideService
<OperationContract>
Function GetPassGuideServiceTime() As DateTime
End Interface
There is a class PassGuideService.
PassGuideService is hosted within an ASP.NET application PassGuideApp.
PassGuideService implements the interface being displayed in the exhibit.
PassGuideApp must be tweaked so that the GetPassGuideServiceTime method returns the result
formatted as JSON when request url ends in /PassGuide.
How can this be achieved?

How should this be achieved?

DRAG DROP
Soap envelope exhibit:
<s:Envelope xmlns:se’http://schemas.xmlsoporg/soap/enveloper’>
<s: Header>
<h:PassGuideID xmlns = “http:/www.PassGuide.com”>
9283
</h: PassGuideID>

</s:Header>
<s:Body>
<PassGuideStock xmlns=http://www.PassGuide.com”>
<ParticularID>1234 </ ParticularID >
</PassGuideStock>
</s: Body>
</s: Envelope>
The SOAP envelope in the exhibit must be generated.
How should this be achieved?

How should the ServiceContract be tweaked to achieve is?

ServiceContract Exhibit:
<ServiceContract>
Public Class PassGuideService
<OperationContract>
Public Function PassGuideConfirm(ByVal PhoneNumber As String,ByVal wage As Double,ByVal
EmployeeNumber Integer) As Boolean ‘…
End Function
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService exists within SOA (Service Oriented Architecture) within an enterprise.
The serviceContact of PassGuideService is displayed in the exhibit.
Method PassGuideConfirm, when executed, must be participate transperentally in existing
transactions.Furthermore, when there is no existing transaction, a new transaction must be
created.
How should the ServiceContract be tweaked to achieve is?

Which attribute should be added to the class implementation?

DRAG DROP
There is a WCF (Windows Communication Foundation) service application PassGuideApp.
PassGuideApp is required to provide service to a heavy client request load, even simulatanous
requests. Stateful conversation must be provided for each ensure subsequent individual client request.
Which attribute should be added to the class implementation?

Which contract should PassGuideService have?

DRAG DROP
There is a WCF (Windows Communication Foundation) service PassGuideService.
The clients and the service that uses PassGuideService use NetTcpBinding (transaction flow
enabled).
Assuming that the operations PassGuideOP1 and PassGuideOP2 are called within the same
client session, you need to enforce that they are executed within the same transaction context.
Which contract should PassGuideService have?


Page 11 of 15« First...910111213...Last »