Its been a week long trying to achieve the solution, but it failed with several attempts, so i have to back here for a solution from Ranch,
So what i did is created a .NET web service which reads a XML file and return it as a dataset on a helloworld method
here is the WSDL
Here is a response for the HelloWorld method
there is schema generated on run-time, now i have the schema, i need to append the schema into WSDL so when wsimport parse it, it can generate classes with that schema.
so what i did was appended the schema on WSDL like below for the response
i was able to generate classes, but when i run the program it seems the values are not able to bind on the prescribed object, it returns a null pointer exception, on a Soap logging i can see the response was returned successfully but the client was not able to parse it.
all the links for the issues are finished up with no solution
http://forums.java.net/jive/thread.jspa?threadID=23398
http://forums.java.net/jive/message.jspa?messageID=201229
I am sitting with this issue for past 15 days with no solution
, Anyone have dealt the above scenario leave a comment.
Thanks in advance