Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



When I reference my WCF service all these Specified fields[VariableName] are added to the function call. This basically doubled the amount of input variabled needed to make a call to my service

for example, if I have the function

dostuff(int a, int b, bool c)

the service generates

dostuff(int a, bool aSpecified, int b, bool bSpecified, bool c, bool cSpecified)

These original fields are all required and I desperately need to get rid of the extra fields.
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900