Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nmrao
Created July 2, 2021 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmrao/3e001382bc107751bddeb84bf641cdc4 to your computer and use it in GitHub Desktop.
Save nmrao/3e001382bc107751bddeb84bf641cdc4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project id="eebc3dce-5ca3-4b3e-a9a7-6e7c96d1c6a6" activeEnvironment="Default" name="Project 5" resourceRoot="" soapui-version="5.4.0" abortOnError="false" runType="SEQUENTIAL"
xmlns:con="http://eviware.com/soapui/config">
<con:settings/>
<con:interface xsi:type="con:RestService" id="9b3366b5-9389-4217-be07-2e71c539e19f" wadlVersion="http://wadl.dev.java.net/2009/02" name="http://localhost:8080" type="rest"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<con:settings/>
<con:definitionCache/>
<con:endpoints>
<con:endpoint>http://localhost:8080</con:endpoint>
</con:endpoints>
<con:resource name="Subscriber" path="/rem/sentinel/api/hssdata/subscriberdata/{subscriber}" id="ef0da114-4ab5-49ba-83f3-26a239e6760c">
<con:settings/>
<con:parameters>
<con:parameter>
<con:name>subscriber</con:name>
<con:value>subscriber</con:value>
<con:style>TEMPLATE</con:style>
<con:default>subscriber</con:default>
<con:path xsi:nil="true"/>
<con:description xsi:nil="true"/>
</con:parameter>
<con:parameter>
<con:name>selectionKey</con:name>
<con:value/>
<con:style>QUERY</con:style>
<con:default/>
<con:description xsi:nil="true"/>
</con:parameter>
<con:parameter>
<con:name>rhinoInstanceId</con:name>
<con:value/>
<con:style>QUERY</con:style>
<con:default/>
<con:description xsi:nil="true"/>
</con:parameter>
</con:parameters>
<con:method name="Subscriber 1" id="8078d34d-d0ef-40f0-9250-54c8bbedb4ff" method="PUT">
<con:settings/>
<con:parameters/>
<con:request name="Request 1" id="69dbe2f7-b8bc-4350-9ca3-673f21146a8d" mediaType="application/xml" postQueryString="false">
<con:settings>
<con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting>
</con:settings>
<con:endpoint>http://localhost:8080</con:endpoint>
<con:request>&lt;hssSubscriberData>
&lt;identify>${#TestCase#SUBSCRIBER}&lt;/identify>
&lt;/hssSubscriberData></con:request>
<con:credentials>
<con:authType>No Authorization</con:authType>
</con:credentials>
<con:jmsConfig JMSDeliveryMode="PERSISTENT"/>
<con:jmsPropertyConfig/>
<con:parameters>
<con:entry key="subscriber" value="${#TestCase#SUBSCRIBER}"/>
<con:entry key="selectionKey" value="${#TestCase#SELECTION_KEY}"/>
<con:entry key="rhinoInstanceId" value="${#TestCase#INSTANCE_ID}"/>
</con:parameters>
<con:parameterOrder>
<con:entry>subscriber</con:entry>
<con:entry>selectionKey</con:entry>
<con:entry>rhinoInstanceId</con:entry>
</con:parameterOrder>
</con:request>
</con:method>
</con:resource>
</con:interface>
<con:testSuite id="30c51120-7bb2-45fa-b70b-211fdb145c97" name="TestSuite 1">
<con:settings/>
<con:runType>SEQUENTIAL</con:runType>
<con:testCase id="117200e2-5a00-4a22-a6e0-f118afe52fd9" failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase 1" searchProperties="true">
<con:settings/>
<con:properties>
<con:property>
<con:name>PHONE_NUMBER</con:name>
<con:value>+12239989312</con:value>
</con:property>
<con:property>
<con:name>INSTANCE_ID</con:name>
<con:value>Local</con:value>
</con:property>
<con:property>
<con:name>SUBSCRIBER</con:name>
<con:value>sip:${#TestCase#PHONE_NUMBER}@ims.mnc130.mcc302.3gppnetwork.org</con:value>
</con:property>
<con:property>
<con:name>SELECTION_KEY</con:name>
<con:value>Metaswitch:::::</con:value>
</con:property>
</con:properties>
</con:testCase>
<con:properties/>
</con:testSuite>
<con:properties/>
<con:wssContainer/>
<con:oAuth2ProfileContainer/>
<con:oAuth1ProfileContainer/>
<con:beforeRunScript/>
<con:sensitiveInformation/>undefined</con:soapui-project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment