I am trying to generate web service client using a WSDL through Ant script, it is just a simple exercise, i am trying to do to make myself familar with using binding.xml to overridding the package structure generated by the ant.
her is my build.xml
And here is my bindings.xml
And this is the exception i got while running the the ant script
My knowledge of WSDL is shaky, but I don't see any actual bindings, port types etc. - I think that's what the exception says is missing; the XPath is supposed to point to it, but that part is missing. See http://www.w3.org/TR/wsdl#_document-s for what a WSDL normally looks like.
Thanks the for the reply. Actually i didnt sent my WSDL now iam attaching for the reference. i am sure the issue is not with the WSDL, if i remove the line 29 binding="${basedir}/bindings.xml" in the build.xml my ant scripts runs fine and my Clinet is created without any issue .
I am getting the exception on when i try to use the line binding="${basedir}/bindings.xml"