MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

SOAPUI (XML) Data to SP List

  Date: Oct 14, 2011      Category: MOSS      Views: 100
 

I have come across a senario where I need to convert XML data present in SOAPUI
which is from Remedy into SharePoint list. In remedy we call them as incidents
and each incidents has particular fields which need to be represented as colums
in List. I am asked to do this using WEBSERVICES. Is there any code available or
any suggestions or any method I can use.

Can you help me regarding this.

Tagged:            

 

1 Answer Found

 
Answer #1       Answered On: Oct 14, 2011       

you could parse the xml response, and then use SPServices to push the data
into a SharePoint list. But the best approach would be to use the SharePoint
Object Model, and create a solution that would handle the parsing of the
response, and creating of the list items. I don't know of any code that you
copy to do this, but a search would turn up the information for creating
list items.

 
Didn't find what you were looking for? Find more on SOAPUI (XML) Data to SP List Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].