Posts by Douglas Emerick • 91 points
4 posts
-
3
votes1
answer2879
viewsQ: Consume wsdl webservice in java
I need to consume a wsdl webservice but I do not know how to load a method and pass the parameters inside that webservice to return me the desired value. This is the webservice: This XML file does…
-
1
votes1
answer866
viewsA: Fullcalendar fill events by JSON
The error happened due to me not having properly configured the web.xml file. My file web.xml was like this: <servlet> <servlet-name>WposExibeCalendario</servlet-name>…
-
2
votes1
answer866
viewsQ: Fullcalendar fill events by JSON
I’m putting the Fullcalendar component in my Java application. I’m having trouble loading events into the calendar. How do I read json inside my js file? Follow the code below: JS file:…
-
2
votes1
answer4663
viewsQ: Javascript - Export to csv
How do I export an html table to a CSV file? In my code below I am saving the csv file, but when opening in excel does not present the column divisions. I would like to export directly to CSV. But I…