cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS sender adapter testing

Former Member
0 Kudos

Hi All,

I need to test a HTTPS (HTTP adapter) -> IDOC scenario.

Can you please give some guidance on how this can be done? Can the SOAP UI tool be used for this? Where do I place the client certificates?

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi,

if you google 'http test tool' you get a lot of freeware tools. I like "Firefox Poster" very good (a firefox plugin).

/Udo

Message was edited by: Udo Martens

Former Member
0 Kudos

Hi Udo,

Can Firefox poster be used for HTTPS calls as well?

Answers (3)

Answers (3)

Former Member
0 Kudos

I am marking as answered. I was able to test the connectivity using HTTP test request in soap UI.

thanks!

suman_saha
Contributor
0 Kudos

Hi Lasya,

Which version of PI are you using?

If you are using dual stack, you can test using runtime workbench -> test message.

If you want to test end to end, you may use SOAP UI using the WSDL for PI and give proper endpoint and user id & password. End point address will be

http:// <host name> : <port name> /XISOAPAdapter/MessageServlet?channel= <party name> :<service name> : <channel name>

Regards,

Suman

Former Member
0 Kudos

Hi Lasya,

Yes, you can use SOAP UI tool to test the Https interfaces.

Plz go through the below links.

http://geekswithblogs.net/gvdmaaden/archive/2011/02/24/how-to-configure-soapui-with-client-certifica...

Securing MockServices with SSL | Service Mocking

Regards,

Krupa