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
{{ message }}
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
SalesforceWebServiceUtil has the ability to create proxy ports via the createProxyPort() method. We need to rethink this as well as the PortInvocationHanlder such that we can either extend or plugin functionality that will allow us to process return values and act accordingly. For example if a web service returns some form of struct that contains error codes, we should be able to plugin and process those values.
The text was updated successfully, but these errors were encountered:
SalesforceWebServiceUtil has the ability to create proxy ports via the createProxyPort() method. We need to rethink this as well as the PortInvocationHanlder such that we can either extend or plugin functionality that will allow us to process return values and act accordingly. For example if a web service returns some form of struct that contains error codes, we should be able to plugin and process those values.
The text was updated successfully, but these errors were encountered: