Reputation: 6358
On the server, I run apache and I have a SOAP server. I have put the WSDL file on /var/www/html/custom.wsdl
I want to view this file in a browser, so I type http://myip.com/custom.wsdl in Chrome and the file gets downloaded and I type http://myip.com/custom.wsdl?wsdl and the same thing, the file gets downloaded.
What steps have I missed in allowing remote access to my wsdl file?
Upvotes: 0
Views: 448
Reputation: 359906
It sounds like things are working just fine. The file gets downloaded, which means:
Content-Disposition: attachment
headerUpvotes: 2