rmnrdi
6 years agoContributor
Using DLL as webservice
We currently use a webservice (SOAP) that runs using a .dll and Apache.
When I try to retrieve information on services and enter the location (http://127.0.0.1/innova/innovaservice.dll) of the WSDL document, get the following error: No services are specified in the WSDL document or the document is invalid.
i looked in the forums at old posts, but didn't see anything new.
Any ideas how I could determine if the WSDL is valid?
Looking at the XML you attached... I think you have your WSDL location incorrect... I'm kinda amatuerish at this stuff but, at the end of the xml, it says the location is
http://127.0.0.1/innova/innovaservice.dll/soap/IInnovaService
Have you tried using that path?