cancel
Showing results for 
Search instead for 
Did you mean: 

Connection refused While Calling a Web Service from WebDynpro Application.

Former Member
0 Kudos

Hi all,

I've created a Webdynpro application by importing a WSDL file which is created from a

Web Service from XI.

While I run this Application, and while it tries to connect to XI, I am getting following

error.

<b>Service call exception; nested exception is: java.net.ConnectException: Connection refused</b>

Can Someone please help me out on this issue?

Thanks in advance,

Tejas.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go thru,

https://forums.sdn.sap.com/click.jspa?searchID=7029697&messageID=583945

Hope this helps.

Regards

Srinivasan T

Former Member
0 Kudos

Hi,

In my WebDynpro Application which is created by Importing a WSDL file from XI Web

Service is giving error : <b>Service call exception; nested exception is: java.net.ConnectException: Connection </b>

In NWDS-> Windows Menu-> Preferances -> Wrokbench -> Proxy Settings

Use Proxy Settings is <b>Checked</b>.

My Settings in Model's Logical Port is

<b>Use HTTP Port</b> is <b>Checked</b>.

In Securities-> <b>Authentication</b> is set to '<b>None</b>'

With this While I Execute the Application and when it tries to connect to XI..it throws

an error :

Service call exception; nested exception is: java.net.ConnectException: Connection

refused

Kindly help me on this issue.

Thanks in advance,

Tejas.

0 Kudos

Dear Tejas,

Did you check if you have nested structure in the Web Service you try to import? Anything which is not a String, int, double, float, (any simple types) is considered as a complex/nested structure.

Could you share with us the WSDL of your XI Web Service in order to have a better understanding of your problem,

Thank you,

Laurent.

Message was edited by:

Laurent Gomez