On 13-07-18 14:00, Sven Kusig via Users wrote: > exist a WSDL-Document with the possible SOAP-Interface Services and > Types from the Djigzo-Backend ?
There is no SOAP interface specification. The SOAP interface is only used internally and can change between versions (although in practice, the SOAP interface almost never changes). That said, you can get the wsdl by connecting to localhost For example: http://127.0.0.1:9009/userws?wsdl Note: the soap interface by default is only accessible from localhost. See soap.xml for all end-points. Kind regards, Martijn Brinkers -- CipherMail email encryption Email encryption with support for S/MIME, OpenPGP, PDF encryption and secure webmail pull. https://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.ciphermail.com/mailman/listinfo/users
