Article Content
Article Number | 000032701 |
Applies To | RSA Product Set: Identity Governance & Lifecycle RSA Version/Condition: 6.9.1, 7.0.x |
Issue | When testing SOAP Web Service AFX connector capabilities (AFX > Connectors > {connector-name} > Test Connector Capabilities) the following error message displays in the user interface: Could not find service named This error is reported in the connector log file, $AFX_HOME/esb/logs/esb.AFX_CONN_{connector-name}_test.log (7.x) or $AFX_HOME/mule/logs/mule.AFX_CONN_{connector-name}_test.log (6.x):
|
Cause | This error will occur if the WSDL namespace contains special characters such as a percent (%) sign or a space. In this case the SOAP Web Service AFX connector does not parse the namespace URL properly.
|
Resolution | This issue is resolved in the following RSA Identity Governance & Lifecycle patches:
|
Workaround |
Replace: namespace=http://schemas.microsoft.com/clr/nsassem/RemoteProgramExits/RemoteProgramExits20Version2C3Dneutral20PublicKeyToken%3Dnull With: namespace="http://schemas.microsoft.com/clr/nsassem/RemoteProgramExits/RemoteProgramExits%2C%20Version%3D1.0.4671.27345%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull"
|