F
freakazoid3
Please can someone help me? I'm trying to connect to my NuSoap serve
from Excel. I configured my client using the web server reference
tool. It works fine in the main, except when I want to implemen
sessions. I create my named session id when I login and pass it bac
(encrypted) to the caller (Excel, in this case). When I try to logout
I pass the encrypted sid back to my NuSOAP server.
Unfortunately, it can't find the session.
However, when I test the same methods using a NuSOAP client that
implemented in a php script, it works fine!
Upon a bit further investigation I think the problem is that the HTT
header generated from Excel doesn't contain the cookie. Can you she
some light on what I'm doing wrong and how to put it right?
I have been looking for days for a solution under the MSDN website an
other forums and the closest I have found was a piece of code that sai
I should do the following:
Dim soapHttpChannelOptions1 As SoapHttpChannelOptions
Dim returnValue As CookieContainer
returnValue = soapHttpChannelOptions1.CookieContainer
Dim sampleValue As CookieContainer
soapHttpChannelOptions1.CookieContainer = sampleValue
Unfortunately, my VBA code can’t seem to recongise this type. I’v
downloaded and installed (by double-clicking the setup.exe file) th
WSE 2 service pack 3. But this made no difference.
Please can you help
from Excel. I configured my client using the web server reference
tool. It works fine in the main, except when I want to implemen
sessions. I create my named session id when I login and pass it bac
(encrypted) to the caller (Excel, in this case). When I try to logout
I pass the encrypted sid back to my NuSOAP server.
Unfortunately, it can't find the session.
However, when I test the same methods using a NuSOAP client that
implemented in a php script, it works fine!
Upon a bit further investigation I think the problem is that the HTT
header generated from Excel doesn't contain the cookie. Can you she
some light on what I'm doing wrong and how to put it right?
I have been looking for days for a solution under the MSDN website an
other forums and the closest I have found was a piece of code that sai
I should do the following:
Dim soapHttpChannelOptions1 As SoapHttpChannelOptions
Dim returnValue As CookieContainer
returnValue = soapHttpChannelOptions1.CookieContainer
Dim sampleValue As CookieContainer
soapHttpChannelOptions1.CookieContainer = sampleValue
Unfortunately, my VBA code can’t seem to recongise this type. I’v
downloaded and installed (by double-clicking the setup.exe file) th
WSE 2 service pack 3. But this made no difference.
Please can you help