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
Miscellaneous
Thread ID:
00966833
Message ID:
00967223
Views:
14
>Stephen,
>
>>c:\inetpub\wwwroot\ParkerWS\Service1.asmx.cs(23): 'ParkerWS.Service1' does not contain a definition for 'RegisterBizObj'
>
>Yes, you can use business objects in a Web Service without a hitch...I recommend checking your business objects for a call to a "RegisterBizObj" method...this method call is not performed at the MM .NET level, and shouldn't be performed from within the business object at all because it creates a dependency on the host environment--and in this case the Web Service does not have this method.
>
>Regards,

I did have the same old registration for RegisterBizObj in Service1.asmx?
I replaced it with the new Registration()

Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform