Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / December 2006

Tip: Looking for answers? Try searching our database.

after changing by reference parameter name in the web service

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kipaaduma@gmail.com - 27 Dec 2006 22:49 GMT
Hello all .
I have a WS in the local machine that call another WS in a remote computer.
in this call i send some integers and 3 by-reference strings
The remote WS looks like that : void function(int a ,int b ,int c,ref string
x ,ref string y ,ref string z)
and the local WS calls it by this function:  function(a , b , c , ref x ,
ref y , ref z);
in this case i got my new x,y,z values back. BUT if i change the remote WS
parameter name like this:  void function(int a ,int b ,int c,ref string
NewXName ,ref string y ,ref string z)   the "ref string x" was changed to
"ref string NewXName"
and yet calling this function in the same names as before:  function(a , b ,
c , ref x , ref y , ref z);   ( i still call it by "ref x")  in this case i
dont get this parameter back from the WS
can you please tell me way?????
is the name is so importent ?
Manish Bafna - 28 Dec 2006 04:41 GMT
Hi,
Since signature of method has changed you need to click Update Web Reference
in your local web service.

Thanks and Regards,
Manish Bafna.
MCP and MCTS.

> Hello all .
> I have a WS in the local machine that call another WS in a remote computer.
[quoted text clipped - 12 lines]
> can you please tell me way?????
> is the name is so importent ?

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.