Search code examples
ldapopendsdsml

Hosting DSML SOAP Endpoint


I have an OpenDS directory service (LDAP) and OpenDS' DSML Gateway installed. I'm able to successfully connect to my DSML gateway via JXplorer (so I know it's up). Now what I'd like to do is be able to host that gateway as a SOAP endpoint w/ WSDL so I can hit it via SoapUI. Am I missing an easy way to make that happen or do I need to code my own service to deploy?


Solution

  • The DSML Gateway actually hosts under 8080. It was a matter of getting the header right and it was a SOAP call away. No coding needed.