Hi all, Currently I am trying to create a tiny bit of code, To connect to a WSDL Service, The problem is I have tried everything from SOAP::Lite to SOAP::WSDL without being able to get it to work correctly, The only thing I have been able to do is get it to return a list of methods I can use, and then when I sent the correct method incorrect envelope,
If anyone could take a look at the WSDL and tell me why its so abnormal (I have been able to connect to other WSDL's fine) and maybe show me the best, and smallest way to connect to it I would be over the moon!
The URL for the WSDL Is
https://gsxws2.apple.com/wsdl/emeaAsp/gsx-emeaAsp.wsdl
(Please note all requests require a session ID that is returned via Authenticate, If you can get it to just burp back with invalid username/password/service number that will be perfect)
Thank you!
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.