W
web1110
I've been away from C# for awhile (doing Unix C/Informix).
Using "C# Programming, 2nd Edition, I generated the exercise under
"Programming WEB Services, 16.1 SOAP, WSDL and Discovery" for a program
named WSCalc. It works fine on my machine if I bring up Internet Explorer
and enter the URL:
http://localhost/WSCalc/Service1.asmx
which brings up the following screen:
=================================================
The following operations are supported. For a formal definition, please
review the Service Description.
a.. Mult
b.. Sub
c.. Pow
d.. Div
e.. Add
=================================================
I works fine.
When I tried to access this from my wifes' machine over my local network, I
couldn't find it. The name of my machine is "Bill". Can one of you folks
tell me what I am doing wrong.
Thanx,
Bill
Using "C# Programming, 2nd Edition, I generated the exercise under
"Programming WEB Services, 16.1 SOAP, WSDL and Discovery" for a program
named WSCalc. It works fine on my machine if I bring up Internet Explorer
and enter the URL:
http://localhost/WSCalc/Service1.asmx
which brings up the following screen:
=================================================
The following operations are supported. For a formal definition, please
review the Service Description.
a.. Mult
b.. Sub
c.. Pow
d.. Div
e.. Add
=================================================
I works fine.
When I tried to access this from my wifes' machine over my local network, I
couldn't find it. The name of my machine is "Bill". Can one of you folks
tell me what I am doing wrong.
Thanx,
Bill