Expand my Community achievements bar.

how to define digital certificate within a WSDL Connection

Avatar

Level 2

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>

7 Replies

Avatar

Employee Advisor

Hi,

 

 

How is the webservice being invoked?

Avatar

Level 2
the webservice is being called from a dataconnection within a form on an execute command.

Avatar

Employee Advisor
please try invoking it from SOAP UI and the cert can be passed in the request attribute from SOAP UI.

Avatar

Level 2

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

Avatar

Employee Advisor
So is this not working inside the form? Or is the issue resolved?

Avatar

Employee Advisor
can you send the test form or confirm how is the form invoking the service?