Showing posts with label Soap. Show all posts
Showing posts with label Soap. Show all posts

Thursday, 11 June 2009

Random Musings - Day #162

Station closed for the 3rd day this week. Not been open at all this week in my eyes.
That lot from the North East are funny bunch making up new and fun road signs

Yet more Javascript
Some fun and games and useful links found.
- Tools used by sharpgis
- How to inspect Javascript Objects from codeproject.
- How to convert a string to xml
- XMLSerializer from Microsoft.
- Using the JRE Certificate Store from grim.
- Soap Tutorial from Javaboutique.
- Comprehensive list of Soap Clients from jguru/soapware.org
- Soap client 1.6.3 (old) from wareseeker.
- Simple Soap client from IBM.

Tuesday, 9 June 2009

Random Musings - Day #160

Soap bubbling up
I've caught looking at SOAP clients and it's doing my head in. Need to try to set up a SOAP client up in short order. Fine.
But it gets very awkward if you are using client side certificates. The browser only works with it installed, which
heavily complicates things. There is a good javascript SOAP client package from guru4. That's not to say it can be done freehand as shown in this devarticle. Another possible client to look at is Soap-sec. Surprisingly, Firefox has no add-ons for this.

Javascript
Cross-domain scripting is there for security's sake but is very hard but not impossible to by-pass if needed. More on Javascript Objects