Skip to main content
Version: 7.2402.x.x RR

SOAP request samples

This chapter contains various sample requests for specific use cases. They may not cover all available SOAP methods. The listed examples have been chosen because they cover often deployed use cases of the Nevis Security Suite customers.

Note that only the content of the SOAP request's body will be listed. The complete request looks as follows:

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v1="http://adnovum.ch/nevisidm/ws/services/v1">
<soapenv:Header/>
<soapenv:Body>
<!-- START of body content -->
<v1:createApplication>
<request>
<application>
<name>testApp1</name>
<url>/abc/def</url>
</application>
<assignedClients>
<name>Default</name>
</assignedClients>
</request>
</v1:createApplication>
<!-- END of body content -->
</soapenv:Body>
</soapenv:Envelope>