Re: Serializing an interface

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




What exactly to the declared variables in your orchestration look like? (Do
you have one reference to the broker, and one or more to this interface?)

"Christoffer" <christoffer@xxxxxxxxxx> wrote in message
news:%23ccQ%23n$zFHA.720@xxxxxxxxxxxxxxxxxxxxxxx
> Heya, I have a .net interface which only use simple types. I also have an
> object broker for this interface and I would like to use this in my
> BizTalk Orchestration.
>
> Now, I've set the object broker to [Serializable()] but I can't set my
> interface to be [Serializable()] (C# won't allow me to do this), so I let
> the interface use the System.Runtime.Serialization.ISerializable interface
> such as:
>
> public interface IMyInterface : System.Runtime.Serialization.ISerializable
>
> But my BizTalk Orchestration still won't let me serialize this. I comes up
> with the standard: a non-serializable object type 'Comp.IMyInterface
> iface' can only be declared within an atomic scope or service
>
> Please help me serialize my interface!
> /Chris
>
>


.



Relevant Pages

  • Re: Serializing an interface
    ... > What exactly to the declared variables in your orchestration look like? ... I have a .net interface which only use simple types. ... >> iface' can only be declared within an atomic scope or service ...
    (microsoft.public.biztalk.general)
  • Re: Database Independance
    ... > writing a Delphi application and where you desire database independance ... Put a broker between you SQL Server implementation and your application ... Now you Application Logic is insulated from your backend implementation ... IBroker interface when requested.... ...
    (borland.public.delphi.non-technical)
  • Re: Publishing WebServices as Orchestrations
    ... creating a web service that provides an interface for your orchestration. ... and receives responses like any other request response adapter. ...
    (microsoft.public.biztalk.server)