Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default SSL Web Service Access

Hi,

I'm using the SOAP Client 3.0 to access a Web Service. The access works for
http. When I try to access the service using https, I get the message that
the server requires a client authentication. The service is available via
http basic authentication (user/pw) and my client performs a user/pw
authentication.

Accessing the service using the Java http commons library works fine with
https.

Could anybody give me a hint what is wrong here?

Thank you in advance and kind regards,

Heiko


===============

Code:

Dim str_WSML As String
str_WSML = ""

Set sc_EONOIrmsexposuredataS = New SoapClient30

sc_EONOIrmsexposuredataS.MSSoapInit2 c_WSDL_URL, str_WSML, c_SERVICE,
c_PORT, c_SERVICE_NAMESPACE
'Verwenden Sie den Proxyserver, der in den LAN-Einstellungen von
Internet Explorer festgelegt ist,
'indem Sie für "ProxyServer" den Wert <CURRENT_USER festlegen.
sc_EONOIrmsexposuredataS.ConnectorProperty("ProxyS erver") =
"<CURRENT_USER"
'Proxyeinstellungen werden automatisch erkannt, wenn für Internet
Explorer die automatische Erkennung für
' aktiviert ist, indem für "EnableAutoProxy" der Wert "True" festgelegt
wird.
sc_EONOIrmsexposuredataS.ConnectorProperty("Enable AutoProxy") = True

'h16650: Manuell hinzugefügt
sc_EONOIrmsexposuredataS.ConnectorProperty("AuthUs er") = "****"
sc_EONOIrmsexposuredataS.ConnectorProperty("AuthPa ssword") = "****"
sc_EONOIrmsexposuredataS.ConnectorProperty("WinHTT PAuthScheme") = 1
sc_EONOIrmsexposuredataS.ConnectorProperty("Connec tTimeout") = 20000
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Years of Service Erinayn Excel Discussion (Misc queries) 3 April 22nd 10 02:50 AM
Add a service charge BarbaraInMemphis Setting up and Configuration of Excel 0 October 16th 09 12:59 AM
Can a service account be embedded in Workbook so that by default the macros are run with service account credentials and not the user credentials??? Divya Sanam Excel Discussion (Misc queries) 0 July 20th 06 05:15 PM
Years of service... Kane New Users to Excel 3 January 10th 05 07:11 AM
Difference between a Service Release and a Service Pack? Bill Renaud[_2_] Excel Programming 2 April 16th 04 04:13 AM


All times are GMT +1. The time now is 11:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"