| [news.eclipse.webtools] Re: Serializing namespaces on the xsd schema level |
Hi Valentin,
Thanks for your reply.
-Ravi
Valentin wrote:
Ravikanth, try this working example:
The code above produces a WSDL document that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.example.org">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
</wsdl:types>
</wsdl:definitions>