简体   繁体   中英

Creating web service from WSDL involving complex type without XSD

I am creating a web service that reflects my WSDL. This WSDL contains complex type which I assume is because it has an XSD as well(which I don't have). The question is can I create a proxy class of this WSDL without XSD?

Yes . Wsdl is used to create web service. Wsdl is form of xsd. If you use eclipse you will see the the methods and parameters while importing the wsdl itself

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM