Hi Guys,
Got a question based on web services. Programatically , in the web service code file (service.vb), is it possible to find out the url of the webservice. I was hoping to use something similar to
"Net.Dns.GetHos tEntry(Net.Dns. GetHostName).Ho stName"
which gets the host name of the server.
Please help this problem is driving me crazy!
Cheers,
Paul
User Profile
Collapse
-
VB.NET Web Services - Find the url
-
VB.NET Windows mobile - Displaying columns of data
Hi,
This seems like a simple question, even for someone as green as me, but i'm not sure of how to proceed. I'm working with WM5 and have a simple application with some data that i want to display to the user in a tabular form. For example there will be several lines with columns of id, name, address etc. The data is not taken from a database, assume it is hardcoded in as it is arbitary to the problem.
I'm not sure how best... -
VB.NET CF - Progress Bar
Hi all,
I'm a bit of a newbie on mobile development and I'm having problems getting a simple progress bar to work with the compact framework. The problem i'm having is that the performstep method which is available on the full frameowrk doesn't seem to be available here. I can't help feeling that i'm missing a beat somewhere! The code i'm using is below.
Cheers,
Paul.
Code:Dim progBar As New ProgressBar
-
Windows Mobile ProgressBar
Hi all,
I'm a bit of a newbie on mobile development and I'm having problems getting a simple progress bar to work on the cf. The problem i'm having is that the performstep method which is available on the full frameowrk doesn't seem to be available here. I can't help feeling that i'm missing a beat somewhere! The code i'm using is below.
Cheers,
Paul.
Dim progBar As New ProgressBar
...
... -
Yeah sorry, was in a bit of a rush when I posted the url so didn't add any explanation. It's not ideal but at least I won't waste time looking for how to do it! -
http://support.microso ft.com/default.aspx?sc id=kb;en-us;330600Leave a comment:
-
Returning a XmlDocument from a Web Service
Hi all,
I have a web service with a method that returns a xml document, however, on the client side the result of the call to this method returns a XmlNode. If i look in the Reference.vb or the object browser for the reference the return type is specified there as being an XmlNode.
Although this isn't fatal i'd like the client program to be getting an XmlDocument back. Any ideas or pointers?
Thanks,
Paul.... -
VB: Asynchronous web service - No Begin or End methods
Hi,
I'm using Visual Studio 2005, with VB.
I've created a simple web service and am trying to call one of its methods using the service.BeginHe lloWorld(...) call. However, this method doesn't seem to exist. I've had a look in the reference.vb file and it isn't in there either. Is there a way of builing the web service that creates the Begin and End methods?
Thanks,
Paul. -
VB - Byte.ToString(String) - format help
Hi, I've been converting a byte to a hex string using "X2" as the format. However, I've taken this directly from the web and being of the curious type I was wondering what other possible format parameters can be passed to the Byte.ToString(S tring) routine, and what they mean.
I can't seem to find anything in the usual places.
Thanks in advance. -
VB Service - Project and installer version numbers
Hi, I'm using visual basic 2005 to create a service. I'm at the point where its all working nicely but I want to add the version number thats displayed in My Project\Publish page to both my Service Name but also to the name of msi when it's created.
Within the Installer class I have tried using these two lines of code with the same result:
ServiceInstalle r1.ServiceName &= " v" & My.Application. Info.Version.To String...
No activity results to display
Show More
Leave a comment: