aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/src/main/config/ajsc-request.xml
blob: 5d09b7a78a5f9c4354a0062c2fa190d8683d3d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<ns1:ErrorTranslationRequest
	xsi:schemaLocation="http://csi.cingular.com/CSI/Namespaces/Types/Private/ErrorTranslationRequest.xsd ErrorTranslationRequest.xsd"
	xmlns:ns1="http://csi.cingular.com/CSI/Namespaces/Types/Private/ErrorTranslationRequest.xsd"
	xmlns:th="http://csi.cingular.com/CSI/Namespaces/Types/Private/Implementation/TransactionHeader.xsd"
	xmlns:err="http://csi.cingular.com/CSI/Namespaces/Types/Public/ErrorResponse.xsd"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<ns1:TransactionHeader>
		<th:applicationId></th:applicationId>
		<th:MessageQualifier>
			<th:messageQualifier></th:messageQualifier>
		</th:MessageQualifier>
		<th:activityCode></th:activityCode>
		<th:sequenceNumber></th:sequenceNumber>
		<th:extendedSequenceNumber></th:extendedSequenceNumber>
		<th:creationDate></th:creationDate>
		<th:transactionDate></th:transactionDate>
		<th:timeToLive></th:timeToLive>
		<th:reasonCode></th:reasonCode>
		<th:systemId></th:systemId>
		<th:operatorId></th:operatorId>
		<th:reference></th:reference>
		<th:replyToAddress></th:replyToAddress>
		<th:originatorId></th:originatorId>
		<th:atlasMessageId></th:atlasMessageId>
	</ns1:TransactionHeader>
	<ns1:operation></ns1:operation>
	<ns1:ServiceEntityFault>
		<err:reportingServiceEntity></err:reportingServiceEntity>
		<err:faultDate></err:faultDate>
		<err:faultSequenceNumber></err:faultSequenceNumber>
		<err:faultLevel></err:faultLevel>
		<err:faultCode></err:faultCode>
		<err:faultDescription></err:faultDescription>
		<err:ServiceProviderRawError>
			<err:code></err:code>
			<err:description></err:description>
			<err:BISError>
				<err:code></err:code>
				<err:description></err:description>
				<err:origination></err:origination>
				<err:severity></err:severity>
			</err:BISError>
		</err:ServiceProviderRawError>
	</ns1:ServiceEntityFault>
	<ns1:conversationID></ns1:conversationID>
	<ns1:partnerName></ns1:partnerName>
	<ns1:isRESTService></ns1:isRESTService>
</ns1:ErrorTranslationRequest>