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 "Erland Isaksson (JIRA)" <ji...@apache.org> on 2006/11/20 09:22:01 UTC

[jira] Created: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic
--------------------------------------------------------------------------------------------

                 Key: AXIS2-1748
                 URL: http://issues.apache.org/jira/browse/AXIS2-1748
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.1
         Environment: Windows XP
Bea WebLogic 9.2
            Reporter: Erland Isaksson


1. I build a aar with an included wsdl 
2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war)
3. I deploy the war in WebLogc (its not delpoyed exploded)

The result is that when I access the webservice as:
http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl

I just get the error:
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).

If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

Posted by "Erland Isaksson (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1748?page=all ]

Erland Isaksson updated AXIS2-1748:
-----------------------------------

    Attachment: services.xml

The services.xml used

> It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1748
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1748
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1
>         Environment: Windows XP
> Bea WebLogic 9.2
>            Reporter: Erland Isaksson
>         Attachments: DeveloperService.wsdl, services.xml
>
>
> 1. I build a aar with an included wsdl 
> 2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war)
> 3. I deploy the war in WebLogc (its not delpoyed exploded)
> The result is that when I access the webservice as:
> http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl
> I just get the error:
> 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).
> If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

Posted by "Erland Isaksson (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1748?page=all ]

Erland Isaksson updated AXIS2-1748:
-----------------------------------

    Attachment: DeveloperService.wsdl

The wsdl file used

> It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1748
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1748
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1
>         Environment: Windows XP
> Bea WebLogic 9.2
>            Reporter: Erland Isaksson
>         Attachments: DeveloperService.wsdl, services.xml
>
>
> 1. I build a aar with an included wsdl 
> 2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war)
> 3. I deploy the war in WebLogc (its not delpoyed exploded)
> The result is that when I access the webservice as:
> http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl
> I just get the error:
> 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).
> If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

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

Deepal Jayasinghe resolved AXIS2-1748.
--------------------------------------

    Resolution: Fixed

Fixed the issue in the current code base

To have this feature you need to add one more file into META-INF directory called "wsdl.list" , and that file need to include all the wsdl files that you need to use (for example if you are trying to deploy a service group with multiple wsdl then name them in that file)

> It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1748
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1748
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1
>         Environment: Windows XP
> Bea WebLogic 9.2
>            Reporter: Erland Isaksson
>         Assigned To: Deepal Jayasinghe
>         Attachments: DeveloperService.wsdl, services.xml
>
>
> 1. I build a aar with an included wsdl 
> 2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war)
> 3. I deploy the war in WebLogc (its not delpoyed exploded)
> The result is that when I access the webservice as:
> http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl
> I just get the error:
> 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).
> If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl

-- 
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-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

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

Davanum Srinivas updated AXIS2-1748:
------------------------------------

    Assignee: Deepal Jayasinghe

> It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1748
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1748
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1
>         Environment: Windows XP
> Bea WebLogic 9.2
>            Reporter: Erland Isaksson
>         Assigned To: Deepal Jayasinghe
>         Attachments: DeveloperService.wsdl, services.xml
>
>
> 1. I build a aar with an included wsdl 
> 2. I include the built aar package in a war (the same contents as axis2.war but renamed to DeveloperServerAxis.war)
> 3. I deploy the war in WebLogc (its not delpoyed exploded)
> The result is that when I access the webservice as:
> http://localhost:7001/DeveloperServerAxis/services/DeveloperService?wsdl
> I just get the error:
> 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).
> If I deploy the same war explored everything works correct and the wsdl is shown when accessing the web service with ?wsdl

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