You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <tu...@ws.apache.org> on 2007/09/01 19:39:19 UTC

[jira] Commented: (TUSCANY-1563) WSDL generated on the fly has some problem

    [ https://issues.apache.org/jira/browse/TUSCANY-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524291 ] 

Simon Nash commented on TUSCANY-1563:
-------------------------------------

This appears to be working correctly using the 0.99 release.  If the war file for the calculator-webapp-ws sample is modified to use dynamic WSDL generation and deployed in Tomcat, the dynamic WSDL displayed at
   http://localhost:8080/sample-calculator-webapp-ws/services/AddServiceComponent?wsdl
has a soap:address of
   http://<my-ip-address>:8080/sample-calculator-webapp-ws/services/AddServiceComponent
which is correct.

Please note that there is a "services" component in the URL.  With 0.99, this is required.  There is work going on in the trunk to eliminate this prefix but it isn't working correctly yet (see TUSCANY-1652).

> WSDL generated on the fly has some problem
> ------------------------------------------
>
>                 Key: TUSCANY-1563
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1563
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>         Environment: Eclipse, tuscany-sca-1.0-incubating-SNAPSHOT (Tuscany Nightly Build), Windows XP
>            Reporter: Nishant Joshi
>             Fix For: Java-SCA-0.99
>
>
> Hi, I have generated wsdl on the fly using Tuscany Nightly Build.It was creating wsdl with some problem.
> problem is in generation of tag "<soap:address location="http://XX:XX:XX:XX:8080/ExampleComponent/MyService" />". 
> here root folder name of Tomcat/webapps is missing.Here in my example root folder name is "Example-0.0.1"
> so soap address will be like "<soap:address location="http://XX:XX:XX:XX:8080/Example-0.0.1/ExampleComponent/MyService" />" not "<soap:address location="http://XX:XX:XX:XX:8080/ExampleComponent/MyService" />".
> So here root folder name is missing in soap address location.
> Because it was creating problem when I have tried to create WebService client using Eclipse Europa's plugins facility.
> Thanks in advance
> Nishant Joshi
>  
>  

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org