This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes how to break .exe file using wsdl file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "how to break .exe file using wsdl file" Watch "how to break .exe file using wsdl file" New topic
Author

how to break .exe file using wsdl file

siva sankar
Ranch Hand

Joined: Jul 13, 2006
Posts: 65
hi friends,
Is it possible to open an .exe file without using any tools? we bought an application but they didnt provide any source code for that. they simply given an exe of it. by installing that .exe we got one wsdl file with all services,bindings,porttypes,messages,operations and namespaces configured to that particular IP. am new to this webservices.
so to view the code what modifications i have to be dont on that.
tell me all possible ways to work on that.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
You asked the same question before, but now that you've provided some more detail, it seems that you are indeed talking abotu cracking an application. If it is bought, and didn't come with the source code, it generally means that you're be prohibited from decompiling it. I'd read the license agreement very carefully before proceeding down this road. Have you talked to the company that sells the program whether they provide updates or technical support?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to break .exe file using wsdl file
 
Similar Threads
writing Java client for web service based on XSD
how to break .exe file using wsdl file
using jbuilder native executable builder to generate windows .exe file
Calling .Net exe file from java
Running exe files with java