cancel
Showing results for 
Search instead for 
Did you mean: 

Error when the data triggered from SOAPUI to PI

Former Member
0 Kudos

Hi all,

Am performing (SOAP to Proxy Scenario) / Inbound Scenario and triggering the data from SOAP UI tool,

As i said its soap to proxy scenario.When checked with the basis team they told that only https can be used and also the server name has to be changed.

I changed the details according w.r.t URL as well as in target url (Communication channel). I don't know what module needs to added in communication channel or what changes needs to be done w.r.t configuration.

I received the below error when the data is triggered from UI tool.

Error Code: 407 Proxy Authentication Required. Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)

Full Error :

<HTML><HEAD><TITLE>Error Message</TITLE>

<META http-equiv=Content-Type content="text/html; charset=utf-8">

<BODY>

<TABLE><TR><TD id=L_dt_1><B>Network Access Message: The page cannot be displayed<B></TR></TABLE>

<TABLE><TR><TD height=15></TD></TR></TABLE>

<TABLE>

<TR><TD id=L_dt_2>Technical Information (for Support personnel)

<UL>

<LI id=L_dt_3>Error Code: 407 Proxy Authentication Required. Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)

<LI id=L_dt_4>IP Address: 10.31.0.31

<LI id=L_dt_5>Date: 8/10/2015 8:38:29 AM [GMT]

<LI id=L_dt_6>Server: NLWL31.stahl.com

<LI id=L_dt_7>Source: proxy

</UL></TD></TR></TABLE></BODY></HTML>

Please let me know what actions needs to be taken for the above error.

Regards,

Vikram.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos
Former Member
0 Kudos

Thanks for the reply,As you said the Firewall was blocking the communication between SOAPUI and private network...Now issue is fixed.

Answers (3)

Answers (3)

apu_das2
Active Contributor
0 Kudos

Hi Vikram,

There is no need to change the URL if you are testing it it from project VPN.

Just create a WS from Display Web Service option of ID , import it in SOAPUI . It should work properly if your interface is created properly.

Now when you will provide the WS to third party they will use it from internet not from intranet . In this case your basis/network team need to provide you a public IP which will point your internal PI server IP and it should work properly.

Suppose below URL is after generating WS from ID -

http://vhbryndxci.xxx.yyy.corp:50000/XISOAPAdapter/MessageServlet?abcd/abcde/pqr

where http://vhbryndxci.xxx.yyy.corp:50000 is the internal PI IP

Now third party should call -

https://test.public.com/XISOAPAdapter/MessageServlet?abcd/abcde/pqr

where https://test.public.com is the public IP pointing internal IP http://vhbryndxci.xxx.yyy.corp:50000

Thanks,

Apu

former_member186851
Active Contributor
0 Kudos

firewall Issue.Also check you have approirate roles assigned to your USERID

former_member192851
Active Participant
0 Kudos

Check proxy settings in SOAP UI.

Preferences | Working with SoapUI