VIP User Services SOAP API Failure
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/vipusers... service
Thanks!
Comments 3 Comments • Jump to latest comment
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?
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/1...
Regards,
Matt
The documents provided by symantec not always updated...
Would you like to reply?
Login or Register to post your comment.