A new way to post requests to PBS XML Interface

By judam

In the past when posting a request to PBS XML Interface, we need to do the tedious work of building the xml string for it. As the PBS XML Reference comes with the xsd files, we can make our life easier by generating classes from those xsd files and use it in object oriented way. This approach is much elegant and easy to use than concatenating string.

Please download the full article here:

A New Way to Post Requests.doc

Leave a Reply