ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   multiple webservice calls on same server session (https://www.excelbanter.com/excel-programming/396979-multiple-webservice-calls-same-server-session.html)

tom

multiple webservice calls on same server session
 
Hello,

I want to do multiple webservice calls and want to make sure that they
arrive on the same session server side.

I've used the Webservice reference toolkit to create the proxy classes for
the webservices.

"
Dim x as WsvcClass1
Dim y as WsvcClass2

bool a = x.CallWebmethod1()
bool b = y.CallWebmethod2()
"

Is there a way to make sure that x and y call the server on the same session?

PS : I use excel 2000

Thanx,
Tom


All times are GMT +1. The time now is 07:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com