[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Serializing namespaces on the xsd schema level

Hi,

I've been generating a WSDL programmatically using the WSDL EMF API. However, one of my usages requires me to serialize the wsdl this way.

<wsdl:definitions xmlns:ns="http://www.x.com/bs3.0/_lHsqQEE3Ed6EEvHYz9LK4Q"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; name="ProcessPackage" targetNamespace="http://www.x.com/y3.0/_lHsqQEE3Ed6EEvHYz9LK4Q";>
<wsdl:types>
<xsd:schema xmlns="http://www.x.com/bs3.0/_lHsqQEE3Ed6EEvHYz9LK4Q"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.x.com/bs3.0/_lHsqQEE3Ed6EEvHYz9LK4Q";>
<xsd:simpleType name="string_50">


However, Save does not serialize 'xmlns:xsd="http://www.w3.org/2001/XMLSchema"; ' in the xsd schema. I understand this already occurs in the parenting element, but I still need to serialize it there.

Kindly advice.

Thanks, Ravi