You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Mark Nüßler (JIRA)" <ji...@apache.org> on 2007/09/18 11:16:43 UTC

[jira] Created: (AXIS2C-696) adb with base64Binary and xmime.xsd

adb with base64Binary and xmime.xsd
-----------------------------------

                 Key: AXIS2C-696
                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
             Project: Axis2-C
          Issue Type: Bug
          Components: code generation
         Environment: winxp, vs2005
            Reporter: Mark Nüßler
         Attachments: aService.wsdl

when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-696) adb with base64Binary and xmime.xsd

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

Dimuthu Chathuranga updated AXIS2C-696:
---------------------------------------

    Attachment: newtest.tar.gz

The issue is fixed in the latest svn. The attachment contains test cases. Interoperability with the axis2/java is also tested.

Please check case3 for the tests of the relevant sample wsdl.

Thanks
Dimuthu

> adb with base64Binary and xmime.xsd
> -----------------------------------
>
>                 Key: AXIS2C-696
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: winxp, vs2005
>            Reporter: Mark Nüßler
>         Attachments: aService.wsdl, newtest.tar.gz
>
>
> when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-696) adb with base64Binary and xmime.xsd

Posted by "Mark Nüßler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530105 ] 

Mark Nüßler commented on AXIS2C-696:
------------------------------------

i have testet case3, works fine. thx.

hint, when using windows, don't forget to use binary mode with fopen "rb+" |  "wb+"

mfg derMark

> adb with base64Binary and xmime.xsd
> -----------------------------------
>
>                 Key: AXIS2C-696
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: winxp, vs2005
>            Reporter: Mark Nüßler
>         Attachments: aService.wsdl, newtest.tar.gz
>
>
> when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-696) adb with base64Binary and xmime.xsd

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

Dimuthu Gamage resolved AXIS2C-696.
-----------------------------------

    Resolution: Fixed

Already Fixed

> adb with base64Binary and xmime.xsd
> -----------------------------------
>
>                 Key: AXIS2C-696
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: winxp, vs2005
>            Reporter: Mark Nüßler
>         Attachments: aService.wsdl, newtest.tar.gz
>
>
> when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-696) adb with base64Binary and xmime.xsd

Posted by "Dimuthu Chathuranga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530156 ] 

Dimuthu Chathuranga commented on AXIS2C-696:
--------------------------------------------

Thanks for the hint. It is really useful
I will correct the attachment.

Thanks
Dimuthu

> adb with base64Binary and xmime.xsd
> -----------------------------------
>
>                 Key: AXIS2C-696
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: winxp, vs2005
>            Reporter: Mark Nüßler
>         Attachments: aService.wsdl, newtest.tar.gz
>
>
> when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-696) adb with base64Binary and xmime.xsd

Posted by "Mark Nüßler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Nüßler updated AXIS2C-696:
-------------------------------

    Attachment: aService.wsdl

> adb with base64Binary and xmime.xsd
> -----------------------------------
>
>                 Key: AXIS2C-696
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-696
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: winxp, vs2005
>            Reporter: Mark Nüßler
>         Attachments: aService.wsdl
>
>
> when you import xmime.xsd from the java-project (modules\samples\mtom\resources) and set one of your wsdl-elements to type="xmime:base64Binary" the adb codegeneration does not generate properly. -> problems with base64Binary and attribute ContentType.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org