473,395 Members | 1,521 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

More quesions about Web Services

Do you need to add Web Services to your web site if they are actually on
your web site.
To explain it better, I built some web serves, and on my menu it says add
web references, you then have a choice to add from the current solution,
machine or network.

But I then noticed that they work without adding the reference from the menu
when they are in the same web site. Is there any downside to not adding them
from the menu or am I just making a unnecessary step?

Also is there any extra stapes to make the web services available to the
internet in general?

if not how do you stop people using your web services?
Apr 16 '06 #1
4 1321
Hello Slim,

S> Do you need to add Web Services to your web site if they are actually
S> on
S> your web site.
S> To explain it better, I built some web serves, and on my menu it says
S> add
S> web references, you then have a choice to add from the current
S> solution,
S> machine or network.
S> But I then noticed that they work without adding the reference from
S> the menu when they are in the same web site. Is there any downside to
S> not adding them from the menu or am I just making a unnecessary step?

No downsides, till u deside to put you WS on the other server.

S> Also is there any extra stapes to make the web services available to
S> the internet in general?

To be available u need to publish it, and client need to generate proxy to
make calls to it or use HTTP request

S> if not how do you stop people using your web services?

Not clear for me. What do you mean?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #2

"Michael Nemtsev" <ne*****@msn.com> wrote in message
news:9c**************************@msnews.microsoft .com...
Hello Slim,

S> Do you need to add Web Services to your web site if they are actually
S> on
S> your web site.
S> To explain it better, I built some web serves, and on my menu it says
S> add
S> web references, you then have a choice to add from the current
S> solution,
S> machine or network.
S> But I then noticed that they work without adding the reference from
S> the menu when they are in the same web site. Is there any downside to
S> not adding them from the menu or am I just making a unnecessary step?

No downsides, till u deside to put you WS on the other server.

S> Also is there any extra stapes to make the web services available to
S> the internet in general?

To be available u need to publish it, and client need to generate proxy to
make calls to it or use HTTP request
How do I publish them? I want to try calling them from work after Easter?

S> if not how do you stop people using your web services?

Not clear for me. What do you mean?
Well if my web services are on my web site and someone knows the url, can
they access them?

I'm leaning quick, but the more I learn the more question I want to ask

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche

Apr 16 '06 #3
Hello Slim,
To be available u need to publish it, and client need to generate
proxy to make calls to it or use HTTP request
S> How do I publish them? I want to try calling them from work after
S> Easter?

You only need to put your compiled WS on the machine that can be reach via
internet, in the wwwroot folder and webshare it.
Then, from the outside env, you specify the url in the IE with the name of
your machine and WS to check if it works.
U get the screen where u see the description of your WebMethods' interfaces.

To start using it you specify params of your WS interface in the IE, if only
u have simple methods, or generate proxy with wsdl.exe and start using it
from code.
S> if not how do you stop people using your web services?
Not clear for me. What do you mean?

S> Well if my web services are on my web site and someone knows the url,
S> can they access them?

Yep.

S> I'm leaning quick, but the more I learn the more question I want to
S> ask

I recomend to read several WS books that I point in my blog, they are good
and give u more detailed answers.
http://spaces.msn.com/laflour/blog/cns!7575E2FFC19135B4!366.entry two last
books

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #4

"Michael Nemtsev" <ne*****@msn.com> wrote in message
news:9c**************************@msnews.microsoft .com...
Hello Slim,
To be available u need to publish it, and client need to generate
proxy to make calls to it or use HTTP request
S> How do I publish them? I want to try calling them from work after
S> Easter?

You only need to put your compiled WS on the machine that can be reach via
internet, in the wwwroot folder and webshare it.
Then, from the outside env, you specify the url in the IE with the name of
your machine and WS to check if it works.
U get the screen where u see the description of your WebMethods'
interfaces.

To start using it you specify params of your WS interface in the IE, if
only u have simple methods, or generate proxy with wsdl.exe and start
using it from code.
S> if not how do you stop people using your web services?
Not clear for me. What do you mean?
S> Well if my web services are on my web site and someone knows the url,
S> can they access them?

Yep.


so I can set authentication on the folder holding my web services? so only
users can access them?


S> I'm leaning quick, but the more I learn the more question I want to
S> ask

I recomend to read several WS books that I point in my blog, they are good
and give u more detailed answers.
http://spaces.msn.com/laflour/blog/cns!7575E2FFC19135B4!366.entry two last
books

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche

Apr 16 '06 #5

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

Similar topics

8
by: Will | last post by:
I just discovered Python and looked briefly at one of the tutorials for beginners... It looks a lot like the old Command line Basic... I'm sure it does much more but... 1 - Can you create...
0
by: MarionEll | last post by:
Premier XML Industry Event Slated for Dec. 7-12 in Philadelphia; Presenters Include Adobe, BEA, Microsoft, IBM, Sun, Hewlett-Packard, Oracle Alexandria, Va. Sept. 30, 2003 - IDEAlliance, a...
0
by: MarionEll | last post by:
Premier XML Industry Event Slated for Dec. 7-12 in Philadelphia; Presenters Include Adobe, BEA, Microsoft, IBM, Sun, Hewlett-Packard, Oracle Alexandria, Va. Sept. 30, 2003 - IDEAlliance, a...
4
by: dba2adm | last post by:
I am trying to test the DB2 V8.1 partitioning on the RedHat Linux EL 3 AS. I installed v8.1 successfully using db2_install and installed the FP5. Now, I created an ESE instance and edited the...
26
by: Lasse Edsvik | last post by:
Hello I'm trying to build a simple COM+ app in vs.net using C# and i cant register it in component manager..... what more is needed than this: using System; using...
7
by: srinivas | last post by:
Hi I'm having VB console application. I want to schedule this app so that it can run for every 30 mins. I don't want to use Windows Services here. Is there any way where i can run scheduler for...
6
by: =?Utf-8?B?Q3JhaWc=?= | last post by:
If I have an application that I send out to users, and the application interacts with the database (behind the scenes, no direct sql creation by the users)....do webservices make the app more...
1
by: Andy B | last post by:
I have several tasks that my web applications need to do. They are managing membership, News, Events, Legal forms for admin, Legal forms for customers, audio and maybe a few other things here and...
1
by: Michael Nemtsev [MVP] | last post by:
Hello Andy, ABThe same web server with different web applications. There is a ABlittle possibility that a client windows application will be built ABto be used from a remote computer. AB>...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...

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.