1016万例文収録!

「Webサービス」に関連した英語例文の一覧と使い方(10ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Webサービスの意味・解説 > Webサービスに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

Webサービスを含む例文一覧と使い方

該当件数 : 638



例文

Thus, correlation sets are used to support stateful collaboration between web services in a standardized, implementation independent way.例文帳に追加

したがって、Web サービス間のステートフルなコラボレーションを、実装に依存しない標準の方法でサポートするために相互関係セットが使用されます。 - NetBeans

Drag a web service node from an EJB project or a Web Application project in the Projects window to the diagram. 例文帳に追加

「プロジェクト」ウィンドウの EJB プロジェクトまたは Web アプリケーションプロジェクトから図に Web サービスノードをドラッグします。 - NetBeans

Note: When you drag the web service node, the BPEL Designer retrieves the WSDL file from the Application Server.例文帳に追加

注: Web サービスノードをドラッグすると、BPEL デザイナーは、アプリケーションサーバーから WSDL ファイルを取得します。 - NetBeans

To successfully retrieve the WSDL file, the Application Server has to be running and the web service project must be deployed.例文帳に追加

WSDL ファイルを正常に取得するには、アプリケーションサーバーが実行されていて、かつ Web サービスプロジェクトが配備されている必要があります。 - NetBeans

例文

When you drag the Partner Link element, a WSDL file node, or a web service node to the diagram, the Partner Link Property Editor appears.例文帳に追加

パートナーリンク要素、WSDL ファイルノード、または Web サービスノードを図にドラッグすると、パートナーリンクプロパティーエディタが表示されます。 - NetBeans


例文

The Partner Link Property Editor also appears when you drag the Partner Link element,a WSDL file node, or a web service node to the diagram.例文帳に追加

パートナーリンクプロパティーエディタは、パートナーリンク要素、WSDL ファイルノード、または Web サービスノードを図にドラッグしても表示されます。 - NetBeans

These variables correspond to web service message types that are defined in WSDL files imported by the process. 例文帳に追加

これらの変数は、プロセスによってインポートされた WSDL ファイルの中で定義されている Web サービスメッセージ型に対応します。 - NetBeans

To specify the proxy server, click Proxy Settings in the Web Service Client wizard and set your proxy host and port number.例文帳に追加

その場合は、「Web サービスクライアント」ウィザードで「プロキシを設定」をクリックし、プロキシのホストとポート番号を設定します。 - NetBeans

The Projects window shows that a web service called 'check' has made the operation 'CheckTextBody'available to your application. 例文帳に追加

この「プロジェクト」ウィンドウは、「check」という Web サービスにより、アプリケーションで「CheckTextBody」操作が利用可能になったことを示しています。 - NetBeans

例文

The Files window shows the client stubs that were generated by the JAX-WS Web Service Client wizard.Developing the Client 例文帳に追加

「ファイル」ウィンドウには、JAX-WS Web サービスクライアントのウィザードによって生成されたクライアント用スタブが表示されています。 - NetBeans

例文

Our JSP page will consist of a text area, where the user will enter text,and a button for sending the text to the web service. 例文帳に追加

今回の JSP ページは、ユーザーがテキストを入力するテキスト領域と、そのテキストを Web サービスに送信するボタンの単純な構成にします。 - NetBeans

The feature consists of a wizard that lets you generate JavaScript client stubs from RESTful Web Service resource classes.例文帳に追加

この機能には、RESTful Web サービスのリソースクラスから JavaScript クライアントのスタブを生成するウィザードがあります。 - NetBeans

When you do this,you are simplifying the process by which client applicationsaccess RESTful web services. 例文帳に追加

これを実行すると、RESTful Web サービスにアクセスするクライアントアプリケーションを指定することで、処理が簡略化されます。 - NetBeans

In this section, we use a wizard to create RESTful web services from the entity classes we created in the previous section.例文帳に追加

この節では、ウィザードを使用して、前の節で作成したエンティティークラスから RESTful Web サービスを作成します。 - NetBeans

Note: If the above item is not available, you need to install the RESTful WebServices plugin, as described at the start of this tutorial.例文帳に追加

注: この項目が使用できない場合は、このチュートリアルの最初に説明したように、RESTful Web サービスのプラグインをインストールする必要があります。 - NetBeans

In the New RESTful Web Services from Entity Classes wizard, click Add All and then click Next.The Generated Classes page opens.例文帳に追加

「新規 エンティティークラスからの RESTful Web サービス」で、「すべてを追加」をクリックし、「次へ」をクリックします。 「生成されるクラス」ページが開きます。 - NetBeans

In this section, we use the GlassFish Tester application as a test client for the RESTful web services we created in the previous section.例文帳に追加

この節では、前の節で作成した RESTful Web サービスのテストクライアントとして GlassFish Tester アプリケーションを使用します。 - NetBeans

We then use a wizard to create JavaScript client stubs that will interact with our RESTful web services.例文帳に追加

次にウィザードを使用して、これまでに作成した RESTful Web サービスと連係する JavaScript のクライアントスタブを作成します。 - NetBeans

For more information about using NetBeans IDE to develop RESTful web services, SaaS, and other Java EE applications, see the following resources: 例文帳に追加

NetBeans IDE を使用して RESTful Web サービス、SaaS、およびその他の Java EE アプリケーションを開発する方法の詳細については、次のリソースを参照してください。 - NetBeans

In the following procedure, you create an Enterprise Java Bean (EJB) that contains the images that will be passed by the web service as binary data. 例文帳に追加

次の手順では、Web サービスによってバイナリデータとして渡されるイメージを含むエンタープライズ Java Bean (EJB) を作成します。 - NetBeans

In the next section, you create a web service that delegates to the EJB module, in order to retrieve the images at the appropriate points in the code.Next step:例文帳に追加

次の節では、コード内の適当な場所でイメージを取得するために、EJB モジュールに移譲する Web サービスを作成します。 次の手順: - NetBeans

At the end of this tutorial, you will have a running Java Swing application that consumes the EJB module's images via a webservice, with the result displayed below.例文帳に追加

このチュートリアルの最後では、Web サービス経由で EJB モジュールのイメージを使用する Java Swing アプリケーションを実行し、次の結果を得ます。 - NetBeans

The goal of this exercise is to create a client for the web service you previously created and deployed, and then add a GUI interface to that client. 例文帳に追加

ここでの目標は、すでに作成、配備した Web サービスのクライアントを作成し、そのクライアントに GUI インタフェースを追加することです。 - NetBeans

Within this application, you create a client that consumes the web service you created and modified in previous tutorials. 例文帳に追加

このアプリケーション内で、前のチュートリアルで作成および変更した Web サービスを使用するクライアントを作成します。 - NetBeans

The Swing application starts up and, after a moment,is filled with the images received from the web service.Next Step: 例文帳に追加

Swing アプリケーションが起動し、しばらくすると Web サービスから受信されるイメージが表示されます。 次の手順: - NetBeans

In the following procedure, you create a web application containing both the EJB module and the web service you created in earlier tutorials. 例文帳に追加

次の手順では、前のチュートリアルで作成した EJB モジュールと Web サービスを両方含む Web アプリケーションを作成します。 - NetBeans

album in Package Name.Select Create Web Service from Existing Session Bean and then browse to the EJB module and select it, as below.例文帳に追加

「既存のセッション Bean から Web サービスを作成」を選択し、次に示すように EJB モジュールを参照して選択します。 - NetBeans

In the following procedure, you create modified WSDL and XML Schema files for the web service that you created in a previous tutorial. 例文帳に追加

次の手順では、前のチュートリアルで作成した Web サービス用に、変更した WSDL ファイルと XML スキーマファイルを作成します。 - NetBeans

If you used the defaults when creating and deploying the web service,the WSDL file should be here.例文帳に追加

Web サービスを作成および配備するときに、デフォルト値を使用した場合は、次の場所に WSDL ファイルが作成されるはずです。 - NetBeans

Now, when you redeploy the web service to the Tester application, and invoke one of the operations, you will see that an image is correctly returned:例文帳に追加

これで、Tester アプリケーションに Web サービスを配備し、いずれかのオペレーションを呼び出すと、イメージが正しく返されます。 - NetBeans

In order for you to deploy Axis2 web services to an application server, the server needs a copy of an axis2.war (Web ARchive) file. 例文帳に追加

Axis2 Web サービスをアプリケーションサーバーに配備するため、サーバーには axis2.war (Web ARchive) ファイルのコピーが必要です。 - NetBeans

You can deploy Axis2 web services to the GlassFish application server although Tomcat is significantly faster. 例文帳に追加

Tomcat のほうが大幅に高速ではありますが、GlassFish アプリケーションサーバーに Axis2 Web サービスを配備することもできます。 - NetBeans

To do this, we will first edit the token profile for the Access Manager and then configure the web service provider and client. 例文帳に追加

これを行うには、最初に Access Manager のトークンプロファイルを編集してから、Web サービスプロバイダおよびクライアントを構成します。 - NetBeans

To do this, you first edit the token profile for the Access Manager and then configure the web service provider and client. 例文帳に追加

これを行うには、最初に Access Manager のトークンプロファイルを編集してから、Web サービスプロバイダおよびクライアントを構成します。 - NetBeans

Click the Add button to add a UserNameToken record for the web service client.The Add User dialog box opens. 例文帳に追加

「追加」ボタンをクリックして Web サービスクライアントの UserNameToken レコードを追加します。 「ユーザーを追加」ダイアログが開きます。 - NetBeans

For answers to any other questions you might have about securing web services by using NetBeans IDE 6.0, see NetBeansUserFAQ in the NetBeans wiki. 例文帳に追加

NetBeans IDE 6.0 を使用した Web サービスのセキュリティー保護に関して生じる可能性のあるその他の疑問の回答については、NetBeans wiki の「NetBeansUserFAQ」を参照してください。 - NetBeans

(See this page for information on MTOM/XOP.)Before Java EE 5 technology, defining a web service required long, unwieldy descriptors.例文帳に追加

Java EE 5 テクノロジが登場するまでは、Web サービスを定義するのに、長くて扱いにくい記述子が必要でした。 - NetBeans

Because web service invocations take place over a network, such calls can take unpredictable lengths of time.例文帳に追加

Web サービスの呼び出しはネットワーク上で行われるため、こうした呼び出しにかかる時間は予測できません。 - NetBeans

For your convenience, when importing a WSDL document, you can requireasynchronous methods to be generated for any of the operations defined by the web service. 例文帳に追加

WSDL ドキュメントのインポート時には、Web サービスによって定義された任意のオペレーションのために、非同期メソッドを生成するよう要求できます。 - NetBeans

Note that asynchronous invocation support is entirely implemented on the client side, so no changes are required to the target web service.例文帳に追加

非同期呼び出しのサポートはすべてクライアント側に実装されるため、対象の Web サービスには変更は必要ありません。 - NetBeans

A follow-up to the release of Java API for XML-based RPC 1.1(JAX-RPC), JAX-WS simplifies the task of developing web services using Java technology.例文帳に追加

JAX-RPC (Java API for XML-based RPC 1.1) の追加リリースである JAX-WS は、Java テクノロジを使用した Web サービスの開発作業を簡素化します。 - NetBeans

The three clients are a Java class in a Java SE application,a servlet, and a JSP page in a web application.例文帳に追加

このドキュメントで作成する 3 つのクライアントは別々のアプリケーションですが、同じ Web サービスを使用します。 - NetBeans

The Projects window displays the structure of the new web service and the visual designer is shown in the editor area.例文帳に追加

「プロジェクト」ウィンドウに新しい 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

Drag your selection (LoanProcessor web service node) from the Projects window to the Design view.The Create New Partner Link dialog box opens. 例文帳に追加

「プロジェクト」ウィンドウからデザインビューに、選択した項目 (「 LoanProcessor 」Web サービスノード) をドラッグします。 「新規作成 パートナーリンク」ダイアログが開きます。 - NetBeans

In the Web Service section of the Palette, select the Invoke icon and drag your selection to the Design area below the ReceiveFromCustomer activity. 例文帳に追加

「パレット」の「Web サービス」セクションで「呼び出し」アイコンを選択し、選択したアイコンを ReceiveFromCustomer アクティビティーの下のデザイン領域までドラッグします。 - NetBeans

This tutorial describes how you can use NetBeans IDE to create a mobile client application that consumes a web service.例文帳に追加

このチュートリアルでは、NetBeans IDE を使用して、Web サービスを消費するモバイルクライアントアプリケーションを作成する方法を説明します。 - NetBeans

For Mobile ClientUses, select Web Service Client in Web Application and selectDailyDiblert.asmx, as shown here: 例文帳に追加

次に示すように、「モバイルクライアントの使用」で「Web アプリケーション内の Web サービスクライアント」を選択し、「DailyDiblert.asmx」を選択します。 - NetBeans

You add SaaS operations to PHP files by dragging the operation from the Web Service Manager in the Services window and dropping it into the body of your PHP file. 例文帳に追加

「サービス」ウィンドウの Web サービスマネージャーから操作をドラッグして PHP ファイルの本文にドロップし、SaaS 操作を PHP ファイルに追加します。 - NetBeans

例文

This wizard creates stub (client-side proxy) files and, optionally,a sample client MIDlet that calls a web service. 例文帳に追加

このウィザードは、スタブ (クライアント側プロキシ) ファイルと、Web サービスを呼び出すサンプルクライアント MIDlet (任意) を作成します。 - NetBeans

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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