Skip to main content
Nintex Community Menu Bar

How to read XML string

  • July 31, 2007
  • 2 replies
  • 31 views

Forum|alt.badge.img+1

Hi all,


   I am trying to integrate k2 with a third party tool using webservices of that 3rd party tool. When I acces a function of the webservices the return parameter is a XML string i.e. a string in XML format.


 I wanted to know if there are any buil in functions in K2 to read such kind of data fields?


I have previously used C# code to parse the same for some other purpose. Can I use the same code in K2? If i can use, there was a namespace called system.XML which i was using in that code, will that be a problem?


 


Thanx in advance,


Hareesh Vemula.

2 replies

Forum|alt.badge.img+8
  • July 31, 2007

Hareesh,


System.XML is one of the default references on a project in K2.net studio (Project Properties->References)


You certainly can use your XML code in K2.net studio


 


Forum|alt.badge.img+2
  • Nintex Partner
  • July 21, 2015

Hi  @smiddie, 

 

I would like to know, is there is any method without using the K2 .net studio, purely using the K2 designer, able to read the 3rd party web service return result in xml format!