Sorry should have attached this to Joe Enos post... just pointing out
as he had questioned if this were a web page or a web service. The
below of course is the method found in my web service .asmx. I have a
web page .aspx that is consuming the data from the .asmx. my original
post had just the code behind and the html for the client page .aspx.
So I'm trying to figure out whether the failure to render is on the
client side or the service side.
On Oct 21, 9:14 am, Glenn <[EMAIL PROTECTED]> wrote:
> How does this fit in with your initial message?
>
> ...Glenn
>
>
>
> On Tue, Oct 21, 2008 at 8:37 AM, Brock <[EMAIL PROTECTED]> wrote:
>
> > I'm using a web service .asmx object to connect onto the XML datafile:
>
> > <System.Web.Services.WebMethod()> _
> > Public Function GetBlogEntries() As System.Xml.XmlDocument
> > Dim doc As New System.Xml.XmlDocument
> > doc.Load(Server.MapPath("history.xml"))
> > Return doc
> > End Function- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment
You may subscribe to group Feeds using a RSS Feed Reader to stay upto date
using following url
<a href="http://feeds.feedburner.com/DotNetDevelopment">
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---