Das ist ist die Beschreibung von LC wsdl:
ZitatAlles anzeigen<element name="HostingMailboxAdd">
<complexType>
<sequence>
<element name="auth" type="tns:AuthData"/>
<element name="subscription" type="xsd:string"/>
<element name="name" type="xsd:string"/>
<element name="domain" type="xsd:string"/>
<element name="alias" type="xsd:string" minOccurs="0" maxOccurs="10"/>
<element name="mailbox" type="xsd:integer"/>
<element name="password" type="xsd:string" minOccurs="0"/>
<element name="weblogin" type="xsd:integer" minOccurs="0"/>
<element name="quota" type="xsd:integer" minOccurs="0"/>
<element name="forward" type="xsd:string" minOccurs="0" maxOccurs="25"/>
<element name="autoresponder" type="xsd:integer"/>
<element name="autosubject" type="xsd:string" minOccurs="0"/>
<element name="automessage" type="xsd:string" minOccurs="0"/>
<element name="greylisting" type="xsd:integer" minOccurs="0"/>
</sequence>
</complexType>
</element>
<element name="HostingMailboxAddResponse">
<complexType>
<sequence>
<element name="id" type="xsd:string"/>
<element name="folder" type="xsd:string" minOccurs="0"/>
</sequence>
</complexType>
</element>
<element name="HostingMailboxEdit">
<complexType>
<sequence>
<element name="auth" type="tns:AuthData"/>
<element name="subscription" type="xsd:string"/>
<element name="name" type="xsd:string"/>
<element name="domain" type="xsd:string"/>
<element name="alias" type="xsd:string" minOccurs="0" maxOccurs="10"/>
<element name="mailbox" type="xsd:integer"/>
<element name="password" type="xsd:string" minOccurs="0"/>
<element name="weblogin" type="xsd:integer" minOccurs="0"/>
<element name="quota" type="xsd:integer" minOccurs="0"/>
<element name="forward" type="xsd:string" minOccurs="0" maxOccurs="25"/>
<element name="autoresponder" type="xsd:integer"/>
<element name="autosubject" type="xsd:string" minOccurs="0"/>
<element name="automessage" type="xsd:string" minOccurs="0"/>
<element name="greylisting" type="xsd:integer" minOccurs="0"/>
</sequence>
</complexType>
Laut http://www.liveconfig.com/de/h…e.HostingMailboxEdit.html ist f[r HostMailboxEdit u.a. Parameter 'address' notwendig.
Beim Aufruf laut WSDL Specs, ich bekomme die Fehler 'Invalid token'. Andererseits, beim Aufruf laut LC-Docs, bekommt man die Fehler ' Field 'address' may not be null'.
Debug-Logs geben keine Informationen aus.