S
SV
I am consuming Cold fusion web service in asp.net (VB) application.
My problem is: I am not able parse the data. The web service
returns:
<wddxPacket version=’1.0’><header></header><data><recordset
rowCount=’1’
fieldnames=’JOBID,JOBNO,COST,COSTDESC,SUCCESS,ERROR_MSG’><field
name=’JOBID’><string>2665</string></field><field
name=’JOBNO’><string></string></field><field name=’COST’><string></
string></field><field name=’COSTDESC’><string></string></field><field
name=’SUCCESS’><string>0</string></field><field
name=’ERROR_MSG’><string>Jobs booked for a future date must have a
Pickup Time specified</string></field></recordset></data></
wddxPacket>
What I have to do?
I go through this link http://www.topxml.com/code/cod-484_9846_wddx-parser-(updated-bug).aspx
and downloaded the library but it includes error as NUnitCore is
unavailable. I am using ASP.Net 2.0
Thanks in advance.
SV
My problem is: I am not able parse the data. The web service
returns:
<wddxPacket version=’1.0’><header></header><data><recordset
rowCount=’1’
fieldnames=’JOBID,JOBNO,COST,COSTDESC,SUCCESS,ERROR_MSG’><field
name=’JOBID’><string>2665</string></field><field
name=’JOBNO’><string></string></field><field name=’COST’><string></
string></field><field name=’COSTDESC’><string></string></field><field
name=’SUCCESS’><string>0</string></field><field
name=’ERROR_MSG’><string>Jobs booked for a future date must have a
Pickup Time specified</string></field></recordset></data></
wddxPacket>
What I have to do?
I go through this link http://www.topxml.com/code/cod-484_9846_wddx-parser-(updated-bug).aspx
and downloaded the library but it includes error as NUnitCore is
unavailable. I am using ASP.Net 2.0
Thanks in advance.
SV