Search code examples
drupalsoapwsdlccknusoap

Uploading an image/various info via SOAP in Drupal


I've tried quite a few options and I just simply have no clue what I'm doing. I do program in PHP, but this SOAP/wsdl stuff is all new to me.

I need to allow a desktop app to upload an image + other info to my Drupal powered site, preferably uploading to the table of CCK content type I have set up. I also need to provide the dev of the desktop app with a wsdl file.

I believe I want to use nusoap, maybe through the soapclient drupal module? The problem is there is 0 documentation in the soapclient module, so I'm kind of confused as to where to even start.

Obviously, this is a pretty big undertaking and I'm just hoping to be pointed in the right direction, with any hints or tips as to how to do this.


Solution

  • In the end, I did this using XML RPC.

    I ended up solving this problem using the following blogs/modules...

    I hope this helps someone down the line. If anyone has any questions, answer this thread with them and I'll respond when Stack emails me.