SOAP::Lite::Simple

Ranguard on 2005-07-24T08:45:04

I realeased SOAP::Lite::Simple version 1 last night, I'd be really interested if anyone has feedback.

I think that's one of the hardest things about writing modules is you put them on CPAN and don't know if anyone is going to use it.

My main problem is I don't know of any open .NET or 'other' web services I can check against in my tests.


Try these..

jk2addict on 2005-07-24T14:45:18

Here are some public .NET based web services at http://www.webservicex.net/

I use one of them in Finance::Currency::Convert::WebserviceX, although I bypassed all of the actual SOAP and did it ith LWP.

Re:Try these..

Ranguard on 2005-07-25T08:39:15

I'll check it out - thanks

solve 2 problems at once

johnpc on 2005-07-25T12:40:51

Why don't you setup a simple SOAP service yourself, eg something silly that simply returns it's argument, and have your test script call that service.

Then you'll have something to test with, and you'll know how many hosts run "make test"... which gives an approximation of the number of people using your module :)