getUserStatusRequest SoapUI
search cancel

getUserStatusRequest SoapUI

book

Article ID: 186915

calendar_today

Updated On:

Products

CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort) CA Strong Authentication CA Rapid App Security CA Risk Authentication CA Advanced Authentication

Issue/Introduction

We are trying to make a getUserStatusRequest with SoapUI but we received this errror: Method 'msgs:getUserStatusRequest' not implemented: method name or namespace not recognize.
when

Could you please explain why? where we are wrong?
FullVersion=9.0.0.75
InstalledProducts=CA Strong Authentication


Environment

Release : 9.0

Component : AuthMinder(Arcot WebFort)

Cause

The port number used to send the request is not correct.

Resolution

UDS is an application which is deployed in some Application Server and it uses the Application server port to get/send the request and responses. It does not use any Strong Auth or Risk Auth ports so if you are using Tomcat as application and port used there is 8080, the Soap request should use that port to send the request. Here is a sample from Weblogic instance which uses 7001 port number.