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 "nadir amra (Commented) (JIRA)" <ji...@apache.org> on 2012/02/02 19:58:57 UTC

[jira] [Commented] (AXIS2-4692) Java2WSDL not generating location HTTPS

    [ https://issues.apache.org/jira/browse/AXIS2-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199093#comment-13199093 ] 

nadir amra commented on AXIS2-4692:
-----------------------------------

At this time I am implementing option (2) - Add an option where a user can pass in a path to axis2.xml file to use. 

In support of option (2) I added new arguments -axis2xml and -repo.  

-axis2xml is the path to axis2.xml file. 
-repo is path to axis2 repository (-repo would be needed only if modules such as addressing is specified in axis2.xml file).

The one thing I have not finalized on is how to pass multiple endpoints on the -l option?  I cannot use colon as a delimiter since endpoint may include a colon.  Any suggestions?  I guess we can indicate if multiple endpoints can be specified as:

-l [http://entitas-d.corp.turismodeportugal.pt:4000/services/Entity]:[https://entitas-d.corp.turismodeportugal.pt:9443/services/Entity]

I welcome any suggestions.   I plan on implementing this tomorrow so if you have any good suggestions let me know. 

                
> Java2WSDL not generating location HTTPS
> ---------------------------------------
>
>                 Key: AXIS2-4692
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4692
>             Project: Axis2
>          Issue Type: Bug
>         Environment: OS: Debian GNU/Linux
> WSO2 WSAS v3.1.3
>            Reporter: Vitor Manuel Alves Rodrigues
>         Attachments: Entity_HTTP.wsdl, Entity_HTTPS.wsdl, services.xml
>
>
> Hi everyone,
> I have this in my build.xml, to generate my wsdl:
> ...
> <java classname="org.apache.ws.java2wsdl.Java2WSDL" fork="yes" >
>              <arg value="-l"/> 
>              <arg value="https://entitas-d.corp.turismodeportugal.pt:9443/services/Entity" /> 
> 	     <arg value="-of"/>
>              <arg value="${wsdl.dir}/Entity.wsdl" />
> 	     <arg value="-tn"/>  
> 	     <arg value="http://entitas.turismodeportugal.pt" /> -->
>  	    <!-- <arg value="-cn" />
>              <arg value="pt.turismodeportugal.entitas.Entity" />
>       <classpath>
>        <path refid="axis.classpath"/>
>        <pathelement path="${classes.dir}"/>
>       </classpath>
>      </java> 
> ...
> For HTTP(changing the line   <arg value="https://entitas-d.corp.turismodeportugal.pt:9443/services/Entity" /> to   <arg value="http://entitas-d.corp.turismodeportugal.pt:9763/services/Entity" />) it produces this in the wsdl:
> ....
>  <wsdl:service name="Entity">
>         <wsdl:port name="EntityHttpSoap11Endpoint" binding="ns:EntitySoap11Binding">
>             <soap:address location="http://entitas-d.corp.turismodeportugal.pt:9763/services/Entity"/>
>         </wsdl:port>
>         <wsdl:port name="EntityHttpSoap12Endpoint" binding="ns:EntitySoap12Binding">
>             <soap12:address location="http://entitas-d.corp.turismodeportugal.pt:9763/services/Entity"/>
>         </wsdl:port>
>         <wsdl:port name="EntityHttpEndpoint" binding="ns:EntityHttpBinding">
>             <http:address location="http://entitas-d.corp.turismodeportugal.pt:9763/services/Entity"/>
>         </wsdl:port>
>     </wsdl:service>
> ....
> For the HTTPS, it doesn't produce the Endpoints.... Any ideas? Something in the services.xml missing? I will attach the files.....
> Help please it urgent :S

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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