Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installing a class for remoting
Message
From
04/02/2006 20:42:25
 
 
To
04/02/2006 17:11:26
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01093710
Message ID:
01093742
Views:
28
There were no directions for creating a wsdl file. DataPortal.rem is just a pointer to a class. By using the web.config file:
 <wellknown mode = "SingleCall"
  objectUrl="DataPortal.rem"
  type= "CSLA.Server.DataPortal, CSLA.Server.DataPortal" />
When I mentioned website, I just meant that the directions in the book were to navigate to this url to test:

http://localhost/DataPortal/dataportal.rem?wsdl

>Perry,
>
>I'm not familiar with Rocky's book, so I'm not sure what exactly you're trying to do. What exactly is dataportal.rem supposed to be? Are you looking for the .wsdl files? You didn't copy the .wsdl files if all you did was copy .DLLs. The .wsdl files are in the Web References of your projects. Also, you mention a website, but .wsdl files are for WebServices.
>
>~~Bonnie
>
>
>
>>I'm studying Rocky's "C# Business Objects Book". I'm up to the point of finishing the development of the framework. One of the last steps is to build a website. Install a couple dlls into the websites bin folder and register them.
>>
>>I should then be able to enter:
>>
>>http://localhost/DataPortal/dataportal.rem?wsdl
>>
>>And get some xml returned. But instead I'm getting the dreaded "page not found.."
>>
>>Any suggestions?

(On an infant's shirt): Already smarter than Bush
Previous
Reply
Map
View

Click here to load this message in the networking platform