![]() |
|
more useful options | |
PerlMonks |
Re^3: SOAP::Transport::HTTP::Daemon and XMLby erroneousBollock (Curate) |
on Nov 22, 2007 at 04:05 UTC ( #652301=note: print w/replies, xml ) | Need Help?? |
I have the WSDL description, but only in file form.Are you sure? Web-services commonly serve their WSDL from the proxy URL with '?WSDL' appended. The SOAP::Transport::HTTP::Server subclasses don't make it easy to serve your WSDL from the same service, so what I do is the following:
Is it necessary that WSDL file be web served? I don't see how to use it as local file, is it possible?Sure, do something like this:
Loading from the file saves some time on script startup, using caching saves a lot of work on each request. Update: Fixed my URLs. -David
In Section
Seekers of Perl Wisdom
|
|