Skip to content

WEB SERVICE HELP!

Levers, pulleys, widgets, computers, and other gearhead talk.

Moderators: arclight, happywaffle

  • User avatar
  • DollarBill Offline
  • Posts: 1282
  • Joined: March 7th, 2006, 12:57 pm
  • Location: Chicago, IL
  • Contact:

WEB SERVICE HELP!

Post by DollarBill »

Do you know anything about web services? I don't!!!
I need to call one from a plug-in I'm writing. I need to find if it's possible real fast. Anyone care to share or point me at a resource that can help.
THANKS, NERDS!
They call me Dollar Bill 'cause I always make sense.
  • User avatar
  • DollarBill Offline
  • Posts: 1282
  • Joined: March 7th, 2006, 12:57 pm
  • Location: Chicago, IL
  • Contact:

Post by DollarBill »

It looks like I could call web service methods from within a browser with just a url?

That would be ideal because I know the SDK I'm working in allows me to do a OpenUrl type of deallymabobber.
They call me Dollar Bill 'cause I always make sense.
  • User avatar
  • beardedlamb Offline
  • Posts: 2676
  • Joined: October 14th, 2005, 1:36 pm
  • Location: austin
  • Contact:

Post by beardedlamb »

uh, can we just hear about the Cougar please and save this internet development crap for some other nerd forum? thx
.............
O O B
.............
  • User avatar
  • Topping Offline
  • Posts: 103
  • Joined: August 19th, 2005, 12:19 pm
  • Location: Austin
  • Contact:

Post by Topping »

Nerd talk is nerd talk
  • User avatar
  • DollarBill Offline
  • Posts: 1282
  • Joined: March 7th, 2006, 12:57 pm
  • Location: Chicago, IL
  • Contact:

Post by DollarBill »

Sadly, the success of this project directly affects how much cash I have for cat repairs.

Also, the plot has thickened. I need to send a JPEG to a web service. I guess in its code form? Any of you web-developing technosmarties have any idea?
They call me Dollar Bill 'cause I always make sense.
  • User avatar
  • Jon Bolden Offline
  • Site Admin
  • Posts: 1491
  • Joined: March 19th, 2008, 11:16 am
  • Location: Austin, TX
  • Contact:

Post by Jon Bolden »

DollarBill wrote:Sadly, the success of this project directly affects how much cash I have for cat repairs.
What's wrong with your cat? What sound is it making?
Be More Fun than Funny
  • User avatar
  • bradisntclever Offline
  • Site Admin
  • Posts: 1747
  • Joined: February 27th, 2007, 1:25 am
  • Location: Brooklyn, NY

Post by bradisntclever »

DollarBill wrote:Sadly, the success of this project directly affects how much cash I have for cat repairs.
Then for the cat's sake, I hope you find your answer quickly!
  • User avatar
  • Jon Bolden Offline
  • Site Admin
  • Posts: 1491
  • Joined: March 19th, 2008, 11:16 am
  • Location: Austin, TX
  • Contact:

Post by Jon Bolden »

But for real, if I knew how to do that stuff, I would help you billy.
Be More Fun than Funny
  • User avatar
  • DollarBill Offline
  • Posts: 1282
  • Joined: March 7th, 2006, 12:57 pm
  • Location: Chicago, IL
  • Contact:

Post by DollarBill »

Okay, I think I have followed the trail to the conclusion that I need to somehow get the JPEG into its binary string form so that I can convert that to base-64 so that I can send that in the string to the web service.
They call me Dollar Bill 'cause I always make sense.
  • User avatar
  • DollarBill Offline
  • Posts: 1282
  • Joined: March 7th, 2006, 12:57 pm
  • Location: Chicago, IL
  • Contact:

Post by DollarBill »

Just in case this thread ends up being searched on and found by others trying to upload jpegs to web services. I ended up using cURL to send a SOAP request with the BASE64 image string embeded in the xml. IT WORKS!
They call me Dollar Bill 'cause I always make sense.
Post Reply