in reply to Re^3: XML::Compile Changing Server Endpoint
in thread XML::Compile Changing Server Endpoint

"Just throwing out ideas for workarounds...but if you parse the wsdl yourself ( with XML::LibXML->load_xml(..) )" ... "XML::Compile handles more than just files passed to its object constructors."

Thanks Runrig, that works quite adequately! I hadn't noticed that I could pass the file object to the XML::Compile::WSDL11 constructor.

  • Comment on Re^4: XML::Compile Changing Server Endpoint