[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.webtools] Serializing namespaces on the xsd schema level
From
:
ravikanth.somayaji@xxxxxxxxx
(Ravikanth )
Date
: Fri, 15 May 2009 13:44:26 +0000 (UTC)
Newsgroups
:
eclipse.webtools
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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
Follow-Ups
:
[news.eclipse.webtools] Re: Serializing namespaces on the xsd schema level
From:
Gabriel Indik
Prev by Date:
[news.eclipse.webtools] Add classpath entry
Next by Date:
[news.eclipse.webtools] Re: J2EE documentation
Previous by thread:
[news.eclipse.webtools] Add classpath entry
Next by thread:
[news.eclipse.webtools] Re: Serializing namespaces on the xsd schema level
Index(es):
Date
Thread