Problem in Consuming .Net 1.1 Web service wsdl in java application
i have developed web service in .net framework 1.1 has 4 overloaded methods , 1 normal method string return type. overloaded method in web service, have gave messagename make unique in soap message. these overloaded methods changed complex type when gave messagename attribute in web method found in wsdl.
the problem
when invoked web service in .net client application, works fine. when try consume wsdl through wsdl2java axis tool, supporting core java classes complex type are not created.
also, tried host web service in 2 servers has windows 2000 server os.
in server1, wsdl looks
<?xml version="1.0" encoding="utf-8" ?>
why wsdl in server 1 has tag <wsdl:types> , not in server 2 ?
please me.
there no difference between <wsdl: types> in first server, , <types> in second. because second server uses xmlns=http://schemas.xmlsoap.org/wsdl/ which makes default schema elements no prefix.
there big difference between 2 wsdl files, because appear describe totally different web services! notice have no elements in common?
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment