The same code worked fine for me both at home and at the office against my emulation of the WebLogic behavior.
I moved the code to
perl, v5.8.0 built for i386-linux-thread-multi
, and it works against the real WebLogic behavior.
I did eventually get the SOAP::Lite interface going as well, so the backend gets exercised that way and I now have a third option for putting the front end through its paces. (With the brick wall I hit on Mechanize/Cygwin, I implemented tests in Rational Robot and LoadRunner VU Generator.)
In case it saves anybody some time, when causing SOAP::Lite to create XML queries that could be parsed by WebLogic's implementation of SAX (JAX?) I found it helpful to expressly set
'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance" as a SOAP::Data attribute while building the query.
(I apologize for the buzzword overuse, I'm hoping to provide SuperSearch as many opportunities as possible to locate this potential nugget.)
--pilgrim
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.