06-05-06 12:23 PM
Hi All
I have created one orchestration. That have one receive shape and send
shape. Both Shapes have same messages (Input Message:
System.Xml.XmlDocument). Then i published web services.
After that i create button with in web form (WebForm1.aspx with
WebForm1.aspx.cs). On click of the button, WebForm1.aspx will send the
Xmldocument to orchestration published as web service.
At that moment I got error:
An unhandled exception of type
'System.Runtime.Serialization.SerializationException' occurred in
Unknown Module.
Additional information: The type
System.Web.Services.Protocols.SoapException in Assembly
System.Web.Services, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a is not marked as serializable.
How can i solve
Thank & Regards
Magesh
[ Post a follow-up to this message ]
|