[Xml-compile] RE: error: remote system uses XOP,
use XML::Compile::XOP
DEIGNAN Ciaran
c.deignan at rsd.com
Tue Aug 14 15:11:11 GMT 2012
Hi,
I see the error message in the module "XML::Compile::Transport::SOAPHTTP", =
in the case where the content-type is "Multipart/Related;"
lc($ct) ne 'multipart/related'
or error __x"remote system uses XOP, use XML::Compile::XOP";
So I guess this just isn't supported? Or is there some magic I'm missing?
Thanks
Ciaran
From: DEIGNAN Ciaran
Sent: lundi 13 ao=FBt 2012 12:29
To: 'xml-compile at lists.scsys.co.uk'
Subject: error: remote system uses XOP, use XML::Compile::XOP
Hi All,
I'm just starting with XML::Compile. I want to interface an internal web se=
rvice, without having to learn any java ;)
I'm just writing tiny test programs to understand how its supposed to work.
Currently I'm getting the error "remote system uses XOP, use XML::Compile::=
XOP".
It happens even for functions that require no parameters.
In the trace I see that the call is successful (_rc 200). The header of the=
reply says
Content-Type: application/xop+xml; type=3D"text/xml"; charset=3Dutf-8
The actual data doesn't seem to be in any special binary format, its just s=
tandard XML.
Obviously I've tried adding "use XML::Compile::XOP;" at different places in=
my program
I've also tried passing a parameter with the XOP encoding.
I'm using ActiveState Perl 5.12 with the ppm-installed XML::Compile::SOAP v=
ersion 2.25.
Any suggestions please?
Ciaran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/xml-compile/attachments/20120814/e3=
a87063/attachment.htm
More information about the Xml-compile
mailing list