http://www.jroller.com/gmazza/entry/web_service_tutorial might help.
Glen On 11/11/2011 8:08 AM, pe4enko wrote:
Hi all. I try to create WSDL first webService with use spring. It startup without any ERROR. But it not work. Then i try to get wsdl from service i got only <wsdl:definitions xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://documentws.ws.sufd.otr.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DocumentServiceTypeImplService" targetNamespace="http://documentws.ws.sufd.otr.com/"> <wsdl:portType name="DocumentServiceTypeImpl"></wsdl:portType> <wsdl:binding name="DocumentServiceTypeImplServiceSoapBinding" type="tns:DocumentServiceTypeImpl"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> </wsdl:binding> <wsdl:service name="DocumentServiceTypeImplService"> <wsdl:port binding="tns:DocumentServiceTypeImplServiceSoapBinding" name="DocumentServiceTypeImplPort"> <soap:address location="http://10.20.1.22:9000/documentWebService"/> </wsdl:port> </wsdl:service> </wsdl:definitions> but it has'n any opertaion. Can any body say what i must to check? -- View this message in context: http://cxf.547215.n5.nabble.com/WebService-do-not-work-tp4984774p4984774.html Sent from the cxf-user mailing list archive at Nabble.com.
-- Glen Mazza Talend Community Coder http://coders.talend.com
