VIP (Validation ID Protection)

 View Only
  • 1.  VIP User Services SOAP API Failure

    Posted Nov 16, 2012 04:30 PM

    I'm trying to run the example in the VIP Userservices API.  The wsdl2java and compile steps seemed to go fine.  When I run the program, however, I am getting:

     

    Exception in thread "main" org.apache.axis2.AxisFault: Cannot find dispatch method for {http://schemas.verisign.com/vip/2011/04/vipuserservices}GetServerTimeRequest
        at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
        at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
        at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at com.verisign.vipuser.QueryServiceStub.getServerTime(QueryServiceStub.java:1025)
        at VIPClient.main(VIPClient.java:49)
     

    I could use some more specific examples around calling into the evaluateRisk operation as well.  Which I think is in the

    https://vipuserservices-auth.verisign.com/vipuserservices/AuthenticationService_1_1 service

    Thanks!
     



  • 2.  RE: VIP User Services SOAP API Failure

    Posted Nov 27, 2012 12:08 AM

    Can you provide the sample request or request you are attempting to call? For the Evaluate Transaction Risk, what kind specific examples are you looking for? Can you provide more details?



  • 3.  RE: VIP User Services SOAP API Failure

    Posted Nov 27, 2012 09:07 AM

    Kequa,

    Thank you for your concern.  I was able to address the issue.  I kept tinkering with the example.  I think the issue was the versioning on service.  Once I updated the sample code to /vipuserservices/QueryService_1_1, (from 1_0) I was able to move forward. 

    I've started blogging on the risk services if anyone else is looking for examples.

    http://enterprise-entitlements.blogspot.com/2012/11/risk-based-access-control-part-one.html

    Regards,

    Matt



  • 4.  RE: VIP User Services SOAP API Failure

    Posted Jan 05, 2013 03:30 AM

    The documents provided by symantec not always updated...