|
Web service |
| Operation | SOAP message |
| createSelfSignedSSLCertificates(..) |
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:createSelfSignedSSLCertificates> <countryCode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">nl</countryCode> <stateName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Noord-Holland</stateName> <localityName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Zaandam</localityName> <organizationName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Mobilefish.com</organizationName> <organizationUnit soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Research and Development</organizationUnit> <commonName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">www.mobilefish.com</commonName> <emailAddress soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">[email protected]</emailAddress> <passphrase soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">mysecret</passphrase> <privateKeyBitSize soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:integer">1024</privateKeyBitSize> <daysCertificateIsValid soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:integer">365</daysCertificateIsValid> </soapenv:createSelfSignedSSLCertificates> </soapenv:Body> </soapenv:Envelope> |