| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!-- Copyright 2004 The Apache Software Foundation | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software | |
| distributed under the License is distributed on an "AS IS" BASIS, | |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| See the License for the specific language governing permissions and | |
| limitations under the License. --> | |
| <SOAP-ENV:Envelope | |
| xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | |
| xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <SOAP-ENV:Body> | |
| <ItemLookupResponse xmlns="http://foobaz.com/"> | |
| <OperationRequest> | |
| <HTTPHeaders> | |
| <Header Name="UserAgent" Value="XFire Client +http://xfire.codehaus.org"/> | |
| </HTTPHeaders> | |
| <RequestId>123456</RequestId> | |
| <Arguments> | |
| <Argument Name="Service" Value="AWSECommerceService"/> | |
| </Arguments> | |
| <RequestProcessingTime>1234</RequestProcessingTime> | |
| </OperationRequest> | |
| <Items> | |
| <Request> | |
| <IsValid>True</IsValid> | |
| <ItemLookupRequest> | |
| <IdType>xyz</IdType> | |
| <ItemId>123</ItemId> | |
| </ItemLookupRequest> | |
| </Request> | |
| <Item> | |
| <ASIN>123</ASIN> | |
| <DetailPageURL>http://xmlbeans.apache.org</DetailPageURL> | |
| <ItemAttributes> | |
| <Author>Apache</Author> | |
| <Author>xmlbeans</Author> | |
| <ProductGroup>Book</ProductGroup> | |
| <Title>XmlBeans Apache Org</Title> | |
| </ItemAttributes> | |
| </Item> | |
| </Items> | |
| </ItemLookupResponse> | |
| </SOAP-ENV:Body> | |
| </SOAP-ENV:Envelope> |