You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2007/05/11 17:33:15 UTC

[jira] Created: (CXF-645) WsdlValidator fails if the wsdl does not have a binding.

WsdlValidator fails if the wsdl does not have a binding.
--------------------------------------------------------

                 Key: CXF-645
                 URL: https://issues.apache.org/jira/browse/CXF-645
             Project: CXF
          Issue Type: Bug
          Components: Tooling
            Reporter: Edell Nolan
         Attachments: expected_SchemaPT.xsd, OptionsPT.wsdl

Hi,

I tried to run the wsdlValidator on the attached files and it fails because it has no binding.

Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-645) WsdlValidator fails if the wsdl does not have a binding.

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bozhong Lin updated CXF-645:
----------------------------

        Fix Version/s: 2.0
             Assignee: maomaode
    Affects Version/s: 2.0-RC

> WsdlValidator fails if the wsdl does not have a binding.
> --------------------------------------------------------
>
>                 Key: CXF-645
>                 URL: https://issues.apache.org/jira/browse/CXF-645
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Edell Nolan
>         Assigned To: maomaode
>             Fix For: 2.0
>
>         Attachments: expected_SchemaPT.xsd, OptionsPT.wsdl
>
>
> Hi,
> I tried to run the wsdlValidator on the attached files and it fails because it has no binding.
> Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-645) WsdlValidator fails if the wsdl does not have a binding.

Posted by "maomaode (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497342 ] 

maomaode commented on CXF-645:
------------------------------

validator will throw errors if the wsdl not contain any services, so it will fail with "WSDL document does not define any services".
the behavior is as same as the JAXWS RI.
If you really need pass this wsdl, i can change the ERROR to WARNings and give you option to SUPPRESS the warnings.
Will that work?

> WsdlValidator fails if the wsdl does not have a binding.
> --------------------------------------------------------
>
>                 Key: CXF-645
>                 URL: https://issues.apache.org/jira/browse/CXF-645
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Edell Nolan
>         Assigned To: maomaode
>             Fix For: 2.0
>
>         Attachments: expected_SchemaPT.xsd, OptionsPT.wsdl
>
>
> Hi,
> I tried to run the wsdlValidator on the attached files and it fails because it has no binding.
> Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-645) WsdlValidator fails if the wsdl does not have a binding.

Posted by "maomaode (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maomaode resolved CXF-645.
--------------------------

    Resolution: Fixed

Try  set ToolConstants.CFG_SUPPRESS_WARNINGS into validator ToolContext

> WsdlValidator fails if the wsdl does not have a binding.
> --------------------------------------------------------
>
>                 Key: CXF-645
>                 URL: https://issues.apache.org/jira/browse/CXF-645
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Edell Nolan
>         Assigned To: maomaode
>             Fix For: 2.0
>
>         Attachments: expected_SchemaPT.xsd, OptionsPT.wsdl
>
>
> Hi,
> I tried to run the wsdlValidator on the attached files and it fails because it has no binding.
> Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-645) WsdlValidator fails if the wsdl does not have a binding.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edell Nolan updated CXF-645:
----------------------------

    Attachment: OptionsPT.wsdl
                expected_SchemaPT.xsd

> WsdlValidator fails if the wsdl does not have a binding.
> --------------------------------------------------------
>
>                 Key: CXF-645
>                 URL: https://issues.apache.org/jira/browse/CXF-645
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: Edell Nolan
>         Attachments: expected_SchemaPT.xsd, OptionsPT.wsdl
>
>
> Hi,
> I tried to run the wsdlValidator on the attached files and it fails because it has no binding.
> Edell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.