Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a Web Service instantiate a BizObject?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Can a Web Service instantiate a BizObject?
Miscellaneous
Thread ID:
00966833
Message ID:
00966833
Views:
53
compiler is nagging with this error:

c:\inetpub\wwwroot\ParkerWS\Service1.asmx.cs(23): 'ParkerWS.Service1' does not contain a definition for 'RegisterBizObj'

In Service1.asmx I have a [WebMethod] that is going to take a string of vars and insert them into a table. I wanted to do this.

DataSet dsReg = oReg.GetReg();

Then populate a new row with the vars I just caught and save it back to the server.
Next
Reply
Map
View

Click here to load this message in the networking platform