how to define digital certificate within a WSDL Connection | Community
Skip to main content
jeanetter358457
New Participant
January 31, 2020

how to define digital certificate within a WSDL Connection

  • January 31, 2020
  • 3 replies
  • 4950 views

I have a wsdlConnection which requires digital certificate.  How does that get defined int xml source code.  Below is what the wizard creates, but it doesn't contain the digital certificate information.  No data is being returned and no error is coming back.

<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpsToken>
<wsp:Policy>
<sp:RequireClientCertificate/>
</wsp:Policy>
</sp:HttpsToken>
</wsp:Policy>
</sp:TransportToken>
</wsp:Policy>
</sp:TransportBinding>
</wsp:Policy>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

jeanetter358457
New Participant
February 11, 2020

Not working inside form

 

Mayank_Gandhi
Employee
February 12, 2020
can you send the test form or confirm how is the form invoking the service?
jeanetter358457
New Participant
February 5, 2020

I am able to call and retrieve a response in SoapUI and via a workbench process.

Mayank_Gandhi
Employee
February 11, 2020
So is this not working inside the form? Or is the issue resolved?
Mayank_Gandhi
Employee
February 1, 2020

Hi,

 

 

How is the webservice being invoked?

jeanetter358457
New Participant
February 3, 2020
the webservice is being called from a dataconnection within a form on an execute command.