Return Parameter Naming

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
 
D

Dino Chiesa [Microsoft]

What do you want it to look like?

Do you want the WSDL to be different?
Do you want the XML on the wire to be different?
Can you provide an example or illustration of what you want?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top