Tuesday, December 11, 2012

Sample project SoapUI

<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project name="Sample Project" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="countries.webservice.mobilefish.comBinding" type="wsdl" bindingName="{urn:countries.webservice.mobilefish.com}countries.webservice.mobilefish.comBinding" soapVersion="1_1" anonymous="optional" definition="http://www.mobilefish.com/services/web_service/countries.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://www.mobilefish.com/services/web_service/countries.php?wsdl"><con:part><con:url>http://www.mobilefish.com/services/web_service/countries.php?wsdl</con:url><con:content><![CDATA[<definitions name="countries.webservice.mobilefish.com" targetNamespace="urn:countries.webservice.mobilefish.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:countries.webservice.mobilefish.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <schema targetNamespace="urn:countries.webservice.mobilefish.com" xmlns="http://www.w3.org/2001/XMLSchema">
      <complexType name="RegionsData">
        <all>
          <element name="ianacode" type="xsd:string"/>
          <element name="regionname" type="xsd:string"/>
          <element name="latitude" type="xsd:float"/>
          <element name="longitude" type="xsd:float"/>
        </all>
      </complexType>
      <complexType name="RegionList">
        <complexContent>
          <restriction base="SOAP-ENC:Array">
            <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RegionsData[]"/>
          </restriction>
        </complexContent>
      </complexType>
      <complexType name="CountryData">
        <all>
          <element name="ianacode" type="xsd:string"/>
          <element name="countryname" type="xsd:string"/>
          <element name="latitude" type="xsd:float"/>
          <element name="longitude" type="xsd:float"/>
        </all>
      </complexType>
      <complexType name="IANAData">
        <all>
          <element name="ianacode" type="xsd:string"/>
          <element name="countryname" type="xsd:string"/>
        </all>
      </complexType>
      <complexType name="IANAList">
        <complexContent>
          <restriction base="SOAP-ENC:Array">
            <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:IANAData[]"/>
          </restriction>
        </complexContent>
      </complexType>
    </schema>
  </types>
  <message name="countryInfoByIanaRequest">
    <part name="ianacode" type="xsd:string"/>
  </message>
  <message name="countryInfoByIanaResponse">
    <part name="countryinfo" type="tns:CountryData"/>
  </message>
  <message name="regionsInfoByIanaRequest">
    <part name="ianacode" type="xsd:string"/>
  </message>
  <message name="regionsInfoByIanaResponse">
    <part name="regionlist" type="tns:RegionList"/>
  </message>
  <message name="getIANAInfoRequest"/>
  <message name="getIANAInfoResponse">
    <part name="ianalist" type="tns:IANAList"/>
  </message>
  <portType name="countries.webservice.mobilefish.comPort">
    <operation name="countryInfoByIana">
      <input message="tns:countryInfoByIanaRequest"/>
      <output message="tns:countryInfoByIanaResponse"/>
    </operation>
    <operation name="regionsInfoByIana">
      <input message="tns:regionsInfoByIanaRequest"/>
      <output message="tns:regionsInfoByIanaResponse"/>
    </operation>
    <operation name="getIANAInfo">
      <input message="tns:getIANAInfoRequest"/>
      <output message="tns:getIANAInfoResponse"/>
    </operation>
  </portType>
  <binding name="countries.webservice.mobilefish.comBinding" type="tns:countries.webservice.mobilefish.comPort">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="countryInfoByIana">
      <soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#Countries#countryInfoByIana"/>
      <input>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </input>
      <output>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </output>
    </operation>
    <operation name="regionsInfoByIana">
      <soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#Countries#regionsInfoByIana"/>
      <input>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </input>
      <output>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </output>
    </operation>
    <operation name="getIANAInfo">
      <soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#Countries#getIANAInfo"/>
      <input>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </input>
      <output>
        <soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </output>
    </operation>
  </binding>
  <service name="countries.webservice.mobilefish.comService">
    <documentation/>
    <port name="countries.webservice.mobilefish.comPort" binding="tns:countries.webservice.mobilefish.comBinding">
      <soap:address location="http://www.mobilefish.com/services/web_service/countries.php"/>
    </port>
  </service>
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:endpoint>http://PavanH-PC:8088/mockcountries.webservice.mobilefish.comBinding</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#countryInfoByIana" name="countryInfoByIana" bindingOperationName="countryInfoByIana" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:countryInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">IN</ianacode>
      </soapenv:countryInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#countryInfoByIana"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#getIANAInfo" name="getIANAInfo" bindingOperationName="getIANAInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://PavanH-PC:8080/</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:getIANAInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#getIANAInfo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#regionsInfoByIana" name="regionsInfoByIana" bindingOperationName="regionsInfoByIana" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:regionsInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">in</ianacode>
      </soapenv:regionsInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#regionsInfoByIana"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="Manual TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase 1" searchProperties="true" id="ab977f31-31c3-4fb5-9c0d-ad3ac09c48bd"><con:settings/><con:testStep type="request" name="countryIBI"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>countryInfoByIana</con:operation><con:request name="countryIBI"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:countryInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">IN</ianacode>
      </soapenv:countryInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>10000</SLA></con:configuration></con:assertion><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getIANAInfo"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>getIANAInfo</con:operation><con:request name="getIANAInfo"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:getIANAInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="regionsIBA"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>regionsInfoByIana</con:operation><con:request name="regionsIBA"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:regionsInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">IN</ianacode>
      </soapenv:regionsInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>2000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:testSuite name="Automation TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase 1" searchProperties="true" id="7b99676f-9556-45f4-929b-c5f55bdb1457"><con:settings/><con:testStep type="properties" name="Properties"><con:settings/><con:config xsi:type="con:PropertiesStep" saveFirst="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:properties><con:property><con:name>country</con:name><con:value>AS</con:value></con:property></con:properties></con:config></con:testStep><con:testStep type="groovy" name="Select Country"><con:settings/><con:config><script>import com.eviware.soapui.support.*;
import java.io.*;
 String[] countryArray  = ["IN","AS", "AZ","AS"].toArray();

targetUrl = null;
HashMap map = new HashMap();
def dialog = com.eviware.soapui.support.UISupport.createConfigurationDialog( "Select Country" );
def properties = testRunner.testCase.getTestStepByName("Properties");
// create dialog
//dialog.addComboBox( "Environment", envArray, null );
dialog.addComboBox( "Countrys", countryArray, null);
//map.put( "Environment", properties.getPropertyValue("Env"));
map.put( "Countrys", properties.getPropertyValue("country"));
boolean finished = false;
while (!finished)  {
 if (!dialog.show(map))  {
  testRunner.cancel( "Failed to capture entry!" );
  return;
 }
 finished = true;
}
//String targetUrl = new String();
// get version
String country = (String) map.get("Countrys");
properties.setPropertyValue( "country", map.get("Countrys"));

</script></con:config></con:testStep><con:testStep type="request" name="countryIBI"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>countryInfoByIana</con:operation><con:request name="countryIBI"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:countryInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">${Properties#country}</ianacode>
      </soapenv:countryInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>10000</SLA></con:configuration></con:assertion><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getIANAInfo"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>getIANAInfo</con:operation><con:request name="getIANAInfo"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:getIANAInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="regionsIBA"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>countries.webservice.mobilefish.comBinding</con:interface><con:operation>regionsInfoByIana</con:operation><con:request name="regionsIBA"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://www.mobilefish.com/services/web_service/countries.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:regionsInfoByIana soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianacode xsi:type="xsd:string">${Properties#country}</ianacode>
      </soapenv:regionsInfoByIana>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>2000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:mockService port="8088" path="/mockcountries.webservice.mobilefish.comBinding" host="PavanH-PC" name="countries.webservice.mobilefish.comBinding MockService"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.mock.WsdlMockService@require-soap-action">false</con:setting></con:settings><con:mockOperation name="countryInfoByIana" interface="countries.webservice.mobilefish.comBinding" operation="countryInfoByIana"><con:settings/><con:dispatchStyle>SEQUENCE</con:dispatchStyle><con:defaultResponse>Response 1</con:defaultResponse><con:response name="Response 1" encoding="UTF-8"><con:settings/><con:responseContent><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:countryInfoByIanaResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <countryinfo xsi:type="urn:CountryData" xmlns:urn="urn:countries.webservice.mobilefish.com">
            <!--You may enter the following 4 items in any order-->
            <ianacode xsi:type="xsd:string">123</ianacode>
            <countryname xsi:type="xsd:string">INDIA</countryname>
            <latitude xsi:type="xsd:float">12.34</latitude>
            <longitude xsi:type="xsd:float">23.45</longitude>
         </countryinfo>
      </soapenv:countryInfoByIanaResponse>
   </soapenv:Body>
</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#countryInfoByIana"/></con:response><con:dispatchConfig/></con:mockOperation><con:mockOperation name="getIANAInfo" interface="countries.webservice.mobilefish.comBinding" operation="getIANAInfo"><con:settings/><con:dispatchStyle>SEQUENCE</con:dispatchStyle><con:defaultResponse>Response 1</con:defaultResponse><con:response name="Response 1" encoding="UTF-8"><con:settings/><con:responseContent><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:getIANAInfoResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <ianalist xsi:type="urn:IANAList" soapenc:arrayType="urn:IANAData[]" xmlns:urn="urn:countries.webservice.mobilefish.com"/>
      </soapenv:getIANAInfoResponse>
   </soapenv:Body>
</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#getIANAInfo"/></con:response><con:dispatchConfig/></con:mockOperation><con:mockOperation name="regionsInfoByIana" interface="countries.webservice.mobilefish.comBinding" operation="regionsInfoByIana"><con:settings/><con:dispatchStyle>SEQUENCE</con:dispatchStyle><con:defaultResponse>Response 1</con:defaultResponse><con:response name="Response 1" encoding="UTF-8"><con:settings/><con:responseContent><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:regionsInfoByIanaResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <regionlist xsi:type="urn:RegionList" soapenc:arrayType="urn:RegionsData[]" xmlns:urn="urn:countries.webservice.mobilefish.com"/>
      </soapenv:regionsInfoByIanaResponse>
   </soapenv:Body>
</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://schemas.xmlsoap.org/soap/envelope/#Countries#regionsInfoByIana"/></con:response><con:dispatchConfig/></con:mockOperation><con:properties/></con:mockService><con:properties/><con:wssContainer/><con:sensitiveInformation/></con:soapui-project>

No comments:

Post a Comment