Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What package connects Perl to to a .NET WebService?

Status
Not open for further replies.

jbetts

Programmer
May 26, 2009
2
US
I'm trying to get Perl to connect to a .net Webservice, but I am having trouble doing so.

I'm currently using the SOAP::Lite package.

The webservice is at "
I am attaching the wsdl.

Can anyone see any glaring reason why I can't get it to work? I can connect to the service, or rather I can see that it simply exists, but I can't seem to pass params or get any success messages back.

It's like SOAP::Lite acknowledges that it's there, but it unable to actually do anything with it.

I've been researching this for a week now and am up against a wall to get something figured out.

Any help I could get would be greatly appreciated.

Thank you.
 
Do you have access to the server logs for the system that hosts the web service? This may help you if it is going wrong at the other end e.g. security permissions etc.

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top