-1

私はSOAPが初めてです。以下のような SOAP ヘッダーを生成するにはどうすればよいですか?

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header>
        <t:Transaction xmlns:t="xxs">
            <tc>
                <iden u="Test" p="TEMP001" city="code" role="Agent" />
                <agent user="user1" />
                <trace>trace001</trace>
                <script name="test" />
            </tc>
        </t:Transaction>
    </SOAP-ENV:Header>
</SOAP-ENV:Envelope>
4

1 に答える 1