cancel
Showing results for 
Search instead for 
Did you mean: 

jax-ws based services list

mitpatoliya
Star Collaborator
Star Collaborator
Hi All,

This is what I assume Alfresco has exposed its repository via various services.
Where some are jax-ws based and some are jax-rpc based.
Is this correct?

CMIS based services can be categorized under which?
SOAP based services in alfresco are jax-ws or jax-rpc based.

Yes,then is there any place where I can get list of jax-ws based services list?
Actually I wanted to avoid the jax-rpc based services.

I am using alfresco 3.4.d version.

I hope Alfresco Engineers can provide some insight in that.
Thanks in advance.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
There are some old SOAP based web services which are plain boring SOAP based stuff.   No JAX-RPC, Or JAX-WS.

What you should probably be looking at instead is either the CMIS API which has a JAXWS SOAP binding if you really want to interact a low level.

Or the REST api, and avoid SOAP altogether.

WSDL files are in the SDK.

mitpatoliya
Star Collaborator
Star Collaborator
Well,I do understand it is best to use the REST based services.
But problem is we have already developed the application where we are using the mixture of CMIS based services and some of the SOAP services we are using because our application is using remote alfresco instance.
So it will be kind of more refactoring to migrate on REST based services.
And whenever we wanted to use the remote SOAP services we need to set endpoint in the WebserviceFactory right?
So,when we try to set endpoint in java we need to have jaxrpc.jar in our classpath.
I wanted to avoid this.
This is my main concern.