We have WSDL's in Systinet. We can therefore access these.
The challenge I have is that the web service calls themselves appear to use basic authentication.
Is it possible to write a macro that can wrap the basic authentication userid and password around a WSDL call.
I am very new to writing mashups!




Some WSDLs sit behind the firewall and require username/password to retrieve it. Presto does not yet support entering a username/password when publishing a service.
Therefore, the easiest way to accomplish this is to manually login, get the WSDL and download it locally. Then you can make a subdirectory in the Tomcat webapps directory, say webapps/ACME and copy the wsdl there.
Say you named it acme.wsdl. To publish it in Presto, you would use http://localhost:8080/ACME/acme.wsdl
Presto doesn't attempt to call the service at publication time, so even if the soap:address is unreachable, you'll be ok.