XML Class Problem

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hi

I have created the following class for reading XML Message from UPS, i use
XMLSerializer to read the xml file , there is a minor problem , Response is
a single item whereas RatedShipment is an array, but when reading it shows
on one item for RatedShipment , where as there are seven items , how do i
correct this problem, itried to add () to RatedShipmentClass, but that does
not work. any help will be greatly appreciated

Public Class RatingServiceSelectionResponse
Public Response As ResponseClass

Public RatedShipment As RatedShipmentClass

Public Class ResponseClass

Barry
 
Hi sloan,

i was aware of the post being skimpy, because i was not very sure of how to
word it of which part of the code to post.

Anyway thanks for the reply, i will check out the site you mentioned.

Barry
 
Back
Top