Skip to content

sbugno/iwy1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy WSDL

http://easywsdl.com
Version: 5.10.3.0
Generated at: 26/08/2020


Read me first!

Thanks for using EasyWSDL generator. You have generated classes using Free account which has two main limitations, which are:
1. Classes generated by Free account cannot be used in commercial projects
2. We have generated a half of your methods only (in this case your webservice contains 16 operations, and we have generated 8 only. The other methods throw UnsupportedOperationException)

Basically you should use these classes for testing purposes. You can check if our generator works with your web service, without spending any money. Then if you are satisfied with the results, you can buy a Premium account and generated your classes again.


How to use generated classes:

1. In your android/java project create a new package folder (name of this folder should match the Package name of generated classes)
2. Go to src subfolder of generated package and copy all files to your project (to newly created folder).
3. In libs subfolder you will find all jars needed for generated classes. Copy all jars to your project and add references to them (every IDE has different way of adding refenreces to external jars)
4. Add INTERNET permission to your AndroidManifest.xml file:
<uses-permission android:name="android.permission.INTERNET" />
5. Use the following code to connect to your webservice:

DCQIntrawayWSDLBinding service = new DCQIntrawayWSDLBinding();
service.MethodToInvoke(...);

More documentation and examples you will find in doc folder in the generated zip file.

Used libraries:

- ExKsoap2 v1.0.3.1 (http://easywsdl.com/) - extended version of ksoap2 library with MTOM transfer support and WS-* standards implementation.
- ksoap2 v3.6.4 (http://simpligility.github.io/ksoap2-android/index.html). Please do not use any other version except the library included in the zip file.


Thanks for using EasyWsdl. We've spend much time to create this tool. We hope that it will simplify your development. If you like it, please upvote posts about it on stackoverflow and like us on Facebook (https://www.facebook.com/EasyWsdl).
This will help us promote the generator. If you find any problems then contact us and we will try to help you with your webservice.


Generator output:
1. Operation GetPPVTickets has use attribute for output element set to "encoded" which is not fully supported
2. Operation GetPPVTickets has use attribute for input element set to "encoded" which is not fully supported
3. Operation GetPPVMenu has use attribute for output element set to "encoded" which is not fully supported
4. Operation GetPPVMenu has use attribute for input element set to "encoded" which is not fully supported
5. Operation GetPPVCatalog has use attribute for output element set to "encoded" which is not fully supported
6. Operation GetPPVCatalog has use attribute for input element set to "encoded" which is not fully supported
7. Operation GetPPVReport has use attribute for output element set to "encoded" which is not fully supported
8. Operation GetPPVReport has use attribute for input element set to "encoded" which is not fully supported
9. Operation Audit has use attribute for output element set to "encoded" which is not fully supported
10. Operation Audit has use attribute for input element set to "encoded" which is not fully supported
11. Operation GetDocsisTrafficReport has use attribute for output element set to "encoded" which is not fully supported
12. Operation GetDocsisTrafficReport has use attribute for input element set to "encoded" which is not fully supported
13. Operation GetCustomReport has use attribute for output element set to "encoded" which is not fully supported
14. Operation GetCustomReport has use attribute for input element set to "encoded" which is not fully supported
15. Operation GetReport has use attribute for output element set to "encoded" which is not fully supported
16. Operation GetReport has use attribute for input element set to "encoded" which is not fully supported
17. Operation activateADSL has use attribute for output element set to "encoded" which is not fully supported
18. Operation activateADSL has use attribute for input element set to "encoded" which is not fully supported
19. Operation createTempSIPDevice has use attribute for output element set to "encoded" which is not fully supported
20. Operation createTempSIPDevice has use attribute for input element set to "encoded" which is not fully supported
21. Operation createTempMTA has use attribute for output element set to "encoded" which is not fully supported
22. Operation createTempMTA has use attribute for input element set to "encoded" which is not fully supported
23. Operation Internal has use attribute for output element set to "encoded" which is not fully supported
24. Operation Internal has use attribute for input element set to "encoded" which is not fully supported
25. Operation Maintenance has use attribute for output element set to "encoded" which is not fully supported
26. Operation Maintenance has use attribute for input element set to "encoded" which is not fully supported
27. Operation GetDocsisStatus has use attribute for output element set to "encoded" which is not fully supported
28. Operation GetDocsisStatus has use attribute for input element set to "encoded" which is not fully supported
29. Operation GetActivity has use attribute for output element set to "encoded" which is not fully supported
30. Operation GetActivity has use attribute for input element set to "encoded" which is not fully supported
31. Operation Put has use attribute for output element set to "encoded" which is not fully supported
32. Operation Put has use attribute for input element set to "encoded" which is not fully supported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages