in reply to wsdl api in perl
Do you want to create a SOAP server or a SOAP client?
If server then you can use SOAP::Lite, but your service is by no means connected with any WSDL nor there is any support for WSDL creation.
If client then SOAP::Lite can make a client stub via SOAP::Lite->service($WSDL_URI), but
Sorry if my answer is of no help to you. If you plan to utilize WSDL (and document/literal SOAP) you should also see XML::Compile.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wsdl api in perl
by vit (Friar) on Feb 12, 2008 at 00:04 UTC | |
by roman (Monk) on Feb 12, 2008 at 08:47 UTC |