XML Class Problem

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
 
B

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top