Edoardo,

This is fixed in build #629.

--
Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Edoardo Comar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Please, please, please
> fix this very old bug - makes almost 100% of my XML files non-editable
> reliably in IDEA.
>
> IDEA marks as unresolved/not registered the URL for the last namespace
> decalration in an element with many of them.
>
> this means that IDEA XML editor marks as erroneous all SOAP and WSDL
> documents.
>
> look at the image - and the document is attached too for verification.
> note also that I *did* register that URL in the IDE (something I should
> not have to do anyway).
>
> regards,
> Edo
>


----------------------------------------------------------------------------
----


> <?xml version="1.0" encoding="UTF-8"?>
> <definitions
> name="cmpdemo"
> targetNamespace="http://www.capeclear.com/cmpdemo.wsdl";
> xmlns="http://schemas.xmlsoap.org/wsdl/";
> xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
> xmlns:tns="http://www.capeclear.com/cmpdemo.wsdl";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsd1="http://www.capeclear.com/xsd";>
> <types>
> <xsd:schema
> targetNamespace="http://www.capeclear.com/xsd";
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> <xsd:complexType name="ArrayOfstring">
> <xsd:complexContent>
> <xsd:restriction base="SOAP-ENC:Array">
> <xsd:sequence>
> <xsd:element maxOccurs="unbounded" minOccurs="0" name="item"
type="xsd:string"/>
> </xsd:sequence>
> <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
> </xsd:restriction>
> </xsd:complexContent>
> </xsd:complexType>
> <xsd:complexType name="Statement">
> <xsd:sequence>
> <xsd:element
> maxOccurs="1"
> minOccurs="1"
> name="accountId"
> nillable="true"
> type="xsd:string"/>
> <xsd:element
> maxOccurs="1"
> minOccurs="1"
> name="firstName"
> nillable="true"
> type="xsd:string"/>
> <xsd:element
> maxOccurs="1"
> minOccurs="1"
> name="familyName"
> nillable="true"
> type="xsd:string"/>
> <xsd:element
> maxOccurs="1"
> minOccurs="1"
> name="statementLines"
> nillable="true"
> type="xsd1:ArrayOfstring"/>
> </xsd:sequence>
> </xsd:complexType>
> </xsd:schema>
> </types>
> <message name="buyStock">
> <part name="accountId" type="xsd:string"/>
> <part name="symbolId" type="xsd:string"/>
> <part name="noOfShares" type="xsd:int"/>
> </message>
> <message name="buyStockResponse"/>
> <message name="getStatement">
> <part name="accountId" type="xsd:string"/>
> </message>
> <message name="getStatementResponse">
> <part name="return" type="xsd1:Statement"/>
> </message>
> <portType name="StockManager">
> <operation name="buyStock">
> <input message="tns:buyStock"/>
> <output message="tns:buyStockResponse"/>
> </operation>
> <operation name="getStatement">
> <input message="tns:getStatement"/>
> <output message="tns:getStatementResponse"/>
> </operation>
> </portType>
> <binding name="StockManagerBinding" type="tns:StockManager">
> <soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
> <operation name="buyStock">
> <soap:operation
soapAction="capeconnect:cmpdemo:bean.StockManager#buyStock"/>
> <input>
> <soap:body
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="capeconnect:cmpdemo:bean.StockManager"
> use="encoded"/>
> </input>
> <output>
> <soap:body
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="capeconnect:cmpdemo:bean.StockManager"
> use="encoded"/>
> </output>
> </operation>
> <operation name="getStatement">
> <soap:operation
soapAction="capeconnect:cmpdemo:bean.StockManager#getStatement"/>
> <input>
> <soap:body
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="capeconnect:cmpdemo:bean.StockManager"
> use="encoded"/>
> </input>
> <output>
> <soap:body
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="capeconnect:cmpdemo:bean.StockManager"
> use="encoded"/>
> </output>
> </operation>
> </binding>
> <service name="cmpdemo">
> <documentation>cmpdemo</documentation>
> <port binding="tns:StockManagerBinding" name="StockManager">
> <soap:address
> location="http://localhost:8000/ccx/cmpdemo"/>
> </port>
> </service>
>
> <!--Created by CapeConnect on Thu May 30 17:56:59 BST 2002 See
http://www.capeclear.com for more details-->
> </definitions>
>


----------------------------------------------------------------------------
----






_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to