You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On request of a user I started migrating my Nextcloud auth app for ISPConfig from php-soap to this library. SpicyWeb-de/nextcloud-user-ispconfig#13
Without depending on php-soap, the app can be more easily used in shared hosting environments, so I see nusoap as big enhancement.
Migration went quite smooth so far.
I struggle just with one API call that is required to change users passwords. The server responds with
array(2) {
["faultcode"]=>
string(15) "SOAP-ENV:Server"
["faultstring"]=>
string(43) "Cannot use object of type stdClass as array"
}
This appears only with the nusoap call. the php-soap call still works as expected.
Do you have any Idea what could cause this problem or what I can do to fix it?
This is a var_dump of the params given to the nusoap call. I cannot see anything that looks line a std object.
On request of a user I started migrating my Nextcloud auth app for ISPConfig from php-soap to this library.
SpicyWeb-de/nextcloud-user-ispconfig#13
Without depending on php-soap, the app can be more easily used in shared hosting environments, so I see nusoap as big enhancement.
Migration went quite smooth so far.
I struggle just with one API call that is required to change users passwords. The server responds with
Here is my migration:
This appears only with the nusoap call. the php-soap call still works as expected.
Do you have any Idea what could cause this problem or what I can do to fix it?
This is a var_dump of the params given to the nusoap call. I cannot see anything that looks line a std object.
The text was updated successfully, but these errors were encountered: