cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter: Connection time out error

Former Member
0 Kudos

Hi Guys,

I do it one scenario for Proxy to webservice Asynchronous . I have send the input details through Proxy. In Sxmb_Moni shows success message. But Receiver side doesn't reach the payload. Because receiver side (Soap Adapter) shows connection time out error. But i have given correct URL and SOAP Action in receiver communication channel. Please give some suggestions to solve that issues. Please don't refer links.

Thanks & Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

SudhirT
Active Contributor
0 Kudos

Try after removing any proxy setting in your internet connection,if it works for me it worked.

Answers (6)

Answers (6)

SudhirT
Active Contributor
0 Kudos

Hi,

For more info on to how to set parameter value refer the thread

Thanks!

Former Member
0 Kudos

Hi Vijayant Jha,

I have specified Timeout details in SOAP Adapter Module parameter. But it shows same error.

In this same scenario we will do it our local server. it's working fine. I think any firewall will be blocked in that server?

Regards

Vijay

former_member183906
Active Contributor
0 Kudos

Hi Vijaya !

The issue is probably with that network connection.

The firewall connection must be through. Their must not be any proxy obstacle. U pls check with network team even.

Regards

Former Member
0 Kudos

Hi

These are useful links for SOAP Adapter configuration....

https://websmp208.sap-ag.de/~sapdownload/011000358700006944112005E/HowToDevlopWebserviceApp.pdf

https://websmp208.sap-ag.de/~sapdownload/011000358700004358262004E/HowToGuideWebService.pdf

and also check the URL settings and gateway .

Regard's

Chetan Ahuja

Former Member
0 Kudos

Hi Vijayant Jha / Sainath,

i) How to change default time out settings in SOAP Adapter.

ii) I have mentioned SOAP adapter details are fine. I think this is not a problem. Because file to webservice also same problem.

Regards

Vijay

former_member183906
Active Contributor
0 Kudos

u try this..

In the module parameter of the soap adapter cc...you need to specify this value in milliseconds only.

XI.timeout = 60000

Save and activate

Former Member
0 Kudos

Hey Vijay ,

I too faced a similar problem, Check out withe the proxy server details mentioned in SOAP adapter ....

And provide the URL by cross verifying and the message format function wish to call (In webservice)

While extracting the SOAP wsdl from XI have a clear look that it should be in this form:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?

channel=<party>:<service>:<channel>

Edited by: Sainath Chutke on Sep 12, 2008 1:06 PM

former_member183906
Active Contributor
0 Kudos

hi

this is a time out error

increase the timeout value by specifying the parameter

XI.Timeout in the module parameter of soap Adapter

OR

1. This is because of TimeOut. The default timeout value for synchronous calls is 5

minutes. You can increase this value by setting parameter XI.Timeout in the module parameter table of

the SOAP adapter. The value must be given in milliseconds. For example, value 600000

represents the timeout value of 10 minutes. This parameter is not recognized in systems prior to SP13.

2.The Other Options is send the queue id with your request message.

http://host:port/XISOAPAdapter/MessageServlet?channel=p:s:c

&version=3.0&...&QueueId=xxxxxxxxxxxxxxxx

where xxxxxxxxxxxxxxxx is an ABAP queue ID.

3.Check your RWB message monitoring.

Is there any system failure message and holding message be there.

If then clear the messages.

4. Increase the time out parameter for HTTP in your altova xml spy.Defaultly it will be very low.

dharamveer_gaur2
Active Contributor
0 Kudos

change (increase)maximum connection parameter in your communication channel.

former_member192295
Active Contributor
0 Kudos

HI,

I think it is due to URL values, check it once again.

Try this URL and change values according to ur system

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;