On Friday, November 11, 2011 8:08:44 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?

We'd likely need to see the configuration of how the service is started.   
Also, check the logs for the server .   There should be a INFO level line in 
there saying something like Creating {...}DocumentServiceTypeImplService from 
WSDL   or from class or similar.    Make sure that it's from wsdl and points 
to the right wsdl.




-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to