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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/04/04 09:29:32 UTC

[jira] Created: (AXIS2-2466) 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive

'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive
-------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-2466
                 URL: https://issues.apache.org/jira/browse/AXIS2-2466
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.2
         Environment: winxp, jdk15, tomcat 6.0.10
            Reporter: Charitha Kankanamge


Please go through the following steps to reproduce the error.

- Place wsdl2 file in META-INF directory of the service archive
- Set useOriginalwsdl=true in services.xml
- Deploy the service archive
- Select the service in the services list in admin console or provide ?wsdl url

Following error is displayed in the browser.

Unable to generate WSDL for this service
	<reason>
If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). 
</reason>

-- 
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-2466) 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive

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

Charitha Kankanamge updated AXIS2-2466:
---------------------------------------

    Attachment: myAxisService.aar

Attached the service archive

> 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2466
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2466
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, tomcat 6.0.10
>            Reporter: Charitha Kankanamge
>         Attachments: myAxisService.aar
>
>
> Please go through the following steps to reproduce the error.
> - Place wsdl2 file in META-INF directory of the service archive
> - Set useOriginalwsdl=true in services.xml
> - Deploy the service archive
> - Select the service in the services list in admin console or provide ?wsdl url
> Following error is displayed in the browser.
> Unable to generate WSDL for this service
> 	<reason>
> If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). 
> </reason>

-- 
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] Resolved: (AXIS2-2466) 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive

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

Keith Godwin Chapman resolved AXIS2-2466.
-----------------------------------------

    Resolution: Fixed

Resolved in 525474.

> 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2466
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2466
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, tomcat 6.0.10
>            Reporter: Charitha Kankanamge
>         Assigned To: Keith Godwin Chapman
>         Attachments: myAxisService.aar
>
>
> Please go through the following steps to reproduce the error.
> - Place wsdl2 file in META-INF directory of the service archive
> - Set useOriginalwsdl=true in services.xml
> - Deploy the service archive
> - Select the service in the services list in admin console or provide ?wsdl url
> Following error is displayed in the browser.
> Unable to generate WSDL for this service
> 	<reason>
> If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). 
> </reason>

-- 
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] Assigned: (AXIS2-2466) 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive

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

Deepal Jayasinghe reassigned AXIS2-2466:
----------------------------------------

    Assignee: Keith Godwin Chapman

> 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2466
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2466
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, tomcat 6.0.10
>            Reporter: Charitha Kankanamge
>         Assigned To: Keith Godwin Chapman
>         Attachments: myAxisService.aar
>
>
> Please go through the following steps to reproduce the error.
> - Place wsdl2 file in META-INF directory of the service archive
> - Set useOriginalwsdl=true in services.xml
> - Deploy the service archive
> - Select the service in the services list in admin console or provide ?wsdl url
> Following error is displayed in the browser.
> Unable to generate WSDL for this service
> 	<reason>
> If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). 
> </reason>

-- 
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-2466) 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive

Posted by "Keith Godwin Chapman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486613 ] 

Keith Godwin Chapman commented on AXIS2-2466:
---------------------------------------------

We cannot show the WSDL 1.1 if useOriginalwsdl=true (when the wsdl in the META-INF is WSDL 2.0). I updated the error accordingly. The error dispaled was wrong cause we show WSDL 11 for any messageReceiver.

Thanks,
Keith

> 'Unable to generate wsdl' error occurs when retrieving wsdl using ?wsdl if wsdl2 is palced in service archive
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2466
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2466
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2
>         Environment: winxp, jdk15, tomcat 6.0.10
>            Reporter: Charitha Kankanamge
>         Assigned To: Keith Godwin Chapman
>         Attachments: myAxisService.aar
>
>
> Please go through the following steps to reproduce the error.
> - Place wsdl2 file in META-INF directory of the service archive
> - Set useOriginalwsdl=true in services.xml
> - Deploy the service archive
> - Select the service in the services list in admin console or provide ?wsdl url
> Following error is displayed in the browser.
> Unable to generate WSDL for this service
> 	<reason>
> If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If you have added a custom WSDL in the META-INF directory, then please make sure that the name of the service in services.xml (/serviceGroup/service/@name) is the same as in the custom wsdl's service name (/wsdl:definitions/wsdl:service/@name). 
> </reason>

-- 
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