機械翻訳について

ロケーションの削除

このユース・ケースでは、ロケーションを削除します。

操作: deleteLocation

リクエスト本文

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/applicationModule/types/" xmlns:loc="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/" xmlns:par="http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/" xmlns:sour="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/sourceSystemRef/" xmlns:loc1="http://xmlns.oracle.com/apps/cdm/foundation/parties/flex/location/">
	<soapenv:Header/>
	<soapenv:Body>
		<typ:createLocation>
			<typ:location>
				<loc:Country>US</loc:Country>
				<loc:Address1>1 Sample St</loc:Address1>
				<loc:City>Columbia</loc:City>
				<loc:PostalCode>29210</loc:PostalCode>
				<loc:State>South Carolina</loc:State>
				<loc:CreatedByModule>HZ_WS</loc:CreatedByModule>
			</typ:location>
		</typ:createLocation>
	</soapenv:Body>
</soapenv:Envelope>

レスポンス本文

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/applicationModule/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/applicationModule//LocationService/deleteLocationResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:ba26aaa2-c39e-4727-9204-1b02ab49ae18</wsa:MessageID>
   </env:Header>
   <env:Body>
   	<ns0:deleteLocationResponse xmlns:ns0="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/applicationModule/types/">
   		<ns2:result xsi:type="ns0:MethodResult" xmlns:ns2="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/applicationModule/types/" xmlns:ns1="http://xmlns.oracle.com/apps/cdm/foundation/parties/locationService/" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:ns0="http://xmlns.oracle.com/adf/svc/types/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
   	</ns0:deleteLocationResponse>
   </env:Body>
</env:Envelope>