I already checked that HTTPs connection which seems fine and i do get quite some payload back from the server:
11:26:39.563856 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [S +], seq 1975907677, win 29200, options [mss 1460,sackOK,TS val 2401372 +060 ecr 0,nop,wscale 7], length 0 11:26:39.564017 IP A.B.C.D.pcsync-https > clientserver.55766: Flags [S +.], seq 3050450316, ack 1975907678, win 14480, options [mss 1460,sack +OK,TS val 561024198 ecr 2401372060,nop,wscale 7], length 0 11:26:39.564041 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [. +], ack 1, win 229, options [nop,nop,TS val 2401372061 ecr 561024198], + length 0 11:26:39.564174 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [P +.], seq 1:248, ack 1, win 229, options [nop,nop,TS val 2401372061 ecr + 561024198], length 247 11:26:39.564274 IP A.B.C.D.pcsync-https > clientserver.55766: Flags [. +], ack 248, win 122, options [nop,nop,TS val 561024198 ecr 2401372061 +], length 0 11:26:39.565747 IP A.B.C.D.pcsync-https > clientserver.55766: Flags [P +.], seq 1:833, ack 248, win 122, options [nop,nop,TS val 561024199 ec +r 2401372061], length 832 11:26:39.565752 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [. +], ack 833, win 242, options [nop,nop,TS val 2401372062 ecr 561024199 +], length 0 11:26:39.566007 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [P +.], seq 248:255, ack 833, win 242, options [nop,nop,TS val 2401372062 + ecr 561024199], length 7 11:26:39.566158 IP A.B.C.D.pcsync-https > clientserver.55766: Flags [F +.], seq 833, ack 255, win 122, options [nop,nop,TS val 561024200 ecr +2401372062], length 0 11:26:39.566163 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [F +.], seq 255, ack 833, win 242, options [nop,nop,TS val 2401372063 ecr + 561024199], length 0 11:26:39.566173 IP clientserver.55766 > A.B.C.D.pcsync-https: Flags [. +], ack 834, win 242, options [nop,nop,TS val 2401372063 ecr 561024200 +], length 0 11:26:39.566262 IP A.B.C.D.pcsync-https > clientserver.55766: Flags [. +], ack 256, win 122, options [nop,nop,TS val 561024200 ecr 2401372063 +], length 0

Also, i'm using the exact same URL as the one i'm using in SOAPUI to call the web service.
If the parsing issue is on the response, is there any function i should use to parse/decode the response ?.


In reply to Re^4: XML Parsing issue with SOAP::Lite (xml declaration) by erwanhumez
in thread XML Parsing issue with SOAP::Lite (xml declaration) by erwanhumez

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.