Hi Steve
I have a webservice.

[WebMethod]
Public string SCVersionRequest(string parameter) {
        Return "Version 1";
}

The caller is expecting <SCVersionResponse>Version 1</SCVersionResponse>

I am sending
        <SCVersionRequestResponse>Version 1</SCVersionRequestResponse>
This seems to be done by VS as there seems to be nowhere to tell it to drop
the Request and replace it with Response.
So is there somewhere to change the response tag. I assume the WSDL is not
the place to do so.
Al


-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Stephen
Russell
Sent: 27 January 2014 13:57
To: [email protected]
Subject: Re: [NF] web service response name

The response is what you have to submit back to them usually in a Get
request for more data.



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004e01cf1b62$a212a6b0$e637f410$@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to