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><r ecordset
rowCount=’1’
fieldnames=’JOB ID,JOBNO,COST,C OSTDESC,SUCCESS ,ERROR_MSG’><fi eld
name=’JOBID’><s tring>2665</string></field><field
name=’JOBNO’><s tring></string></field><field name=’COST’><st ring></
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_9...ated-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><r ecordset
rowCount=’1’
fieldnames=’JOB ID,JOBNO,COST,C OSTDESC,SUCCESS ,ERROR_MSG’><fi eld
name=’JOBID’><s tring>2665</string></field><field
name=’JOBNO’><s tring></string></field><field name=’COST’><st ring></
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_9...ated-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
Comment