7.22.5 SOAPサーバー・ウィザードの命名規則

サービスのオペレーション名の規則:

    getEmployees

    selectActiveAccount

SOAPサーバー・タイプの規則:

以下はエレメント/変数名の例です。

    date

    amount

    sentDate

    active_status

org.apache.axis.utils.JavaUtils.xmlNameToJava ( xmlName )

また、以下も参照してください。

SOAPサーバー Wizardが生成したbeanクラスの例

Apache Axis WSDL2Javaが生成したbeanクラスの例