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

Amila Chinthaka Suriarachchi resolved AXIS2-4657.
-------------------------------------------------

    Resolution: Duplicate

This is because java2wsdl uses default axis configuration which does not have a 
https end point. 

Resolving this since this has already reported in here[1].

[1] https://issues.apache.org/jira/browse/AXIS2-4692

> Java2WSDL .. HTTPS ? Multiple Locations?
> ----------------------------------------
>
>                 Key: AXIS2-4657
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4657
>             Project: Axis2
>          Issue Type: Test
>          Components: wsdl
>         Environment: OS: Debian GNU/Linux
> WSO2 WSAS v3.1.3 
>            Reporter: Vitor Manuel Alves Rodrigues
>
> Hello everyone,
> How can i create , using the java2wsdl, https location? It gaves me this 
> "error" -> 
> INFO   | jvm 1    | 2010/03/17 17:01:25 | [2010-03-17 17:01:25,146]  INFO -  
> Trouble processing wsdl file :null
> I'm making my java2wsdl in the build.xml, like this:
> ...
> <target name="java2wsdl"  depends="compile"
>         description="Builds the individual WSDL with the compiled Java 
> classes." > 
>     <!-- Entity WSDL -->
>       <java classname="org.apache.ws.java2wsdl.Java2WSDL" fork="yes" >
>              <arg value="-l"/>
>              <arg 
> value="http://entitas-d.corp.turismodeportugal.pt:9763/services/Entity"; /> 
>            <arg value="-of"/>
>              <arg value="${wsdl.dir}/Entity.wsdl" />
>            <arg value="-tn"/>
>            <arg value="http://entitas.turismodeportugal.pt"; />
> <!-- Unecessary but to modify for 2.0 -->
>            <arg value="-wv"/>
>            <arg value="1.1"/> 
>            <arg value="-cn"/>
>              <arg value="pt.turismodeportugal.entitas.Entity" />
>       <classpath>
>        <path refid="axis.classpath"/>
>        <pathelement path="${classes.dir}"/>
>       </classpath>
>      </java> 
>  </target> 
> ....
> I generates well the WSDL for http. How can i use the https? And to make it 
> perfect, how can i use the multiple location? In the -l option(i think it's 
> there) making for http and https?
> Cheers,
> Vitor Rodrigues

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to