hellow,
i got this problem i'm trying to use this service https://maullin.sii.cl/DTEWS/QueryEstDte.jws?WSDL on my pb 11.5 project but i keep telling me that cannot
i even try with others WS, and nothing... already install the Microsoft Windows SDK for Windows 7 and .NET Framework 4.
i am missing something? do i need to install extra requirement?
in my experience there are some WSDL that can not be read as a SOAP proxy but they work with the .net engine
I'm assuming you can access the server where the WSDL is located. Try pulling up the WSDL in a browser and save it to a file, then try importing that file instead of the url. If that doesn't work try uninstalling/reinstalling the win7 sdk. It can be a datatype in the WSDL that it doesn't know how to process, which might explain why Chris is able to consume it with the newer PB and .NET framework. Have you tried any other super simple web service WSDLs to see if those work? If you can't get anything to work, I'd say it's your SDK/framework not installed correctly or some other .NET install that's interfering and causing an issue.
Kevin