• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Services over https

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to consume a web service over https, i got the following error:
Uncaught exception javax/xml/rpc/JAXRPCException: javax.microedition.io.ConnectionNotFoundException: TCP open

Development Environment: Netbeans 6.7

If i make the request on port 8080 of the tomcat, i have no problem.
Also i'm able to consume a web service that is over https with a certificate signed by VeriSign. the one i cannot consume is using a self signed certificate, but i don't get any invalid certificate error. All these test are run on the simulator (maximun domain).

I have tested in two different pcs and have the same result. I have also tested with the webservice explorer of Eclipse and have no problem.

If i run the app on the simulator and use the network monitor i cannot see the request, if i run against port 8080 or https with the valid certificate i'm able to see the request and the answer.

Finally, i want to say that i have searched information on google but didn't find the solution.

Thank you very much.
 
You get good luck from rubbing the belly of a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic