> I’m having a terrible time trying to figure out how to get the WSS SOAP
> header out of my compiled client. For some reason, doing this:
>
> use XML::Compile::WSDL11;
> use XML::Compile::SOAP11;
> use XML::Compile::Transport::SOAPHTTP;
> use XML::Compile::C14N::Util qw/C14N_EXC_NO_COMM/;
> use XML::Compile::Util qw/pack_type/;
>
> my $wsdl = XML::Compile::WSDL11->new(“TicketManagement.wsdl");
In above lines you are not loading ::WSS. I guess that another
component of your program is pulling that in. Can you look for that?
The use (only the use) of security headers leaks from one WSDL into
the next.
--
Regards,
MarkOv
------------------------------------------------------------------------
Mark Overmeer MSc MARKOV Solutions
[email protected] [email protected]
http://Mark.Overmeer.net http://solutions.overmeer.net
_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile