Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the google-analytics-for-wordpress domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/teamrampage.net/public_html/wp-includes/functions.php on line 6121
SOAP – TeamRampage Services

Cleaning a Web Service. . .

So, after spending a fair amount of time building and debugging/testing a web service that I have built for a client I have come to the realization that not only is NuSOAP poorly supported, it is a great concept that has failed at a complete execution. I think the real problem is that one cannot Google…… Continue reading Cleaning a Web Service. . .

The joys of XML . . . blech!

I normally love working with XML. XML is simple, clean, extremely flexible, and is generally fun to me, but trying to coordinate the SOAP messages between a PHP NuSOAP server and a client in a VB.NET desktop application has been one headache after another! From poor documentation for NuSOAP, to trouble with complex return types,…… Continue reading The joys of XML . . . blech!

NuSOAP Sucks

I have come to the conclusion that NuSOAP is a rather good, but poorly documented SOAP solution (hehe). If I ever get the time I might collect my (somewhat extensive) collection of help posts, articles, DQs, and tutorials that have helped me through the process of building a web service that uses NuSOAP (something that…… Continue reading NuSOAP Sucks