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
Hi Tony,
I pulled your fork of wsdl2objc and trying to get it to work with a webservice that requires a username and password. I see that authUser and authPassword is no longer available in your version as it was in the original version (but the origin version is so old that its generated no longer compiles.) wondering what's going on with this.
thanks in advance!
Wilson
The text was updated successfully, but these errors were encountered:
That was actually changed in the upstream branch I started from. Setting authenticationProperties on the binding to a BasicSSLCredentialsManager appears to be the "new" way to set the username and password.
Hi Tony,
I pulled your fork of wsdl2objc and trying to get it to work with a webservice that requires a username and password. I see that authUser and authPassword is no longer available in your version as it was in the original version (but the origin version is so old that its generated no longer compiles.) wondering what's going on with this.
thanks in advance!
Wilson
The text was updated successfully, but these errors were encountered: