Reputation: 63
I'm getting a FS0041 error for an overloaded constructor, and I can't find my way around it.
Here are two screenshot of my attempts:
and:
How can I execute the desired constructor?
Upvotes: 1
Views: 52
Reputation: 17038
Without seeing the actual WSDL, it looks to me that the service is not correctly designed. I think it should be something like this:
GetTUIProductServiceSoap(): TUIProductServiceSoapClient
GetTUIOrderServiceSoap(): TUIOrderServiceSoapClient
GetTUIUserActivateServiceSoap(): TUIUserActivateServiceSoapClient
That would eliminate the ambiguity.
Upvotes: 1