Help for this page

Select Code to Download


  1. or download this
    <namesp1:getResponse xmlns:namesp1="http://127.0.0.1/testSoap">
       <s-gensym3>
    ...
          <first xsi:type="xsd:string">Foo</first>
       </s-gensym3>
    </namesp1:getResponse>
    
  2. or download this
      <ns:get_IN xmlns:ns="http://127.0.0.1/testSoap">
        <Map xmlns="http://xml.apache.org/xml-soap">
    ...
          </item>
        </Map>
      </ns:get_IN>
    
  3. or download this
    package testSoap;
                                                                          
    +          
    ...
    }
                                                                          
    +          
    1;
    
  4. or download this
        <message name="getResponse">
            <part name="user" type="apachesoap:Map"/>
    ...
                <output message="tns:getResponse"/>
            </operation>
        </portType>
    
  5. or download this
    <xsd:element maxOccurs="1" minOccurs="0" name="item" type="apachesoap:
    +item"/>
    
  6. or download this
    <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="apa
    +chesoap:item"/>