09-15-05 08:53 PM
I added a reference (.NET library) to my BizTalk project, say "Common" and I
have used one of the .NET classes(objects) to be an incoming message type,
say "Common.MyClass".
I have now published an orchestration as a webservice.
Thus the webmethod would be method1(Common.MyClass obj)
I then added the webservice as a web reference ("webref") to my client appli
cation. One of the other references is the same "Common".
When I try to pass the object of type Common.MyClass to my webmethod, I get
a compiler error saying that the method signature is method1(webref.Common.M
yClass obj)
What do I do???
[ Post a follow-up to this message ]
|