0

I am very new to web services I am trying to create a web service hopefulle REST if possible to Receive an array from a subroutine(U2 sub but that doesn't matter right now) and create like a list in sharepoint using that web service as an external data source can someone help?

Damian
  • 1
  • 3

2 Answers2

1

If you planned on writing you own RESTful web server then I agree with the suggestion to use UniObjects.

Yet, you do not need to write your own RESTFul server, you can use "Rocket U2 RESTFul Web Services".

It is in "Rocket U2 DBTools" which can be downloaded from: http://www.rocketsoftware.com/trials?page=1

Mike
  • 194
  • 11
0

Have you checked out UniObjects (which comes with the Basic Developers Toolkit, I believe) the or the Rocket U2 Toolkit for .NET? Those will provide you with the libraries you need to exercise your your subroutine and to fetch out the UniArray object from the parameters therein.

Using one of these methods you should be able to format your data into however you need it using the .NET framework. That is really the hard part of web-servicing through a U2 product. Well that and insuring your internal data structures aren't an inherited hot mess. :-)

Van Amburg
  • 1,207
  • 9
  • 15