cancel
Showing results for 
Search instead for 
Did you mean: 

Public DNS - SOAP Sender

former_member309357
Participant
0 Kudos

Dear Gurus,

I have SOAP to RFC synchronous scenario in which our vendor is asking to provide the URL with their PUBLIC DNS name and with HTTPS. Ex as below:

https://<vendorname.companyname.com>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>

Creation of public DNS name (“vendorname.[Company Name].com”) that resolves to a public available IP address e.g.,216.58.208.142

Can you please let us know how to create these DNS by using vendor HOST,IP instead of PI's and how to test.

Appreciate your help.

Regards,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Ravi!

I guess this question is related to network connectivity problems, not to PI functionality.

In my opinion, your vendor should ask their site hosting company (or their network team) to setup redirection for such type of requests to your PI system which, in turn, should have a public IP-address to receive forwarded requests.

Regards, Evgeniy.

former_member309357
Participant
0 Kudos

Hello Evgeniy,

Thanks for your prompt response!!

Does that mean can we provide the SOAP URL with vendor specific host and port rather PI's?

Ravi..