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