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