Hi, there!
How have you been?
Does anyone know how to keep the original datatype of an argument, when using a wcf client proxy?
I am using Powerbuilder .NET 12.5.
When I deploy a proxy project, all structures that I use have the datatype name changed ( assembly name + <data class name> ).
Someone told me about using the 'reuse types in referenced assemblies' option, when using Visual Studio, but I couldn't find any similar option inside PowerBuilder .Net .
I have a WCF Service calling another WCF Service.
If I keep this name I will have a lot of changing in my code, does anyone have a clue?
Thank you.