473,513 Members | 2,688 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Services

Hello,
I'm trying to dynamically create a WebService object and assign the service
URL and hit the server and pull back any services available from that
server. I'm not finding any useful examples (source). Can someone please get
me started in the right direction.
Thanks
Randy
Nov 15 '05 #1
4 1672
Actually, I meant that I was trying to create a service reference
dynamically and hit the said web service. I want to do this dynamically.
"Randy" <None> wrote in message
news:e8**************@TK2MSFTNGP10.phx.gbl...
Hello,
I'm trying to dynamically create a WebService object and assign the service URL and hit the server and pull back any services available from that
server. I'm not finding any useful examples (source). Can someone please get me started in the right direction.
Thanks
Randy

Nov 15 '05 #2
Hi Randy,

I think what you need is a UDDI. Here are some articles about UDDI and how
to use UDDI at runtime.

http://msdn.microsoft.com/library/de...us/dnexxml/htm
l/xml12182000.asp

http://msdn.microsoft.com/library/de...us/dnuddi/html
/runtimeuddi1.asp
http://msdn.microsoft.com/library/de...us/dnuddi/html
/runtimeuddi2.asp

If anything is unclear, please feel free to reply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 15 '05 #3
Thanks for the info. I'm having a little trouble finding what to download.
I've found the Beta 2.0 UDDI on Microsoft's site, but I'm pretty sure that
is old. I also searched on Microsoft's site for UDDI. I found the Core SDK
which had UDDI listed as one of the components. I downloaded and installed
this but I'm not seeing anything about UDDI now in the program group. Do I
have the right thing installed?
Thanks

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:ub**************@cpmsftngxa07.phx.gbl...
Hi Randy,

I think what you need is a UDDI. Here are some articles about UDDI and how
to use UDDI at runtime.

http://msdn.microsoft.com/library/de...us/dnexxml/htm l/xml12182000.asp

http://msdn.microsoft.com/library/de...us/dnuddi/html /runtimeuddi1.asp
http://msdn.microsoft.com/library/de...us/dnuddi/html /runtimeuddi2.asp

If anything is unclear, please feel free to reply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 15 '05 #4
Hi Randy,

Just to install and use UDDI Services, all you need is Windows Server 2003.
So if all you are doing is interacting with the web interface or sending raw
SOAP XML messages to the server, you don't need any additional software.

But if you are writing an application in VS.NET that interacts with UDDI
Services you should install the Microsoft UDDI SDK.

When you ship your application to your client, remember to package the file
"Microsoft.Uddi.dll" along with your application binaries. During install of
your application, register this DLL in the Global Assembly Cache using the
command "gacutil.exe /i Microsoft.Uddi.dll". This will register the SDK dll
on the client machine and allow your application to run on the client's
machine.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2227
by: rbt | last post by:
How does one associate a "Description" with a Windows service written in Python? I've just started experimenting with Python services. Here's my code... copied straight from Mr. Hammond's "Python Programming on Win32": import win32serviceutil import win32service import win32event class test_py_service(win32serviceutil.ServiceFramework):...
6
2541
by: cs | last post by:
I noticed there is some .net services on my winxp. One or two mention the CLR. Does that mean that my .net apps/services wont run before those services start? I need to run my service as early on as possible, it doesnt even need to be a service if there is a way to run .net apps before that, anyone knows what or where?
0
2137
by: Diego F. | last post by:
I've been days with that. I'm trying to work with web services sending and returning objects, and the web service must store some objects. - My first try (the most obvious in my opinion) was to use a class contained in a extern dll so the web service and the application can use it and send or return via web services: public customObject...
26
1864
by: Mr Newbie | last post by:
What do I need to run a web service on my PC ? I know I need the .NET Framework, but do I need IIS Running ?
3
6471
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp) but I don't want clients to have to add two web references and then manually have to edit the proxy classes....
7
6003
by: Stu | last post by:
Hi, I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is or do i need to write the xml as text from the web service and supply a DTD. Also any other pitfalls TIA
3
4972
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : >************************************************************************ > <WebMethod(), System.Web.Services.Protocols.SoapRpcMethod()> _ > Public Function...
2
2055
by: sdstraub | last post by:
I have created 5 services in my project, in the 1st service I set servicestorun = array of all 5 services, I have a project installer with 5 service installers, one for each service. I have code so that whenever any service starts, stops or timers elapse a log entry is created. When I install my project, and start the 1st service in the...
0
1787
by: krishnaraju | last post by:
HI to all, please help me.its urgent requirement. my question is this is the wsdl file i got from our client.please see at bottom. when iam trying to access that webmethods iam getting only byval params but i didnt get byref params.please let me know how to get byref values from web methods. please help me in this...
1
2174
by: Data Entry Outsourcing | last post by:
Data Entry plays vital role in every business area. Data Entry is one such aspects of any business that needs to be handled properly for expanding your business. Data Entry is one of the leading elements for running a business successfully. Now Days it's a trend to outsource Data Entry Work to reliable service provider who provides...
0
7178
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7397
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7563
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7125
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5703
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4757
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3252
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3239
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.