cancel
Showing results for 
Search instead for 
Did you mean: 

Exception occurred in communication framework:Error in HTTP Framework:404Not Foundhttp://xxxxxx.xxxx.:4105

former_member199125
Active Contributor
0 Kudos

Hi,

I’m trying to consume TIBCO web service, for that I have tried to create Proxy class by providing required endpoint url. then  I’m getting below  error message.


Exception occurred in communication framework:Error in HTTP Framework:404Not Foundhttp://xxxxxx.xxxx.:4105

What might be the issue with this.. any idea guys?

Regards

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Khayelihle
Explorer
0 Kudos

Hi,

Can you please share how you resolved this issue?

Thanks,

Khaya

former_member182290
Participant
0 Kudos

Hi,

It is a generic HTTP exception from Service Provider, it mean the resource you are requesting is not found (a web page or service). It is similar HTTP 404 page not found exception.

I would check in service provider logs.

Thank You

Regards

Goverdhan Totawar

former_member199125
Active Contributor
0 Kudos

but the same working in soapui.

regards

Srinivas

former_member182290
Participant
0 Kudos

Hi,

Have you configured logical port correctly as per attached link

http://scn.sap.com/community/data-warehousing/netweaver-bw/blog/2010/01/29/manual-setup-of-logical-p...

Please check URI/Path prefix in transaction sm59 for your RFC connection.

http://scn.sap.com/thread/2072403

Thank You

Regards

Goverdhan Totawar

former_member199125
Active Contributor
0 Kudos

Hi Gov,

Srry for delay in response.

Logical port will come in scene after creation of proxy class. Am getting error while creating proxy through URL. , of course even i tried with RFC destination also. Same error.

Regards

Srinivas

former_member182290
Participant
0 Kudos

Hi,

Have you tried downloading the WSDL to local system and using the WSDL from local directory to generate the proxy.

Thank You

Regards

Goverdhan Totawar

Former Member
0 Kudos

try to configure your HTTP proxy in transaction SICF -> execute -> Client -> Http Proxy

attila_mikulan
Employee
Employee
0 Kudos

Hi Srinivas,

One more idea to check, is the ICM trace after you tried to create the proxy. You should see the error on trace level 1 already. There might be a hostname resolution problem on OS level for example, but the error in the trace will tell you more.

Best regards,

Attila