PHP Development

Logic done the long (wrong) way

This is stupid, just have faith, it’s stupid.

$init = substr($fxd,0,1);
if ($init == "1") { $init = 10; }

PHP Development, Vexed Daily

My Most Used Snippet Of Code on Linux CLI

ps aux | grep < variable >

PHP Development

WSDL 2.0 for REST

So, I have been spoiled in the past with the use of tools to create my WSDL’s for me for SOAP API usage. I have been working on some API’s that need to be exposed via REST with WSDL support. This post is going to be pure babbling as I just need to post something cause it’s been so long.

With the most recent work in REST that I am doing, part of the requirements is that a functional WSDL is present. I do not currently have a tool to generate me a WSDL based on my REST service, so I have had to build one by hand.

I have work to do still, but so far…
ServiceScheme

Vexed Daily

Comments Fixed In WP

Well.. as you can see this has not been a huge priority for me, but I have finally updated WP and comments appear to be fixed now. I guess I can continue blogging as needed.

« Prev - Next »