Results 1 to 8 of 8

Thread: WSDL parsing problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default WSDL parsing problems

    I have tried these wsdl and they have different errors:

    http://sundcom.health-telematics.dk/...CprOpslag.wsdl
    Code:
    Fatal Error: This WSDL contains no <service> nodes. There is nothing to generate
    http://svn.medcom.dk/svn/releases/Standarder/DenGodeBivirkningsIndberetning/RegisterDrugAdverseEventServiceService.wsdl
    T
    his line does not fit inside the WSDL URL field. Please make it possible to have longer URL's.
    Anyway I saved the wsdl as a text file and parsed this as C:\temp\wsdltext.txt
    The errors are:
    Code:
    Warning: Schema warning parsing <type>. Nodes other than <element> not supported after <complexType><sequence><choice> node. Will be treated as xsAnyType. Type= <choice xmlns="http://www.w3.org/2001/XMLSchema"> <sequence> <element ref="medicinecard:DrugStrengthValue"/> <element ref="medicinecard:DrugStrengthUnitCode"/> <element minOccurs="0" ref="medicinecard:DrugStrengthUnitText"/> </sequence> <element minOccurs="0" ref="medicinecard:DrugStrengthText"/></choice>
    
    
    Warning: Schema warning parsing <type>. Nodes other than <element> not supported after <complexType><sequence><choice> node. Will be treated as xsAnyType. Type= <choice xmlns="http://www.w3.org/2001/XMLSchema"> <sequence> <element minOccurs="0" ref="medicinecard:ATCStructure"/> <element minOccurs="0" ref="medicinecard:DrugIdentifier"/> <element ref="medicinecard:DrugName"/> </sequence> <element ref="medicinecard:DetailedDrugText"/></choice>
    
    
    Warning: Schema warning parsing <type>. Nodes other than <element> not supported after <complexType><sequence><choice> node. Will be treated as xsAnyType. Type= <choice xmlns="http://www.w3.org/2001/XMLSchema"> <sequence> <element ref="medicinecard20080601:IndicationCode"/> <element minOccurs="0" ref="medicinecard20080601:IndicationText"/> </sequence> <element ref="medicinecard20090101:IndicationFreeText"/></choice>

    http://svn.medcom.dk/svn/releases/St...ebService.wsdl
    The errors are:
    Code:
    Warning: Schema warning parsing <type>. <complexType> has no content such as <sequence | all | choice | complextContent | simpleContent | attribute>. Will be treated as xsAnyType. Type= <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
    
    
    Warning: Schema warning parsing <type>. Nodes other than <element | choice> not supported after <complexType><sequence | all> node. Will be treated as xsAnyType. Type= <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PathologyAnalysisType"> <xs:sequence> <xs:sequence> <xs:element ref="AnalysisCode"/> <xs:element name="AnalysisCodeType" type="PathologyAnalysisCodeTypeType"/> <xs:element ref="AnalysisShortName"/> </xs:sequence> </xs:sequence></xs:complexType>
    
    
    Warning: Schema warning parsing <type>. Nodes other than <element | choice> not supported after <complexType><sequence | all> node. Will be treated as xsAnyType. Type= <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:sequence minOccurs="0"> <xs:element name="TypeOfInterval"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="fysiologisk"/> <xs:enumeration value="terapeutisk"/> <xs:enumeration value="uspecificeret"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="LowerLimit" type="String_1_12" minOccurs="0"/> <xs:element name="UpperLimit" type="String_1_12" minOccurs="0"/> </xs:sequence> <xs:element name="IntervalText" type="String_1_70" minOccurs="0"/> </xs:sequence></xs:complexType>
    
    
    Warning: Schema warning parsing <type>. Nodes other than <element> not supported after <complexType><sequence><choice> node. Will be treated as xsAnyType. Type= <xs:choice xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element ref="cpr:PersonCivilRegistrationIdentifier"/> <xs:sequence> <xs:element ref="TypeOfIdentification"/> <xs:element ref="Identification"/> </xs:sequence></xs:choice>
    http://beta.webreq.dk/ws/RequisitionServices.asmx?WSDL
    Code:
    Warning: Schema warning parsing <type>. <complexType> has no content such as <sequence | all | choice | complextContent | simpleContent | attribute>. Will be treated as xsAnyType. Type= <s:complexType xmlns:s="http://www.w3.org/2001/XMLSchema"/>
    Oh. Just saw an Output dialog?! The output from the last wsdl that I tried are:
    Code:
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LaboratoryRequest" element="s0:LaboratoryRequest"/>

    http://svn.medcom.dk/svn/drafts/Standarder/Den gode e-cprservice/wsdl/ECPRService.wsdl
    Parse error:
    Code:
    Warning: Schema warning parsing <type>. Nodes other than <element | choice> not supported after <complexType><sequence | all> node. Will be treated as xsAnyType. Type= <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReplacementCPRInformationType"> <xs:annotation> <xs:documentation>Type for registreret information på et erstatningscprnummer.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="ecws:ReplacementCPR"> <xs:annotation> <xs:documentation>Det erstatningscprnummer informationen er registreret på.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ecws:ValidCPR" minOccurs="0"> <xs:annotation> <xs:documentation>Validt cpr nummer der tilknyttet erstatningscprnummeret.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ecws:ISOCountryCode" minOccurs="0"> <xs:annotation> <xs:documentation>Landekode for person med dette erstatningscprnummer.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence minOccurs="0"> <xs:element ref="ecws:UpdatedBy"> <xs:annotation> <xs:documentation>Navn på den der sidst har ændret eller sat...
    Output panel:
    Code:
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GenerateReplacementCPRInPart" element="ecws:GenerateReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GenerateReplacementCPROutPart" element="ecws:GenerateReplacementCPRResponse"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="BulkGenerateReplacementCPRInPart" element="ecws:BulkGenerateReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GetReplacementCPRInformationInPart" element="ecws:GetRegisteredReplacementCPRInformationRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LinkValidCPRWithReplacementCPRInPart" element="ecws:LinkValidCPRWithReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LinkValidCPRWithReplacementCPROutPart" element="ecws:LinkValidCPRWithReplacementCPRResponse"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GenerateReplacementCPRInPart" element="ecws:GenerateReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GenerateReplacementCPROutPart" element="ecws:GenerateReplacementCPRResponse"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="BulkGenerateReplacementCPRInPart" element="ecws:BulkGenerateReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GetReplacementCPRInformationInPart" element="ecws:GetRegisteredReplacementCPRInformationRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LinkValidCPRWithReplacementCPRInPart" element="ecws:LinkValidCPRWithReplacementCPRRequest"/>
    Changed in wrapped/bare parsing rules for <wsdl:part xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="LinkValidCPRWithReplacementCPROutPart" element="ecws:LinkValidCPRWithReplacementCPRResponse"/>
    Last edited by Allan Greis Eriksen; 10-Nov-2011 at 01:55 PM. Reason: One more wsdl to test

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •