RE: Issue registering to netbeans.org

2018-08-12 Thread Marco Andries
Hello Jirka, Thanks for the shiny & new temporary credentials! They work like a charm Could it be that http://plugins.netbeans.org/PluginPortal/ is currently down? Kind regards, Marco -Original Message- From: Jiří Kovalský Sent: Friday, 10 August 2018 15:46 To: users@netbeans.apac

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
Wsimport, in a Mac, is in: /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home/bin Here a example of how to consume a web service with wsimport: http://www.codenuclear.com/consume-soap-web-service-with-wsimport/ Here, where says wsimport will be dropped in JDK 11: https://jaxenter.co

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
Many of these features will come from Jakarta EE. Indeed such a list you describe is needed. Gj On Sunday, August 12, 2018, Sven Reimers wrote: > Hi all, > > I think we need to investigate the effects on NetBeans features the change > in delivered scope (dropping JavaEE stuff) by JDK has and o

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Sven Reimers
Hi all, I think we need to investigate the effects on NetBeans features the change in delivered scope (dropping JavaEE stuff) by JDK has and open issues for the different things, e.g. JAXB, javax.annotations..., and label them in JIRA. Not sure what the correct solution for the different issues wi

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
The question is WHERE is the JDK 10 wsimport tool? If you know where it is exactly, yes we can incorporate it somehow in NetBeans. With NetBeans, the answer is never ‘No’, it is always ‘Yes, if you’re willing to make it happen.’ And if it will be dropped in JDK 11 (how do you know, please provide

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
I have been investigating, Geertjan, and (for now, it seems that in Java 11 this will be drop) the JDK brings a tool (wsimport) for creation of web service clients. Perhaps, the correct question was: Has Netbeans 9 any facility to integrate wsimport tool from the JDK? The answer is no, I suppo

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
Close NetBeans for the moment and invesgate whether/if/how JDK 10 supports the creation of Web Service Clients. Your question is about JDK 10, not about NetBeans. Gj On Sunday, August 12, 2018, Juan Escribano wrote: > Anyone knows how to create a Web Service Client in Netbeans 9 running on >

Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
Anyone knows how to create a Web Service Client in Netbeans 9 running on Java 10? Best, Juan Miguel

Re: tools.jar …

2018-08-12 Thread Juan Escribano
I see. Thank you very much for your time and support Best, Juan Miguel El 12 ago 2018 14:10 +0200, Geertjan Wielenga , escribió: > The real question here is not about NetBeans, but about JDK 10. NetBeans > simply provides a UI on top of the JDK. So, in short how does JDK 10 support > your WSDL

Re: tools.jar …

2018-08-12 Thread Geertjan Wielenga
The real question here is not about NetBeans, but about JDK 10. NetBeans simply provides a UI on top of the JDK. So, in short how does JDK 10 support your WSDL scenario? If JDK 10 does not support your scenario, then neither can NetBeans. Gj On Sun, Aug 12, 2018 at 2:07 PM, Juan Escribano wrote

Re: tools.jar …

2018-08-12 Thread Juan Escribano
Step by step: The project is a Web Service Client: Create a empty Java application project, with no main class. Create a new web service client with WSDL URL:  https://www.agenciatributaria.es/static_files/AEAT/Contenidos_Comunes/La_Agencia_Tributaria/Modelos_y_formularios/Suministro_inmediato_inf

Re: Project doesn't run after “Clean and Build” in NetBeans 8.2

2018-08-12 Thread Geertjan Wielenga
It sounds like your manifest.mf file has an OpenIDE-Module-Localizing-Bundle entry, while the value referred to points to a non-existing file. Gj On Sun, Aug 12, 2018 at 3:59 AM, C P wrote: > I am developing a NetBeans module and it works just ok, however, if I use > the "Clean" and then the "