Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » WSDL Validator issue
WSDL Validator issue [message #77916] Mon, 29 June 2009 12:23 Go to next message
khaled sharief is currently offline khaled shariefFriend
Messages: 5
Registered: July 2009
Junior Member
Hi,

As per WSDL 1.1 Spec its not valid to have extensibility elements in the
porttype element but when i place any extensibility element in porttype
e.g.

<jaxws:bindings>
<jaxws:class name="Service1"/>
</jaxws:bindings>

the validator doesn't report any problem. This is also the same in Altova
XML Spy.

Did i miss anything in the specification or will this be a bug in WSDL
validator and Altova XML Spy validator.

Reference - http://www.w3.org/TR/wsdl#A3

Regards,
Khaled Sharief
Re: WSDL Validator issue [message #77935 is a reply to message #77916] Mon, 29 June 2009 12:41 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Khaled,

This is the XSD newsgroup, not a WSDL newsgroup. It's best to ask on
the Web Tools newsgroup, which I've added to the "to" list of the reply,
so no need to repost. You might want to clarify which version of WTP
you're using.


khaled sharief wrote:
> Hi,
>
> As per WSDL 1.1 Spec its not valid to have extensibility elements in
> the porttype element but when i place any extensibility element in
> porttype
> e.g.
>
> <jaxws:bindings>
> <jaxws:class name="Service1"/>
> </jaxws:bindings>
>
> the validator doesn't report any problem. This is also the same in
> Altova XML Spy.
>
> Did i miss anything in the specification or will this be a bug in WSDL
> validator and Altova XML Spy validator.
>
> Reference - http://www.w3.org/TR/wsdl#A3
>
> Regards,
> Khaled Sharief
>
>
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: WSDL Validator issue [message #77952 is a reply to message #77935] Tue, 30 June 2009 05:29 Go to previous messageGo to next message
khaled sharief is currently offline khaled shariefFriend
Messages: 5
Registered: July 2009
Junior Member
Hi Ed,

This is the version of WTP that I'm using.
Version: 3.0.3.v200809250443

Thanks & Regards,
Mohammad Khaled Sharief
Re: WSDL Validator issue [message #77969 is a reply to message #77952] Tue, 30 June 2009 15:24 Go to previous message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Hi Khaled, the WTP WSDL tools, the validator included, conform to the WSDL
schema provided by the WS-I Basic Profile 1.1. See the last paragraph here
http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.htm l#WSDL_Extensions.

As you've pointed out, some of the WS* specifications require extensibility
elements in places not supported by the original WSDL 1.1 W3C note. The
underlying Java object models used to manipulate WSDL (JWSDL/WSDL4J and the
WTP WSDL EMF model) have also evolved to allow extensibility elements for
all WSDL elements.

I hope this helps.
Regards, Valentin

"khaled sharief" <khaledsharief@gmail.com> wrote in message
news:b1ef36f70688811ff5686162e3ab8b0b$1@www.eclipse.org...
> Hi Ed,
>
> This is the version of WTP that I'm using.
> Version: 3.0.3.v200809250443
>
> Thanks & Regards,
> Mohammad Khaled Sharief
>
Re: WSDL Validator issue [message #604250 is a reply to message #77916] Mon, 29 June 2009 12:41 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Khaled,

This is the XSD newsgroup, not a WSDL newsgroup. It's best to ask on
the Web Tools newsgroup, which I've added to the "to" list of the reply,
so no need to repost. You might want to clarify which version of WTP
you're using.


khaled sharief wrote:
> Hi,
>
> As per WSDL 1.1 Spec its not valid to have extensibility elements in
> the porttype element but when i place any extensibility element in
> porttype
> e.g.
>
> <jaxws:bindings>
> <jaxws:class name="Service1"/>
> </jaxws:bindings>
>
> the validator doesn't report any problem. This is also the same in
> Altova XML Spy.
>
> Did i miss anything in the specification or will this be a bug in WSDL
> validator and Altova XML Spy validator.
>
> Reference - http://www.w3.org/TR/wsdl#A3
>
> Regards,
> Khaled Sharief
>
>
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: WSDL Validator issue [message #604255 is a reply to message #77935] Tue, 30 June 2009 05:29 Go to previous message
khaled sharief is currently offline khaled shariefFriend
Messages: 5
Registered: July 2009
Junior Member
Hi Ed,

This is the version of WTP that I'm using.
Version: 3.0.3.v200809250443

Thanks & Regards,
Mohammad Khaled Sharief
Re: WSDL Validator issue [message #604260 is a reply to message #77952] Tue, 30 June 2009 15:24 Go to previous message
Valentin is currently offline ValentinFriend
Messages: 36
Registered: July 2009
Member
Hi Khaled, the WTP WSDL tools, the validator included, conform to the WSDL
schema provided by the WS-I Basic Profile 1.1. See the last paragraph here
http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.htm l#WSDL_Extensions

As you've pointed out, some of the WS* specifications require extensibility
elements in places not supported by the original WSDL 1.1 W3C note. The
underlying Java object models used to manipulate WSDL (JWSDL/WSDL4J and the
WTP WSDL EMF model) have also evolved to allow extensibility elements for
all WSDL elements.

I hope this helps.
Regards, Valentin

"khaled sharief" <khaledsharief@gmail.com> wrote in message
news:b1ef36f70688811ff5686162e3ab8b0b$1@www.eclipse.org...
> Hi Ed,
>
> This is the version of WTP that I'm using.
> Version: 3.0.3.v200809250443
>
> Thanks & Regards,
> Mohammad Khaled Sharief
>
Previous Topic:WSDL Validator issue
Next Topic:How to copy XSDSchema object
Goto Forum:
  


Current Time: Tue Apr 16 15:00:01 GMT 2024

Powered by FUDForum. Page generated in 0.55716 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top