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
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