Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSMDirect のバージョン番号を表示するには、引数を指定せずにプログラムを呼び出します。HTML のバージョン情報を示すページが返されます。

http://mycompany/cgi-bin/jsmdirect

http://mycompany/cgi-bin/jsmdirect.exe

JSMDirect を使用する場合、LANSA ファンクションを以下のように呼び出すことができます。

http://mycompany/cgi-bin/jsmdirect?appname

http://mycompany/cgi-bin/jsmdirect?service=appname

http://mycompany/cgi-bin/jsmdirect.exe?appname

http://mycompany/cgi-bin/jsmdirect.exe?service=appname

例えば、ORDERENTRY ファンクションの実行は以下のようになります。

http://mycompany/cgi-bin/jsmdirect?orderentry

http://mycompany/cgi-bin/jsmdirect?service=orderentry

http://mycompany/cgi-bin/jsmdirect.exe?orderentry

http://mycompany/cgi-bin/jsmdirect.exe?service=orderentry

JSMDIRECTプログラムは、appnameに基づいて実行されるLANSAファンクションを探します。

...