473,385 Members | 1,312 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,385 software developers and data experts.

Web Service

I actually have some local web service examples a previous programmer
did. But I think I learn best by doing something myself no matter how
simple.

Can I create a WSDL that goes out to a remote server via HTTP and
tells me the contents of an XML file?

Can I make it that simple?

The question I have though is what executes the WSDL?

Can a WSDL be run in a web browser?

Jun 12 '07 #1
3 2239
On Jun 12, 9:40 am, dlcac...@gmail.com wrote:
I actually have some local web service examples a previous programmer
did. But I think I learn best by doing something myself no matter how
simple.

Can I create a WSDL that goes out to a remote server via HTTP and
tells me the contents of an XML file?

Can I make it that simple?

The question I have though is what executes the WSDL?

Can a WSDL be run in a web browser?
Just to clarify, I know I could probably scrape the xml on a remote
server with XMLHttpRequestObject or something, but I am looking to
create my first VERY simple web service and I want to execute the web
page on my end locally.

I also do have .Net on my end but I am not looking to do a .NET Web
Service although I have it as a fall-back option.

Jun 12 '07 #2
There are many WSDL resources at
http://www.ibm.com/developerworks/webservices
I haven't waded through them so I have no opinion re which would be the
best starting points. I know some step-by-step examples are pointed to
from http://www.ibm.com/developerworks/webservices/newto/

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Jun 12 '07 #3
dl******@gmail.com wrote:
I actually have some local web service examples a previous programmer
did. But I think I learn best by doing something myself no matter how
simple.

Can I create a WSDL that goes out to a remote server via HTTP and
tells me the contents of an XML file?
You can create a web-service that returns an XML document.
You can create a WSDL file that describes that service.
You can use that WSDL to help create a client for that web-service.
Can I make it that simple?
It isn't really that simple
The question I have though is what executes the WSDL?
WSDL isn't executed. WSDL is a description, various automated tools can
read that description, some of them create a "stub" for the described
service. The stub is source code in a language of your choice (C#, Java
etc). You can then write a program (in C# java etc) that uses that stub.
>
Can a WSDL be run in a web browser?
No. However some web-services toolkits will, as a side effect, create
web-pages that allow you to test your web-service. This isn't really how
web-services are normally used though.

http://en.wikipedia.org/wiki/Web_services
http://en.wikipedia.org/wiki/WSDL
Jun 13 '07 #4

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

Similar topics

9
by: Hardy Wang | last post by:
Hi all: I read an article from http://www.c-sharpcorner.com/Code/2003/Sept/InstallingWinServiceProgrammatically.asp about how to install a windows service programmatically. Based ont the code...
7
by: Mike | last post by:
I want to create a windows service that will monitor another window service. what i need for the service to do is, if a service is stopped I need it to start the service back up example: ...
9
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
3
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I...
2
by: letibal | last post by:
Hello, I have written a windows service and created an installer for it. The service runs under the system accounts. When started, it launches a GUI. By default, the InteractiveProcess property...
4
by: kkt49 | last post by:
# vim: et sw=4 ts=8 sts from wxPython.wx import * import sys, os, time import pywintypes import win32serviceutil import win32service import win32event import win32process
4
by: carson | last post by:
I have written two windows services: - service A does some crunching of local data files and uploads them to a central processing computer via http. - service B monitors a manifest file on a...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
20
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
I was executing the steps given in http://suppor.microsoft.com/kb/308359 for testing a sample web service application. However, the following line gives a compilation error: localhost.Service1...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...

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.