Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What do I load ?

2 views
Skip to first unread message

Tony Girgenti

unread,
Jun 21, 2006, 8:22:02 PM6/21/06
to
Hello.

I'm trying to develop a web comsuming client using VS.NET 2003(VB), .NET
Framework 1.1.4322, ASP.NET 1.1.4322, WSE2.0 on a WinXP Pro Sp2 comuter.

If i comsume this web service:
https://xatanet.net/xatanetwebservice/tripexportservice.asmx

and do this operation: RetrieveArchivedTrips

using: Dim strDate As Date = "2006-04-01"
Dim endDate As Date = "2006-04-28"
proxy.RetrieveArchivedTrips(strDate, endDate)

What do I load when i use the following statements in my program:
Dim doc as XmlDocument = new XmlDocument()
doc.Load()

Any help would be gratefully appreciated.

Thanks,
Tony


0 new messages