Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a Web Service instantiate a BizObject?
Message
De
03/12/2004 16:36:25
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00966833
Message ID:
00966842
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform