I need to call webservices from OpenText Content Server in an oracle database.
I have generic example of a pl/sql procedure to call a webservice using soap. I was able to successfully call an oracle webservice using this procedure as a template. All of the examples I've found though of calling specifically Content Server webservices are written in C#. I am not finding any documentation on how to do this from PL/SQL.
Has anybody called OpenText Content Server webservices from an Oracle database from PL/SQL Developer and could point me to some documentation? Calling a webservice is a new arena for me and I am struggling on how to get started.