I\'m troubling into an issue...
I\'m trying to find a way to generate a single wsdl document from my WCF service, i.e. without any link to external documents.
I\'ve used Fla
my problem was in endpoint definitions, that are in tempuri.org namespace
adding bindingNamespace to endpoint declarations fix my problem.
thanks to all for help :)