We have this project which runs bunch of web services in Java on JBoss, as well as bunch of test scripts in Perl.
The stubs were generated from subtmaker.pl, and they wroked fine all the way, but now we are moving towards Secured web service...
I searched the document for SOAP::Lite, and found that it didn't mention SSL at all. Then I thought I will just try, so I went to the stb and modified the URL: 1) changed http to https, and 2) changed the port from 8080 to 8443.
But when I ran it, it gave me:
500 Can't locate object method "new" via package "LWP::Protocol::https
+::Socket"
at wsdl.pl line 3
Does anyone has any simple example? Maybe just point me to the right direction... Thanks!!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.