Consuming a web service with the Netbeans Platform

Posted by Dean on Stack Overflow See other posts from Stack Overflow or by Dean
Published on 2009-01-22T17:34:00Z Indexed on 2012/09/28 3:38 UTC
Read the original article Hit count: 132

Filed under:
|
|

I have an application that is written with the NetBeans Platform 5.5. I'm having trouble consuming a web service.

If I create a Java SE application in NetBeans, I can add a web service reference without problem.

Since my application is using the NetBeans Platform, many of the menu choices change. So, I cannot figure out how to add a reference to the web service. I've googled this topic a number of ways but haven't found any pages that deal with consuming a service through the platform. They all talk about consuming a service with a Java SE application.

Changing the application from the Platform architecture is not an option.

© Stack Overflow or respective owner

Related posts about web-services

Related posts about netbeans