Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a Web Service instantiate a BizObject?
Message
From
03/12/2004 16:36:25
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00966833
Message ID:
00966842
Views:
13
Stephen,

Calling a BizObject class or *any* class works exactly the same in a WebService as it does anywhere else. You've probably forgotten to add the reference or a using statement, that's all.

~~Bonnie



>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.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform