All Downloads are FREE. Search and download functionalities are using the official Maven repository.

2.0.good.inMsg.xml Maven / Gradle / Ivy

<?xml version="1.0"?>

<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements.  See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership.  The ASF licenses this file
  ~ to you 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.
  -->

<!-- Canned "request" message for use with the "test.wsdl". Provides varied simple
     and complex data that is used to start a test case.
-->

<message
  xmlns:test="uri:testing">

  <!-- PART: StringPart1 type=xsd:string -->
  <StringPart1>abc</StringPart1>

  <!-- PART: StringPart2 type=xsd:string -->
  <StringPart2>
    The quick brown fox jumps over the lazy dog.
  </StringPart2>

  <!-- PART: IntPar1 type=xsd:int -->
  <IntPart1>11</IntPart1>

  <!-- PART: IntPart2 type=xsd:int -->
  <IntPart2>31</IntPart2>

  <!-- PART: TComplex1Part1 type=test:TComplex1 -->
  <TComplex1Part1>
    <test:StringElement>FOO</test:StringElement>
    <test:IntElement>3</test:IntElement>
  </TComplex1Part1>

  <!-- PART: TComplex1Part2 type=test:TComplex1 -->
  <TComplex1Part2>
    <test:StringElement>BAR</test:StringElement>
    <test:IntElement>7</test:IntElement>
  </TComplex1Part2>

  <!-- PART: Complex1Part1 type=test:TComplex1 -->
  <Complex1Part1>
    <test:Complex1>
      <test:StringElement>BAZ</test:StringElement>
      <test:IntElement>13</test:IntElement>
    </test:Complex1>
  </Complex1Part1>

</message>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy