You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Nishant Joshi (JIRA)" <tu...@ws.apache.org> on 2007/08/21 11:39:31 UTC

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

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


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


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

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-1563:
-------------------------------


Duplicate of TUSCANY-1277
I'll try to fix this today.

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


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

Posted by "Nishant Joshi (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523518 ] 

Nishant Joshi commented on TUSCANY-1563:
----------------------------------------

Try with latest code but it got error java.lang.IllegalStateException: No servlet registered for path:

> 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


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

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder resolved TUSCANY-1563.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-0.99

Should be working now, could you try again with the very latest code?

> 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


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

Posted by "Nishant Joshi (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524491 ] 

Nishant Joshi commented on TUSCANY-1563:
----------------------------------------

Thanks Simon, Ant and Tuscany team to solve this problem. 

Here With 0.99,  "services" component in the URL is required, however it was creating WSDL correctly.

thanks again

> 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


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

Posted by "Simon Nash (JIRA)" <tu...@ws.apache.org>.
    [ 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