cancel
Showing results for 
Search instead for 
Did you mean: 

HMRC Configuration steps for PI 7.4 Java system

Former Member
0 Kudos

Hello,

We are trying to implement e-filing for GB (HMRC) in a PI.7.4 JAVA only system .

Since we have only java stack here, I am unable to follow the documentation for dual stack system.

Please help to understand the HMRC Configuration Settings in JAva only sytem.

G Type RFCs(below screenshot)  to connect to HMRC - How to create in Java stack .

Enabling PI system to act as an HTTPS client (enable HTTPS & import Certificates in STRUST) - How to enable PI as HTTPS client in Java only system

Please share the link if there is any document for e-filing configuration for PI java only system

Thanks,

Ari

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Can you please share your final solution?

binod8
Active Participant
0 Kudos

Hi,

Is this resolved yet. If yes how this was resolved?

We would appreciate if you would give us the details.

For me i am able to connect to secure.gateway.gov.uk but failing to connect dps.ws.hmrc.gov.uk

Kindly advise.

Thanks,

Binod Kumar

Former Member
0 Kudos

Hello Team,

While connecting to HTTP destination GB_DPS in PI NWA , I am getting the following error.

Error while silently connecting: org.w3c.www.protocol.http.HttpException: The host name [dps.ws.hmrc.gov.uk] couldn't be resolved.

HTTPS is configured in PI. UK certificates *.ws.hmrc.gov.uk.crt & verisgn certificates are imported into PI NWA under trustedCAs keystorage view.

Please suggest what setting is missing.

Thanks,

Ari

Former Member
0 Kudos

Hi Ari,

You are using http instead of https in your URL. Change it to https and try again.

Also check if the hostname can be reached from your PI application server (tracing on OS level for example).

BR

Harald

Former Member
0 Kudos

Hello,

The way G type RFC looks in ABAP:

I need to create similar destination for PI 7.4 JAVA only.

nwa --> destination --> HTTP destination creation :

The URL seems wrong and ping doesn't work.

Please suggest how to do it in java only PI system.

Thanks,

Ari

Former Member
0 Kudos

Hi Arindam

A minor change needs to be done in your URL

The correct url would be

http://dps.ws.hmrc.gov.uk:443/dpsauthentication/service

Also please use user id and pwd in log on data.

Please test and let me know it worked or not.

Former Member
0 Kudos

Hi Arindam,

You need to setup the RFC connections in NWA under Destinations.

For HTTPs please check the following link: SSL (HTTPS) Configuration in SAP PI Systems as ... |

SCN

Best Regards

Harald

Former Member
0 Kudos

Hello,

I cant create an RFC destination in nwa as we create a G type RFC destination(HTTP connection to external) in ABAP SM59.

Please see below.

Kindly help here if you know how GB RFCs are created in PI java onyl system.

Former Member
0 Kudos

Hi Arindam

Goto NWA--->configuration---> Destination

Create an new destination and choose the type HTTP.

Then it will ask you the following paramaters

URL :   this can found from your existing G type connection

http://+target Host+service no+Path prefix

for log on data use Basic ( user id and password )


provide the user id and pwd.


Then save and click on Ping. It will work.