Results 1 to 2 of 2
- 08-03-2011, 08:04 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 1
- Rep Power
- 0
Prepare Object Oriented Programming classes/ Methods with provided WSDL file in Java
Hi,
I am currently assigned to a Java project, where a webservice has to be consumed.
I have a WSDL file, and generated the schemas (Service , PortType, Request and response classes ) from it.
I need to prepare a Client code which involves OOPs concepts in it and a standalone project. All the classes generated from WSDL are invoked and combined in class or classes in Object oriented way.
Here my question is .. how do i integrate these classes into object oriented way ? As I am new to java
no idea about Object Oriented Programming for java classes generated from WSDL ?
Where I can invoke one method in XXXXAccessor.java file to get the data from the Service with the help of Response Object.
--
Thanks
,
Nazeera
- 08-04-2011, 09:22 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
You need to figure out what it is your code is supposed to do.
Then try and break it down into areas of responsibility, then construct layers (or modules) that cover those areas.
You would also norrmally do a model representing your data, but I suspect much of that is covered by the WSDL?
Can't tell.
Similar Threads
-
Help in object oriented programming .
By renu in forum New To JavaReplies: 18Last Post: 10-26-2010, 07:57 PM -
is java is pure object oriented program?
By 435.mahesh in forum New To JavaReplies: 1Last Post: 04-21-2009, 03:42 PM -
Object Oriented
By GraemeH in forum New To JavaReplies: 3Last Post: 03-29-2009, 07:50 PM -
Is JAVA completely object-oriented???
By venkateshk in forum New To JavaReplies: 2Last Post: 11-17-2008, 09:17 AM -
Question about java object oriented Language
By lenny in forum New To JavaReplies: 3Last Post: 07-26-2007, 03:59 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks