You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2008/05/26 14:05:55 UTC

[jira] Created: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

Cannot build service model from WSDL for 'type' part of xsd:base64binary
------------------------------------------------------------------------

                 Key: CXF-1610
                 URL: https://issues.apache.org/jira/browse/CXF-1610
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.1.1
            Reporter: Benson Margulies
            Assignee: Daniel Kulp


I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 

Do we build a complex workaround involving parsing the wsdl for ourselves?



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


[jira] Commented: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599826#action_12599826 ] 

Benson Margulies commented on CXF-1610:
---------------------------------------

The wsdl4j issue is number 1972751.

> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
>                 Key: CXF-1610
>                 URL: https://issues.apache.org/jira/browse/CXF-1610
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 
> Do we build a complex workaround involving parsing the wsdl for ourselves?

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


[jira] Resolved: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

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

Benson Margulies resolved CXF-1610.
-----------------------------------

    Resolution: Fixed

Somebody turned off the @Ignore, after apparently dealing with this, but didn't close this report.


> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
>                 Key: CXF-1610
>                 URL: https://issues.apache.org/jira/browse/CXF-1610
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 
> Do we build a complex workaround involving parsing the wsdl for ourselves?

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


[jira] Assigned: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

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

Benson Margulies reassigned CXF-1610:
-------------------------------------

    Assignee: Benson Margulies  (was: Daniel Kulp)

> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
>                 Key: CXF-1610
>                 URL: https://issues.apache.org/jira/browse/CXF-1610
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 
> Do we build a complex workaround involving parsing the wsdl for ourselves?

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


[jira] Commented: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600652#action_12600652 ] 

Benson Margulies commented on CXF-1610:
---------------------------------------

I think I'm on the trail of this.

Problem 1: when we build a WSDL from a service, we don't build <message/> elements at the top level.

Problem 2: when the DynamicClientFactory deals with a WSDL without the message elements, something goes wrong. Maybe wsdl4j infers the Messages incorrectly, I don't know yet.

> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
>                 Key: CXF-1610
>                 URL: https://issues.apache.org/jira/browse/CXF-1610
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 
> Do we build a complex workaround involving parsing the wsdl for ourselves?

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


[jira] Commented: (CXF-1610) Cannot build service model from WSDL for 'type' part of xsd:base64binary

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600341#action_12600341 ] 

Benson Margulies commented on CXF-1610:
---------------------------------------

Here's what is going on. When the JAXWS+JAXB service answers the call for ?wsdl, the resulting wsdl is all wrong, having elements with stupid names instead of types.


> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
>                 Key: CXF-1610
>                 URL: https://issues.apache.org/jira/browse/CXF-1610
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary', but wsdl4j coughs up a null string for the type. 
> Do we build a complex workaround involving parsing the wsdl for ourselves?

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