Click here to Skip to main content
15,914,452 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Generalusing XML to save info..please help Pin
jmahdi30-Sep-04 11:17
jmahdi30-Sep-04 11:17 
GeneralRe: using XML to save info..please help Pin
jmahdi6-Oct-04 3:17
jmahdi6-Oct-04 3:17 
GeneralRe: using XML to save info..please help Pin
DavidNohejl7-Oct-04 10:00
DavidNohejl7-Oct-04 10:00 
GeneralRe: using XML to save info..please help Pin
jmahdi16-Oct-04 4:53
jmahdi16-Oct-04 4:53 
GeneralRe: using XML to save info..please help Pin
DavidNohejl18-Oct-04 0:39
DavidNohejl18-Oct-04 0:39 
Generalresolving external data... Pin
theJazzyBrain29-Sep-04 23:54
theJazzyBrain29-Sep-04 23:54 
GeneralXML Serialization problem Pin
Member 95766529-Sep-04 12:30
Member 95766529-Sep-04 12:30 
GeneralMS-SOAP TK & SSL/HTTPS problem Pin
Nirav Doshi28-Sep-04 6:45
Nirav Doshi28-Sep-04 6:45 
Hello,

I am trying the following code with MS-SOAP Toolkit v3.0:

Dim oConnector As New HttpConnector30
Dim oSerializer As New SoapSerializer30
Dim oReader As New SoapReader30

oConnector.Property("EndPointURL") = "https://172.16.1.95/Service1.asmx"
oConnector.Property("WinHTTPAuthScheme") = 8
oConnector.Property("UseSSL") = True
oConnector.Property("SSLClientCertificateName") = "CURRENT_USER\MY\Nirav"
oConnector.Connect

oConnector.Property("SoapAction") = "https://172.16.1.95/HelloWorld"
oConnector.BeginMessage
...                                 ' serializing the SOAP message here
oConnector.EndMessage               ' Gives the ERROR here!


But even though the same works perfectly with "http://", it is giving the following error with "https://" -
-------------------------------------------------------
Runtime error '5400'
Connector: SSL certificate common name (host name field) is incorrect HRESULT=0x800A1529 - Connector: Unspecified HTTP error. HRESULT=0x800A1518
-------------------------------------------------------

Since the same service works fine if I invoke it from my IE6, I suppose the certificate should be fine. But this is something mysterious, and no material about this error... Confused | :confused:

Am I doing something wrong? Please suggest me a solution for this...
Thanks a lot!
Rgds,

Nirav

* Artificial intelligence is no match for natural stupidity! *
GeneralRe: MS-SOAP TK & SSL/HTTPS problem Pin
eduardo.s.ferreira15-Nov-09 9:40
eduardo.s.ferreira15-Nov-09 9:40 
GeneralXPath expression not working in xslt stylesheet Pin
suzyb28-Sep-04 2:36
suzyb28-Sep-04 2:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:36
Member 95766529-Sep-04 12:36 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
GeneralRe: XPath expression not working in xslt stylesheet Pin
Member 95766529-Sep-04 12:41
Member 95766529-Sep-04 12:41 
GeneralXSLT refererring attributes Pin
hatim_ali23-Sep-04 22:06
hatim_ali23-Sep-04 22:06 
GeneralXML Date type Pin
AndyCheetham22-Sep-04 6:57
AndyCheetham22-Sep-04 6:57 
GeneralExcel XSL Problems. Pin
Chris Quick21-Sep-04 11:11
Chris Quick21-Sep-04 11:11 
Generalto get a url with MSXML2.ServerXMLHTTP an encoding problem Pin
karanba16-Sep-04 5:12
karanba16-Sep-04 5:12 
Generalxaml and generics Pin
Marc Clifton13-Sep-04 8:02
mvaMarc Clifton13-Sep-04 8:02 
GeneralXML schemas for begginers! Pin
AndyCheetham13-Sep-04 6:38
AndyCheetham13-Sep-04 6:38 
GeneralRe: XML schemas for begginers! Pin
Marc Clifton13-Sep-04 7:59
mvaMarc Clifton13-Sep-04 7:59 
GeneralLoading XML into Tree Pin
Aisha Ikram13-Sep-04 0:56
Aisha Ikram13-Sep-04 0:56 
GeneralRe: Loading XML into Tree Pin
Erik Rydgren22-Sep-04 22:00
Erik Rydgren22-Sep-04 22:00 
GeneralRe: Loading XML into Tree Pin
liyang yu28-Sep-04 10:37
liyang yu28-Sep-04 10:37 
QuestionHow do you create a WSDL document Pin
Scott Elder10-Sep-04 11:26
Scott Elder10-Sep-04 11:26 
AnswerRe: How do you create a WSDL document Pin
Scott Elder13-Sep-04 5:54
Scott Elder13-Sep-04 5:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.