您要查找的是不是:
- 聲明一個(gè)Web服務(wù)方法To declare a Web service method
- 如果客戶(hù)端使用此方法只異步調用一個(gè)Web服務(wù)方法,可以調用WaitOne等待該方法處理完成。If a client uses this technique to asynchronously call only one Web service method, it can call WaitOne to wait for the processing of that method to complete.
- 查找下一個(gè)find next
- 修改生成的客戶(hù)機以聲明合適的輸入和輸出變量,并將這些作為參數傳遞給Web服務(wù)方法調用。Modify the generated client to declare proper input and output variables, and pass these as parameters for the Web service method call.
- 另外一個(gè)Web服務(wù)真正執行整個(gè)計算的主體部分。Another Web service actually performs the major part of the total calculation.
- 聲明一個(gè)必須在派生類(lèi)中實(shí)現的方法Declare a method that must be implemented in a deriving class
- 聲明一個(gè)對類(lèi)方法的類(lèi)型安全的引用Declare a typesafe reference to a class method
- 一個(gè)Web服務(wù)事務(wù)處理模型:結構、算法和事務(wù)補償A Transaction Model for Web Services: Architecture, Algorithms and Transaction Compensation
- XML Web服務(wù)方法不處理的異常Exceptions Not Handled by an XML Web Service Method
- 聲明一個(gè)類(lèi)的名稱(chēng)以及組成該類(lèi)的變量、屬性和方法的定義。Declares the name of a class as well as a definition of the variables, properties, and methods that comprise the class.
- 當PDA運行銀行應用程序時(shí),它首先調用一個(gè)Web服務(wù),檢索最新的軟件版本列表。When the PDA runs the banking application, it first invokes a Web service the retrieves the latest software version list.
- 獲取協(xié)議反射器當前正在處理的Web服務(wù)方法,它生成放置于生成的For the method that the protocol reflector is currently processing to generate a Web Services Description Language WSDL operation to be placed in the generated
- 當一個(gè)Web方法使用xsi:Nil屬性返回空數組時(shí)將引發(fā)NullReferenceException。A NullReferenceException is thrown when a Web Method returns an empty array using the xsi: Nil attribute.
- 使用Web服務(wù)包括Web服務(wù)方法使用行業(yè)標準協(xié)議通過(guò)網(wǎng)絡(luò )進(jìn)行通信。Using a Web service encompasses the communication of Web service methods over a network using industry standard protocols.
- 使用Eclipse Web Tools Platform構建一個(gè)Web服務(wù)Build a Web service using the Eclipse Web Tools Platform
- 不論Web服務(wù)方法是否以異步方式執行,客戶(hù)端都能與它進(jìn)行異步通信。Regardless of whether a Web service method is implemented asynchronously, clients can communicate with it asynchronously.
- 規范tModel用于定義了如何與一個(gè)Web服務(wù)交互的tModel。A specification tModel is used for tModels that define interactions with a Web Service.
- 該代理腳本類(lèi)的每個(gè)方法的主體都將執行異步調用相應的Web服務(wù)方法。The body of each method on this proxy script class will perform an asynchronous call to its corresponding Web service method.
- 它提供了一個(gè)Web應用程序,使操作系統服務(wù)易于調用。A Web application is provided that allows the operating system service to be easily invoked.
- 這次,Web服務(wù)方法將數組作為輸入,處理它,并將這個(gè)數組返回到客戶(hù)端。This time, the Web service method takes an array as input, processes it, and returns the array back to the client.