Posts by Nicholas.Barbosa • 17 points
2 posts
-
-1
votes1
answer136
viewsQ: How do I "settar" the digital certificate, when implementing wsdl from Sefaz, via cmd wsimport?
Hello, I’m trying to implement the java classes, by wsdl of the Sefaz web service, via cxf wsimport. As you all know, to consume Sefaz web services, you need to have a digital certificate, and I do.…
-
1
votes2
answers270
viewsQ: Use a constructor with multiple parameters, or create multiple sets?
Amid use a constructor with multiple parameters or give a lot of sets, which of these options is more performative for the compiler, would cost less memory and would be faster?…