Generate a wsdl file from a cgi script

N

NABIL.B

Hi,
I am very new in web service with the perl language so, i writed a cgi
script (as server) and a pl script (as client).
Now, i want to generate a wsdl file to make a web service composition.
Please, tell me how can i make this task?
I spent a lot of time without result.
Best regards
Nabil
 
J

J. Gleixner

NABIL.B said:
Hi,
I am very new in web service with the perl language so, i writed a cgi
script (as server) and a pl script (as client).
Now, i want to generate a wsdl file to make a web service composition.
Please, tell me how can i make this task?
I spent a lot of time without result.

I've used WSDL::Generator before, and it looks like there might
be a few other solutions:

http://search.cpan.org/search?query=wsdl&mode=all

I always, always, always run into problems with clients written
in Java or .Net when they try to consume a generated WSDL, for
a Web Service written in perl ( e.g. SOAP::Lite), or trying
to write one manually, unless the service is very simple. For
such a simple standard, I've found it's nearly impossible to
create one manually that works for all clients.

If you're using perl on the client side too, it's much more
forgiving and generating the WSDL works very nicely. YMMV.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top