in reply to Re^3: SOAP::Lite Module
in thread SOAP::Lite Module

No it wasnt, I didnt want to display the actual servers FQDN. However, it seems that the SOAP::Lite reader isnt compatible with .NET's SOAP. So I guess this isnt possible :(

Replies are listed 'Best First'.
Re^5: SOAP::Lite Module
by Anonymous Monk on Mar 25, 2010 at 00:44 UTC
    However, it seems that the SOAP::Lite reader isnt compatible with .NET's SOAP. So I guess this isnt possible :(

    It isn't a compatibility issue, SOAP::Lite simply doesn't support WSDL fully (as documented, IIRC). Thats fine since doing things manually is fairly simple. Alternatively you could try SOAP::WSDL