I had mistakely deleted my web services code. I don't have any backup of this code. Tried some file recovery tools but it didn't work. I have deployed the project in glass fish 4.0 server and the application works fine from there. So I am thinking is there any way I can generate the codes of that webservice? Thank you
Generate code from deployed files
66 Views Asked by oldvipera At
1
There are 1 best solutions below
Related Questions in SOAP
- Java - How to send byte array on Soap Request?
- SoapClient in PHP 5.6 when using HTTPS emits warning with "key values mismatch"
- zend soap server reading xml attributes
- Multiple HTTP post requests to a web service from XML files
- Header in SOAPclient PHP
- Namespace for array field in node-soap client (Node.js)
- Generate clients for multiple WSDL files and place it in different package through Spring Gradle
- How pass XML from PHP to the Soap WCF service?
- Jira Soap Api Add Watchers
- java.lang.LinkageError: loader constraint violation when developing a SOAP plugin in JIRA
- Parsing XML with same parent and child node name
- WCF part of soap response body is signed instead of entire body
- Create signature with bouncycastle api. Key always null
- How to convert SOAP-based WCF service to RESTfull API
- Calling method from SOAP returns null
Related Questions in GLASSFISH
- Simple JavaEE HTML GET/POST application
- Access roles from multiple applications
- GlassFish sometimes doesn't load my web apps
- How to configure custom access-log format for Glassfish-4.1 (worked in v3.1.2.2, ignored in v4.1)
- File upload via h:inputfile (prettyfaces) does not work
- java 8 with Glassfish 4.1 Artifact HelloWorld:war exploded: Server is not connected. Deploy is not available
- Why won't my JSF app deploy to GlassFish?
- Best way redirect REST service request on glassfish + JAX-RS to https URL?
- JCA Glassfish to JBoss/Wildfly
- Ajax h:link doesn't call listener function
- JPA Bidirectionnal Uknown column
- Glassfish Closing JDBC Connection
- How to get other properties from an LDAP principal (user) after login using Glassfish's LDAPRealm?
- Deploying two applications in GlassFish's root context
- Starting Java EE Application on Glassfish
Related Questions in GLASSFISH-4
- GlassFish 4.0 CDI deployment failure + Apache Spark
- glassfish adapter missing in eclipse kepler
- GlassFish 4 server not starting
- build-impl.xml : 1052 :The module has not been deployed. See the server log for details
- Failed to send an email after migration from Glassfish 2.1 to Glassfish 4.1
- installing DBpedia spotlight on windows 7
- HTTP Status 500 - Internal Server Error when return object
- How can I add GlassFish 4.1 server in Eclipse Neon 2?
- stop the glass-fish server after closing the tab of the web application in netbeans?
- EJB Null point exception
- GlassFish 4.1 + Hibernate 4.3 = Cannot override mapping through orm.xml
- GlassFish 4.1 - simultaneous access to web admin console of two domains of the same GF
- Custom events for GlassFish in Java Flight Recorder / Java Mission Control
- Setting non-serializable attribute value into HttpSession
- Invalid URL Pattern When Deploying To Glassfish 4.1
Related Questions in RECOVER
- golang http request error panic recover
- Android restore original project files from compiler-generated fiels
- Recover code repository in Github?
- Safe close connection in Golang
- How to put my OneNote notes from my machine to onedrive?
- JavaFx :How to recover last modifications of Fxml file?
- Rails recover from invalid form?
- Any support in Spring AMQP to manually retrieve(recover) all unack messages on a channel (equivalent to Basic.recover api)
- Git: Restore disappeared files that were added but not committed
- I am writing a program for CS50x Pset 4 Recover in C. After I read the first block and then try to write it I receive a segmentation fault
- Recover git files created and deleted in a single commit
- CS50 [general - but related to PSET4 Recover] Why does clang say my identifiers are undeclared for a function?
- 'Cannot create project content in workspace' when trying to recreate a project
- R recover() stuck on "Enter a frame number, or 0 to exit "
- Is it possible to recover classes source code from Maven jar?
Related Questions in WAR
- Openshift context path
- Docker tomcat edit expanded war files
- Create skinny War file using Maven in Mavenized Grails
- Exclude one role in web.xml
- how to generate a checksum for a war file in maven
- JBoss eap 6.4 cli name deployment
- Displaying version and date of build in the xhtml page from manifest in run time
- (Java)How to change picture(War Card Game)
- Multiple context root for single war deployment jboss-EAP-6.1
- Can not build war from grails project
- Spring boot war file deploy on Tomcat
- What's "grails package" actually do?
- Grails action is secured when I use run-app but not when .war is deployed
- Spring Boot War file gets 404 on ec2
- Disable scanning of CDI beans in WAR
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you have the application deployed in your glassfish server then it is possible. You can always find your the
.classfiles of original codes (not the one compiled by SEI) inside your domain folder of glassfish. Then you can use some third party tools to generate java codes from the class files. There are to ways that you can deploy your application in the glass fish server:-For condition 1, goto :-
glassfish\domains\domain1\applications\__internalwhere domain1 is your domain name. By default it is the name of your domain
For condition2, goto:-
glassfish4\glassfish\domains\domain1\eclipseAppswhere domain1 is your domain name. By default it is the name of your domain
You can find your java codes inside
WEB-INF\classesinside your project name.Hope this helps.