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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/05/09 08:16:55 UTC

[jira] Created: (AXIS2-3794) Generating a wrong port address for POJO deployment

Generating a wrong port address for POJO deployment 
----------------------------------------------------

                 Key: AXIS2-3794
                 URL: https://issues.apache.org/jira/browse/AXIS2-3794
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Deepal Jayasinghe
            Priority: Blocker


When I deploy a very simple POJO service it generates following as the service section in WSDL. As I know this is not nice and we need to fix this as soon as possible.  It is not good to have "SampleService.SampleServiceHttpSoap12Endpoint" as the service address. We did not agree anywhere about this structure.

Sanka , please comment on this and try to fix that once you get a free time.

<wsdl:service name="SampleService">
−
	<wsdl:port name="SampleServiceHttpSoap11Endpoint" binding="ns:SampleServiceSoap11Binding">
<soap:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap11Endpoint"/>
</wsdl:port>
−
	<wsdl:port name="SampleServiceHttpSoap12Endpoint" binding="ns:SampleServiceSoap12Binding">
<soap12:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap12Endpoint"/>
</wsdl:port>
−
	<wsdl:port name="SampleServiceHttpEndpoint" binding="ns:SampleServiceHttpBinding">
<http:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpEndpoint"/>
</wsdl:port>
</wsdl:service>

-- 
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-3794) Generating a wrong port address for POJO deployment

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595490#action_12595490 ] 

Sanka Samaranayake commented on AXIS2-3794:
-------------------------------------------

We discussed about that change in a axis2 developer mailing thread.[1] I believe it is the correct behavior and we should stick to that.

Sanka

[1] http://www.mail-archive.com/axis-dev@ws.apache.org/msg40047.html

> Generating a wrong port address for POJO deployment 
> ----------------------------------------------------
>
>                 Key: AXIS2-3794
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3794
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Assignee: Sanka Samaranayake
>            Priority: Blocker
>
> When I deploy a very simple POJO service it generates following as the service section in WSDL. As I know this is not nice and we need to fix this as soon as possible.  It is not good to have "SampleService.SampleServiceHttpSoap12Endpoint" as the service address. We did not agree anywhere about this structure.
> Sanka , please comment on this and try to fix that once you get a free time.
> <wsdl:service name="SampleService">
> −
> 	<wsdl:port name="SampleServiceHttpSoap11Endpoint" binding="ns:SampleServiceSoap11Binding">
> <soap:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap11Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpSoap12Endpoint" binding="ns:SampleServiceSoap12Binding">
> <soap12:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap12Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpEndpoint" binding="ns:SampleServiceHttpBinding">
> <http:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpEndpoint"/>
> </wsdl:port>
> </wsdl:service>

-- 
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-3794) Generating a wrong port address for POJO deployment

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

Deepal Jayasinghe resolved AXIS2-3794.
--------------------------------------

    Resolution: Won't Fix

Let's do so

> Generating a wrong port address for POJO deployment 
> ----------------------------------------------------
>
>                 Key: AXIS2-3794
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3794
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Assignee: Sanka Samaranayake
>            Priority: Blocker
>
> When I deploy a very simple POJO service it generates following as the service section in WSDL. As I know this is not nice and we need to fix this as soon as possible.  It is not good to have "SampleService.SampleServiceHttpSoap12Endpoint" as the service address. We did not agree anywhere about this structure.
> Sanka , please comment on this and try to fix that once you get a free time.
> <wsdl:service name="SampleService">
> −
> 	<wsdl:port name="SampleServiceHttpSoap11Endpoint" binding="ns:SampleServiceSoap11Binding">
> <soap:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap11Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpSoap12Endpoint" binding="ns:SampleServiceSoap12Binding">
> <soap12:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap12Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpEndpoint" binding="ns:SampleServiceHttpBinding">
> <http:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpEndpoint"/>
> </wsdl:port>
> </wsdl:service>

-- 
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-3794) Generating a wrong port address for POJO deployment

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643005#action_12643005 ] 

Glen Daniels commented on AXIS2-3794:
-------------------------------------

Can we close this as "not a bug", or do you still have issues with it Deepal?

IIRC we now accept both the old way (with no .[endpoint] at the end of the URL) and the new way.

> Generating a wrong port address for POJO deployment 
> ----------------------------------------------------
>
>                 Key: AXIS2-3794
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3794
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Assignee: Sanka Samaranayake
>            Priority: Blocker
>
> When I deploy a very simple POJO service it generates following as the service section in WSDL. As I know this is not nice and we need to fix this as soon as possible.  It is not good to have "SampleService.SampleServiceHttpSoap12Endpoint" as the service address. We did not agree anywhere about this structure.
> Sanka , please comment on this and try to fix that once you get a free time.
> <wsdl:service name="SampleService">
> −
> 	<wsdl:port name="SampleServiceHttpSoap11Endpoint" binding="ns:SampleServiceSoap11Binding">
> <soap:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap11Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpSoap12Endpoint" binding="ns:SampleServiceSoap12Binding">
> <soap12:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap12Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpEndpoint" binding="ns:SampleServiceHttpBinding">
> <http:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpEndpoint"/>
> </wsdl:port>
> </wsdl:service>

-- 
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-3794) Generating a wrong port address for POJO deployment

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

Deepal Jayasinghe reassigned AXIS2-3794:
----------------------------------------

    Assignee: Sanka Samaranayake

> Generating a wrong port address for POJO deployment 
> ----------------------------------------------------
>
>                 Key: AXIS2-3794
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3794
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Assignee: Sanka Samaranayake
>            Priority: Blocker
>
> When I deploy a very simple POJO service it generates following as the service section in WSDL. As I know this is not nice and we need to fix this as soon as possible.  It is not good to have "SampleService.SampleServiceHttpSoap12Endpoint" as the service address. We did not agree anywhere about this structure.
> Sanka , please comment on this and try to fix that once you get a free time.
> <wsdl:service name="SampleService">
> −
> 	<wsdl:port name="SampleServiceHttpSoap11Endpoint" binding="ns:SampleServiceSoap11Binding">
> <soap:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap11Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpSoap12Endpoint" binding="ns:SampleServiceSoap12Binding">
> <soap12:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpSoap12Endpoint"/>
> </wsdl:port>
> −
> 	<wsdl:port name="SampleServiceHttpEndpoint" binding="ns:SampleServiceHttpBinding">
> <http:address location="http://10.100.1.132:8080/axis2/services/SampleService.SampleServiceHttpEndpoint"/>
> </wsdl:port>
> </wsdl:service>

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