Hello:
I haven't much experience with Drupal. We have an ASP.net application that we'd like to integrate with Drupal for online community functionality. I gather there is an XML interface to Drupal for this yes? Ideally looking at an example would be best. Anyone have any experience with this?

Any and all information you could point me to would be very much appreciated.

Jonny L.

Comments

Yeop

Jonny,

Yes. We have done this before. Best route to go is either XML-RPC, SOAP (I def. prefer NuSOAP by far), and lastly COM/DCOM objects. The COM is a little slow on the creation of it, but runs fast and fine after the initialization phase. We found it ran just normally and w/o delay under IIS though, a a slighty delay (few ms) under Apache.

We have also created a few functions and classes and compiled the PHP into CLR using phalanger. If you're going .NET/PHP, that's prob. going to give you the most low-level performance.

So there are a few options that you have.

Need documentation or example

Thanks for the reply.

Could you point me to documentation on the XML-RPC interface? There doesn't seem to be much on the subject here at drupal.org (the documentation under Handbooks - Developing for Drupal - Drupal APIs - XML - RPC API isn't very useful for me).

Alternatively, do you have some sample code (and/or XML) I could look at?

We have the same problem

We have a client with existing ASP.net apps that are to be integrated into the new Drupal-based portal. Integration should be at the presentation level only, preferably each such ASP.net app to show as part of a Drupal page's content area.

Any suggestions as how to do it simple and clean?

Thanks!

---

http://www.openify.com - Drupal Services in Israel

Delay

misterpotatoehead,

sorry i didn't reply with examples, etc. of the integration. I'll try and post some on my blog. Anyone have a public IIS server so lend for examples? :). I'll post some code though. let me know how you faired out.

ekris,

What version of ASP.NET are you running? My suggestion is SOAP, as it's the defacto-standard way that Microsoft exchanges data.

I'll try and post an example.

your best bet will be to

your best bet will be to look into a framework called "phlanger". Phlanger adds php to the ISAPI interface for IIS, allowing you to use PHP and ASP.NET side by side. Furthermore, it also adds project classes and small intellisense support for PHP within visual studio.

You can also reference PHP classes from within C# or vb.net, or vice versa. Its quite experimental, but its been around since 2005, and recently has recieved microsoft's blessing so I'd say its fairly stable.

We have same problem

Hi,

haven't much experience with Drupal. We have an ASP.net application that we'd like to integrate with Drupal calendar event. Anyone have any experience with this?

Any and all information you could point me to would be very much appreciated.

Regards,
Mohan

I notice that you posted your

I notice that you posted your issue some time back.

Please be aware that you posted your topic
in the 'Deprecated' (no longer used) section of the forums.

That is likely why you never got any replies.

Please note that this "topic" had been "Deprecated"
and will not be seen by typical forum users.

The "Deprecated section of the Forums"
is not actively used and is intended as a library archive
collection of old posts.

The only notice it will get is via notifications
to this topic's 'followers'.

Please "Post new Forum topic" in one of the active forums.

In your case I recommend that you post in the forum
-- Post installation http://drupal.org/forum/22

.
.
.
____________
If you have a question,
search and post in both these places.

  • Issues Q.
  • Forum: Once-only: Choose wisely: Beware depricated Dungeon(s).

More: http://drupal.org/node/1478010

nobody click here