You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Victor Ceban (JIRA)" <ji...@apache.org> on 2007/11/15 20:41:43 UTC

[jira] Created: (AXIS2-3345) Getting [ERROR] More than one part for message

Getting [ERROR] More than one part for message
----------------------------------------------

                 Key: AXIS2-3345
                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
         Environment: axis 2-1.3
            Reporter: Victor Ceban


Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3345) Getting [ERROR] More than one part for message

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542968 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3345:
-----------------------------------------------------

can you attach the whole stack trace and the other files ?


> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl, RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3345) Getting [ERROR] More than one part for message

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

Victor Ceban updated AXIS2-3345:
--------------------------------

    Affects Version/s: 1.3

> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3345) Getting [ERROR] More than one part for message

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

Victor Ceban updated AXIS2-3345:
--------------------------------

    Attachment: RecruitmentOneStop.wsdl

Fixed the "parts". Now getting this

[ERROR] message part null not found in the WSDL
org.apache.axis2.AxisFault: message part null not found in the WSDL

any ideas ?

> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl, RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3345) Getting [ERROR] More than one part for message

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

Victor Ceban updated AXIS2-3345:
--------------------------------

    Attachment: RecruitmentOneStop.wsdl

> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3345) Getting [ERROR] More than one part for message

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542945 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3345:
-----------------------------------------------------

for soap:body the attribute name is parts not part

<soapbind:body message="tns:JAFolderIn" part="body" use="literal"/>

it should be 
<soapbind:body message="tns:JAFolderIn" parts="body" use="literal"/>


> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Closed: (AXIS2-3345) Getting [ERROR] More than one part for message

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

Victor Ceban closed AXIS2-3345.
-------------------------------

    Resolution: Invalid

this is clearly a problem with WSDL file. Thank you for your help

> Getting [ERROR] More than one part for message
> ----------------------------------------------
>
>                 Key: AXIS2-3345
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3345
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: axis 2-1.3
>            Reporter: Victor Ceban
>         Attachments: RecruitmentOneStop.wsdl, RecruitmentOneStop.wsdl
>
>
> Can not generate java classes with attached wsdl file 

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org