13
MULE MICROSOFT SHAREPOINT 2010 CONNECTOR BY – ANKUSH SHARMA

Mule Microsoft Share Point 2010 Connector

Embed Size (px)

Citation preview

Page 1: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTORBY – ANKUSH SHARMA

Page 2: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010

• Microsoft SharePoint is a web application platform for content and document management, intranet portals, collaboration, extranets, websites,and enterprise search. The Microsoft SharePoint connector for Anypoint platform enables integration with SharePoint 2010 through its SOAP API.

Page 3: Mule Microsoft Share Point 2010 Connector

SUPPORTED OPERATIONS

• Lists and List Items API: Create, delete, retrieve, and update lists and list items.• Files and Folders API: Create, delete, retrieve folders. Add,

retrieve content, retrieve metadata, delete, check out, undo check out, check in, publish, unpublish, approve, deny, and copy files.

Page 4: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONFIGURATION WIZARD (GENERAL TAB) (CONT.)

Page 5: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONFIGURATION WIZARD (GENERAL TAB)• Following are the options on general tab –• Display Name – The name of the connector to be displayed in Mule

flow.• Connector Configuration – The reference to the global connector

configuration.• Operation – Determines the operation to be performed on Microsoft

server.

Page 6: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (GENERAL TAB) (CONT.)

Page 7: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (GENERAL TAB)• Following are the options on general tab –• Name – The name of the global connector configuration.• Username – The username provided by Microsoft(without domain).• Password – Password used to authenticated the user.• Site Url – Sharepoint endpoint URL.• Security Token Service URL – Security Token Service URL to use for

claims authentication.• Sts App Identifier – Application Identifier configured for this Sharepoint

Site in the Sts.• Domain – The domain of the service provider.

Page 8: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (POOLING PROFILE TAB) (CONT.)

Page 9: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (POOLING PROFILE TAB)• Mule Microsoft Sharepoint connector configuration’s pooling profile tab contains

following properties –• Use default connection pool config – This radio button is used enable default connection pooling

setting of this connector.• Define connection pool config – Radio button used to create custom connection pooling settings.

• Max active – Property which define how many connections can be there in connection pool.• Max idle – Defines maximum number of connections that can be idle.• Initialization policy – Defines how to initialize new connections.• Exhausted action – Defines how to release a connection after usage.• Max wait – Maximum time to wait for a new connection to be available.• Min eviction time – Minimum amount of time a connection can sit idle for.

Page 10: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (RECONNECTION TAB) (CONT.)

Page 11: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONNECTOR CONFIGURATION WIZARD (RECONNECTION TAB)• The Reconnection tab contains following properties –

• Do not use a Reconnection Strategy – This is the default radio button which specifies do not try to reconnect if there is error connecting to the web address URL.

• Standard Reconnection – Use this radio button to enable a standard reconnection strategy.• Frequency (ms) – The frequency time in milliseconds after which the connector will try to access the web

address URL.• Reconnect Attempts – This tells how many times the AJAX connector will try to connect to web address URL.• Reconnector Forever – Check this box if there is need to make connector connect to web address URL until

there is a successful connection with it.• Custom Reconnection – Use this radio button to create a custom Reconnection strategy.

• Class – The java class which will come in action after a failed connection attempt.• Run the connection in a separated thread – Check this box if there is need to use this custom reconnection

operation in separate thread.

Page 12: Mule Microsoft Share Point 2010 Connector

MULE MICROSOFT SHAREPOINT 2010 CONNECTOR – CONFIGURATION WIZARD (NOTES TAB)• The Notes Tab is used to add special notes for Mule Microsoft

Sharepoint 201 Connector.

Page 13: Mule Microsoft Share Point 2010 Connector

THANK YOU!