Hi,
I have a locator style service that returns an EndpointReference as a
response, how do i define this in the WSDL so that the wseWsdl2 tool will
generate the correct code. I tried adding an xsd:import for
http://schemas.xmlsoap.org/ws/2003/03/addressing namespace, and using an
element decl, e.g.
<element name="epr" ref="wsa:EndpointReference"/>
but the tool chokes with an error saying it can't import that operation.
Christian Weyer [MS RD, MVP] - 11 Nov 2004 22:41 GMT
FYI:
http://pluralsight.com/blogs/mgudgin/archive/2004/11/11/3416.aspx

Signature
Christian Weyer
thinktecture
http://www.thinktecture.com
In-depth support and consulting for software architects and developers
*Smells like service spirit-Weblog
http://weblogs.asp.net/cweyer
*Independent Microsoft Regional Director
http://www.microsoft.com/rd
> Hi,
>
[quoted text clipped - 5 lines]
> <element name="epr" ref="wsa:EndpointReference"/>
> but the tool chokes with an error saying it can't import that operation.