IntegrationHub での SOAP Step の設定Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この記事では、IntegrationHub で SOAP Step を構成する方法について説明します。 この例では、ある ServiceNow インスタンスから別の ServiceNow インスタンスに outbound SOAP コールが行われます。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Orlando Instructions<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 1. IntegrationHub Plugin をインストール プラグインをインストールするには、ドキュメントに従ってください: ここをクリック 2.Connection & Credential Aliases の作成 [Connection & Credential Aliases] >-[新規]-> に移動し、フォームに入力します。 3.上記の手順で作成した「Connection & Credential Aliases」を開きます:>接続:>新規:認証情報の下に>>Basic Auth Credentials(またはエンドポイントで構成されているその他の Credentials タイプ)を作成します。 以下の 2 つのスクリーンショットを参照してください。 4. Flow Designer -> Designer -> Actions -> New -> Action -> 名前を入力して保存します。 5. Inputs -> Select Step to Add -> Integrations -> SOAP の下にある「+」記号をクリックします。以下の画面を参照してください: 6.接続 -> 接続エイリアスを使用 7.接続エイリアス:>手順 2 で選択したものを選択します (画像参照:SOAP_Step_Action) 8.Endpoint は接続レコード(https://xxxxxxxxx.service-now.com/incident.do?SOAP)からロードされます スクリーンショットを確認: 9.[Request Details] の下: Build Envelope: From WSDL Select WSDL: Load New WSDL オプションを使用して WSDL operations をロードします。[新しい WSDL のロード] をクリックし、WSDL 情報を入力します。WSDL がロードされると、Operation の下に利用可能な operations の一覧が表示されます。以下のスクリーンショットを確認してください。 Operation の選択に基づいて、SOAP Action および SOAP Envelope が入力されます。 10. SOAP input variables を渡す場合は、Data Pill を使用して input variables を SOAP Envelope にマッピングする必要があります。 たとえば、2 つの input variables を作成し、それらを SOAP Envelope に渡します。以下の 2 つのスクリーンショットを参照してください。 -> Create Input Variables: -> Use in SOAP Envelope: これで、ターゲットインスタンスに Incident を作成する準備ができました。右上から Action をテストし、Test をクリックして input variables を渡し、Run Test をクリックします。