Hi -
I've just started using Policy Server and am trying to connect to it using the SDK.
I've got a very small amount of source code which I took from the API documentation which should literally create the properties & then calls EDCFactory.connect.
When I try and connect I keep getting the error message:
------
Exception connecting to the Server -- An error occured while performing this operation(error code bin: 1, hex: 0x1)
------
I've seen a couple of other people getting this error on this list but haven't really found a solution.
I have imported a new config.xml file to set WebServicesEnabled to true (but not restarted the server - do I need to?), and I've created an external user that I'm using to connect to the policy server (I have also tried with the administrator).
I'm running the client that's connecting on my local machine, and trying to connect to the policy server machine. I can enter the /edcws/services/EDCPolicyService?wsdl url into a web browser from my local machine and I get an xml response, so I presume that the server is contactable.
Can anyone point me in the right direction as to how to debug this issue?