Which release of Tuscany are you using? If its 1.1 then that sounds like https://issues.apache.org/jira/browse/TUSCANY-1948 which has been fixed in trunk and the 1.2 release which is about to be released.
...ant On Sat, Apr 12, 2008 at 4:29 AM, Fengxiang <[EMAIL PROTECTED]> wrote: > I use the auto generated wsdl file of in smaple project: > sample-calculator-ws-webapp/ > I use the uri " > http://192.168.0.159:8081/sample-calculator-ws-webapp/AddServiceComponent" > to get a wsdl file > http://localhost:8080/sample-calculator-ws-webapp/AddServiceComponent?wsdl > in the wsdl ,it show me the addservice with: > <wsdl:service name="AddService"> > − > <wsdl:port name="AddServiceSOAP11port_http" > binding="ns0:AddServiceSOAP11Binding"> > <soap:address location="http://192.168.0.159:8081/ > sample-calculator-ws-webapp/sample-calculator-ws-webapp/<http://192.168.0.159:8081/sample-calculator-ws-webapp/sample-calculator-ws-webapp/> > AddServiceComponent"/> > </wsdl:port> > − > <wsdl:port name="AddServiceHttpport" > binding="ns0:AddServiceHttpBinding"> > <http:address location="http://192.168.0.159:8081/ > sample-calculator-ws-webapp/sample-calculator-ws-webapp/<http://192.168.0.159:8081/sample-calculator-ws-webapp/sample-calculator-ws-webapp/> > AddServiceComponent"/> > </wsdl:port> > </wsdl:service> > > But ,use the above locations , there will be error to get the addservice, > it should be http://192.168.0.159:8081/sample-calculator-ws-webapp/ > AddServiceComponent > > is this an error in the tuncany implementation? > Thanks. >
