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 2009/06/13 02:07:07 UTC

[jira] Resolved: (AXIS2-2969) AXIS2 generates only one EPR for a web service in admin console

     [ https://issues.apache.org/jira/browse/AXIS2-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2969.
--------------------------------------

    Resolution: Fixed

That would be enough I guess.  If you want you can see the rest from the WSDL

> AXIS2 generates only one EPR for a web service in admin console
> ---------------------------------------------------------------
>
>                 Key: AXIS2-2969
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2969
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.2
>         Environment: AXIS2 1.2 with Tomcat or IBM Websphere6.
>            Reporter: Pierre Casenove
>            Assignee: Deepal Jayasinghe
>
> Though multiple EPR are defined in the wsdl , at the server side Axis2 will ignore all those and generate its own epr based on
>  - Available transports
>  - IP and Port
> - Service name
> Extract of the wsdl:
>   <wsdl:service name="ServiceTest">
>     <wsdl:port name="ServiceTest_services" binding="tns:WebServiceTestSoapBinding">
>       <wsdlsoap:address location="http://192.168.31.156:9080/Dev/services/ServiceTest"/>
>     </wsdl:port>
>     <wsdl:port name="ServiceTest_server" binding="tns:WebServiceTestSoapBinding">
>       <wsdlsoap:address location="http://192.168.31.156:9080/Dev/serverAuthent/ServiceTest"/>
>     </wsdl:port>
>     <wsdl:port name="ServiceTest_client" binding="tns:WebServiceTestSoapBinding">
> 	    <wsdlsoap:address location="http://192.168.31.156:9080/Dev/clientAuthent/ServiceTest"/>
>     </wsdl:port>
>   </wsdl:service>
> Generated EPR (returned by function AxisServlet.getEPRsForService(String ServiceName,String IP)):
> http://localhost:9080/fsaDev/services/ServiceTest
> Axis-user mailing list thread: http://marc.info/?l=axis-user&m=118457435121917&w=2

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