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; }
This is stupid, just have faith, it’s stupid.
$init = substr($fxd,0,1);
if ($init == "1") { $init = 10; }
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
09 Sep 2009 vMonkey comments off
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.
09 Sep 2009 vMonkey comments off