J
Jeff Washburn
I have a simple web service, for example:
<WebMethod()> Public sub hello (x as string) as string
return "Hello"
end sub
The WSDL that is generated names the return parameter as....
<message name="helloSoapOut">
<part name="parameters" element="s0:helloResponse" />
</message>
Does anyone know how to change the name of the return parameters?
Thanks!!
Jeff
<WebMethod()> Public sub hello (x as string) as string
return "Hello"
end sub
The WSDL that is generated names the return parameter as....
<message name="helloSoapOut">
<part name="parameters" element="s0:helloResponse" />
</message>
Does anyone know how to change the name of the return parameters?
Thanks!!
Jeff