I don't work with web services, so I can't answer that.  I strictly use
services that are built into the framework of our product, which handles its
own communications.

However, based on the code that you have, doc.ToString() should yield
something that you would recognize.  If you would have added "dump to text
file" code in there you would have known that by now rather than supposing
other things!  Good debugging skills is essential.

...Glenn

On Tue, Oct 21, 2008 at 4:24 PM, Brock <[EMAIL PROTECTED]> wrote:

>
> For curiosity if I have a method written as:
>
>    <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
>
> And I open the .asmx itself in the browser (url:
> http://juggernautical.com/aWebService2.asmx
> ), shouldn't "GetBlogEntries" appear in the list of supported
> operations?
> If it should then maybe the above code is the problem (?)
>

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

Reply via email to