• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

How to manipulate SharePoint using java

 
Ranch Hand
Posts: 43
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy Ranchers,

Could anyone help me to manipulate MS Sharepoint 2007 using Java. Manipulate in the sense, Add/Delete/Download files.. Being a Java Rookie, this is an daunting task for me. The terms WSDL, Java Axis seem totally new to me. I would be extremely grateful if someone could help me out.

Thanks in Advance.
Ron
 
Bartender
Posts: 7493
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A WSDL is the description of a web services API; it's how one can manipulate SharePoint programmatically. The SharePoint admin needs to give you the WSDL either as a file or a URL. All web services toolkits (e.g., Axis-2) have tools you can use to create Java client code from a WSDL; for Axis2, it's http://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html#cmdline. Once you have the code to access SharePoint, you can incorporate it into your client app.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic