About Question enthuware.ocejws.v6.2.159 :

Moderators: Site Manager, fjwalraven

Post Reply
t.alex
Posts: 19
Joined: Tue Feb 11, 2014 8:35 am
Contact:

About Question enthuware.ocejws.v6.2.159 :

Post by t.alex »

Hi,

according to the explanation option 3 should look like:

  

Code: Select all

<xs:sequence>     
  <xs:element name="return" type="ref:swaRef" minOccurs="0"/>   
</xs:sequence>
Greetings,
Alex

fjwalraven
Posts: 429
Joined: Tue Jul 24, 2012 2:43 am
Contact:

Re: About Question enthuware.ocejws.v6.2.159 :

Post by fjwalraven »

Option 3 is the same as the sample XML given in the explanation only that the prefix is defined differently:
...xmlns:swaRef="http://ws-i.org/profiles/basic/1.1/xsd" ...

<xs:element name="return" type="swaRef:swaRef" minOccurs="0"/>
vs
... xmlns:ref="http://ws-i.org/profiles/basic/1.1/xsd" ...

<xs:element name="return" type="ref:swaRef" minOccurs="0"/>
Regards,
Frits

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests