M
Mimi
we are supposed to send to a web service a request object in xml
formatted by industry standard. We have xml dtd. We can either send
xml string or I can create a web reference to the web service and call
their objects to populate the request and send out. My thought is
sending xml document based on xml dtd file must be a better choice
because if we switch to different web services with the same code.
I'm thinking of generating objects base on xml file so if they change
or update the xml.dtd, we just need to re-generate those objects
again. Has anyone done that or do you have any suggestion or
examples? Thanks
formatted by industry standard. We have xml dtd. We can either send
xml string or I can create a web reference to the web service and call
their objects to populate the request and send out. My thought is
sending xml document based on xml dtd file must be a better choice
because if we switch to different web services with the same code.
I'm thinking of generating objects base on xml file so if they change
or update the xml.dtd, we just need to re-generate those objects
again. Has anyone done that or do you have any suggestion or
examples? Thanks