1016万例文収録!

「WEB service」に関連した英語例文の一覧と使い方(4ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > WEB serviceの意味・解説 > WEB serviceに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

WEB serviceの部分一致の例文一覧と使い方

該当件数 : 1576



例文

In the Web Pages folder, double-click index.jsp so that it opens in theSource Editor.In the Web Service References node, expand the node that represents the web service.例文帳に追加

「Web サービス参照」ノードで Web サービスを表すノードを展開します。 クライアントから呼び出す add オペレーションが公開されています。 - NetBeans

The Web service presentation support program is constituted so that Web contents to be provided are dynamically changed according to the condition of the user performance of the Web service.例文帳に追加

Webサービスの利用性能の状況に応じて、提供するWebコンテンツを動的に変更するようにしたものである。 - 特許庁

SERVICE CONDITION SUPERVISING SYSTEM OF WEB SERVICE SYSTEM例文帳に追加

Webサービスシステムのサービス状況監視システム - 特許庁

Furthermore, the program is constituted so that the Web contents to be provided are dynamically changed according to the condition of the use performance of the Web service which a user of the Web service actually experiences by measuring the use performance of the Web service from the side of the user of the Web service.例文帳に追加

さらに、Webサービスの利用性能は、Webサービスの利用者側から測定することにより、Webサービス利用者が実際に体験しているWebサービスの利用性能の状況に応じて、提供するWebコンテンツを動的に変更するようにしたものである。 - 特許庁

例文

See Getting Started with JAX-WS Web Services and Developing JAX-WS Web Service Clients for more information about JAX-WS web services. 例文帳に追加

JAX-WS Web サービスの詳細については、「JAX-WS Web サービスについて」および「JAX-WS Web サービスクライアントの開発」を参照してください。 - NetBeans


例文

Accessing web services is also easier.This brief demo shows how to build a web application that uses a web service. 例文帳に追加

Web サービスのアクセスも簡単になりました。 この簡単なデモでは、Web サービスを使用する Web アプリケーションの構築方法を示しています。 - NetBeans

In this section, you create a new web application and then consume the web service in the default JSP page that the Web Application wizard creates.例文帳に追加

この節では、新しい Web アプリケーションを作成したあと、「Web アプリケーション」ウィザードで作成したデフォルトの JSP ページで Web サービスを使用します。 - NetBeans

Before you use the MobileClient to Web Application Generator, you must have a Web project that includes a Web service client.例文帳に追加

「モバイルクライアントから Web アプリケーションへの接続ウィザード」を使用する場合は、Web サービスクライアントを含む Web プロジェクトが必要です。 - NetBeans

If the mobile client connects directly to a Web application that does not use a Web service, choose Methods in Web Application.例文帳に追加

モバイルクライアントが Web サービスを使用しない Web アプリケーションに直接接続する場合は、「Web アプリケーション内のメソッド」を選択します。 - NetBeans

例文

To provide a web service that reduces the time and effort for web page operation and allows a user to easily browse the web page.例文帳に追加

Webページ操作の手間を省いたりWebページ閲覧をし易くすることが可能なWebサービスを提供する。 - 特許庁

例文

Convert SOAP based web services to RESTfull service resources by using the new action available in the web service node.Use the Web Service Customization editor to create asynchronous web service clients. 例文帳に追加

非同期 Web サービスは、Web サービスカスタマイゼーションエディタを使用して作成できます。 「新規ファイル」ウィザードに、JAX-WS アーティファクトを生成するためのテンプレートがあります。 - NetBeans

You can see that both the Java class and the Axis2 web service have a hello:String operation, shown in the Navigator tab and as a node of the Axis2 web service, respectively. 例文帳に追加

「ナビゲータ」タブと「Axis2 Web Services」ノードでそれぞれ示されているように、Java クラスと Axis2 Web サービスの両方に hello:String オペレーションがあることがわかります。 - NetBeans

In traditional web service models, web service interfaces are exposed through WSDL documents (a type of XML), which have URLs. 例文帳に追加

従来の Web サービスモデルでは、Web サービスのインタフェースは WSDL ドキュメント (XML の一種) を使用し、この中に URL が含まれていました。 - NetBeans

Description: When creating a Web Service client or Web Service from WSDL, the IDE returns an OutOfMemoryError and may become unusable temporarily.例文帳に追加

説明: WSDL から Web サービスクライアントまたは Web サービスを作成しているとき、IDE で OutOfMemoryError が発生し、IDE を一時的に使用できなくなることがある。 - NetBeans

The web service is now complete, with code that interacts with the web service that delegates to the EJB module to exposes its images.例文帳に追加

これで Web サービスは完了です。 EJB モジュールに委譲してそのイメージを公開する Web サービスと対話するコードを作成しました。 - NetBeans

In this tutorial, we have learned how to enable SAML-based and UserNameToken-based authentication between a web service client and a web service provider. 例文帳に追加

このチュートリアルでは、Web サービスクライアントと Web サービスプロバイダの間で SAML ベースと UserNameToken ベースの認証を有効にする方法を学びました。 - NetBeans

Now that you have deployed the web service,you need to create a client to make use of the web service's add method. 例文帳に追加

作成した Web サービスの配備が完了したので、次は Web サービスの add メソッドを使用するクライアントを作成する必要があります。 - NetBeans

When you deploy a web service to a web container, the IDE lets you test theweb service to see if it functions as you expect. 例文帳に追加

Web コンテナに Web サービスを配備すると、IDE によって、このサービスが期待どおりに機能するかを確認するテストができます。 - NetBeans

Now that we have deployed our web service,we need to create a client to make use of the web service's add method. 例文帳に追加

Web サービスの配備が終わったので、この Web サービスの add メソッドを利用するクライアントを作成する必要があります。 - NetBeans

Delete the TODO comment and right-click in that line.Choose Web Service Client Resources Call Web Service Operation. 例文帳に追加

TODO コメントを削除して、その行を右クリックします。 「Web サービスクライアントのリソース」「Web サービスオペレーションを呼び出す」を選択します。 - NetBeans

Then Web service having an editor name coincident with the read editor name is retrieved from a network to acquire the position of the Web service.例文帳に追加

そして、読み出したエディタ名に一致するエディタ名を持つWebサービスをネットワーク上から検索することにより、該Webサービスの位置を取得する。 - 特許庁

AUTHENTICATION SERVICE PROVIDING DEVICE, WEB SERVICE PROVIDING DEVICE, USER TERMINAL DEVICE, AUTHENTICATION SERVICE PROVIDING METHOD, WEB SERVICE PROVIDING METHOD, WEB SERVICE UTILIZING METHOD, AUTHENTICATION SERVICE PROVIDING PROGRAM, WEB SERVICE PROVIDING PROGRAM, WEB SERVICE UTILIZING PROGRAM, AND RECORDING MEDIUM例文帳に追加

認証サービス提供装置、Webサービス提供装置、ユーザ端末装置、認証サービス提供方法、Webサービス提供方法、Webサービス利用方法、認証サービス提供プログラム、Webサービス提供プログラム、Webサービス利用プログラム及び記録媒体 - 特許庁

WEB SERVICE REQUEST PROCESSING APPARATUS, WEB SERVICE REQUEST PROCESSING METHOD, AND WEB SERVICE REQUEST PROCESSING SYSTEM例文帳に追加

ウェブサービス要求処理装置、ウェブサービス要求処理方法、及びウェブサービス要求処理システム - 特許庁

WEB SERVICE SERVER, WEB SERVICE SERVER PROGRAM, STORAGE MEDIUM, WEB SERVICE METHOD, USER REGISTRATION METHOD AND CHARGING METHOD例文帳に追加

ウェブサービスサーバとウェブサービスサーバプログラムと記録媒体とウェブサービス方法とユーザ登録方法と課金方法 - 特許庁

To provide Web service from a business owner without holding equipment for executing the Web service and to provide Web service trusted by a user.例文帳に追加

Webサービスを実施するための設備を保有しない事業者からWebサービスを提供可能で、かつ利用者から信頼されるWebサービスを提供する。 - 特許庁

The web service interface for this process is a single asynchronous operation. 例文帳に追加

このプロセスの Web サービスインタフェースは単一の非同期操作です。 - NetBeans

You can only create an Axis2 web service from a Java or Java Library project. 例文帳に追加

Axis2 Web サービスは、Java または Java ライブラリプロジェクトからのみ作成できます。 - NetBeans

Once you have created an Axis2 web service, you need to deploy it to a server. 例文帳に追加

Axis2 Web サービスを作成したら、それをサーバーに配備する必要があります。 - NetBeans

Copying the Axis2 web service to the axis2.war file used by the server. 例文帳に追加

Axis2 Web サービスを、サーバーで使用される axis2.war ファイルにコピーする。 - NetBeans

To deploy an Axis2 web service to the server: 例文帳に追加

Axis2 Web サービスをサーバーに配備するには、次の手順に従います。 - NetBeans

If you have enabled automatic deployment, the web service is deployed to the server. 例文帳に追加

自動配備を有効にしている場合は、Web サービスがサーバーに配備されます。 - NetBeans

To get the WSDL URL, right-click the web service node and select Properties. 例文帳に追加

WSDL URL を得るには、Web サービスノードを右クリックし、「プロパティー」を選択します。 - NetBeans

Try deploying the web service to the other application server. 例文帳に追加

Web サービスをほかのアプリケーションサーバーにも配備してみます。 - NetBeans

In the Web Service section of the Palette, select the Receive icon. 例文帳に追加

パレットの「Web サービス」セクションで、「受信」アイコンを選択します。 - NetBeans

In the Web Service section of the Palette, select the Reply icon. 例文帳に追加

「パレット」の「Web サービス」セクションで、「返信」アイコンを選択します。 - NetBeans

Several programing models are available to web service developers. 例文帳に追加

Web サービス開発者は、複数のプログラミングモデルを使用できます。 - NetBeans

EJB Web Service Applications Learning Trail - NetBeans Tutorials, Guides and Articles 例文帳に追加

EJB および Web サービスアプリケーションの学習 - NetBeans チュートリアル、ガイド、および記事 - NetBeans

In the Name and Location page, in the Web Service Name field, type LoanProcessor. 例文帳に追加

「名前と場所」ページの「Web サービス名」フィールドに、「 LoanProcessor 」と入力します。 - NetBeans

The IDE creates the web service and opens LoanProcessor in the Source Editor. 例文帳に追加

IDE によって Web サービスが作成され、ソースエディタで LoanProcessor が表示されます。 - NetBeans

Secure and Reliable Web Service Using Metro/GlassFish 例文帳に追加

Metro/GlassFish を使用した、セキュリティー保護された信頼性のある Web サービス - NetBeans

The web service interface for this process is a single synchronous operation. 例文帳に追加

このプロセスの Web サービスインタフェースは、単一の同期操作です。 - NetBeans

In this section you create a servlet that will interact with the web service. 例文帳に追加

この節では、Web サービスと相互作用するサーブレットを作成します。 - NetBeans

Web Service Passing Binary Data, pt 2: Creating the EJB Module 例文帳に追加

バイナリデータを渡す Web サービス (パート 2): EJB モジュールの作成 - NetBeans

Overview, Web Service Passing Binary Data pt 1 - NetBeans IDE 6.1 Tutorial 例文帳に追加

概要: バイナリデータを渡す Web サービス (パート 1) - NetBeans IDE 6.1 チュートリアル - NetBeans

Web Service Application Passing Binary Data, pt 1: Overview 例文帳に追加

バイナリデータを渡す Web サービスアプリケーション (パート 1): 概要 - NetBeans

Finally, you bind the Swing components to the web service client code. 例文帳に追加

最後に、Swing コンポーネントを Web サービスクライアントコードにバインドします。 - NetBeans

End-to-End Binary SOAP Attachment 4: Testing the Web Service 例文帳に追加

エンドツーエンドのバイナリ SOAP アタッチメント 4: Web サービスのテスト - NetBeans

After you deploy the application, you can use it to test the web service. 例文帳に追加

アプリケーションを配備したら、それを使用して Web サービスをテストできます。 - NetBeans

End-to-End Binary SOAP Attachment 3: Creating the Web Service 例文帳に追加

エンドツーエンドのバイナリ SOAP アタッチメント 3: Web サービスの作成 - NetBeans

例文

In the following procedure, you create the web service for this learning trail. 例文帳に追加

次の手順では、この学習用の Web サービスを作成します。 - NetBeans

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS