• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Eclipse web service client - remote server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone.

I am working with web services. My problem is that the web services that I'm trying to call are in another country server.
With ssh tunnels I'm able to view the list of web services of the remote server in my localhost path, and with the web services explorer (eclipse) i can get description and methods for each web service but when i tried to execute any web service of the server's list i got a connection error.
If i can see the available web services, why i can't execute them?

Any help would be appreciated
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
What are you using to execute the remote web service? Generated client stubs?
If so, I would take a look in the generated code to see how it establishes the connection, to make sure it uses an encrypted connection or whatever other security measures appropriate.
If this does not help, then a more detailed description of the error, possibly including a stack trace, would be of use.
Best wishes!
 
reply
    Bookmark Topic Watch Topic
  • New Topic