soap

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Drupal_Frank's picture

Interfacage avec système ERP Sage

Bonjour, dans le cadre d'un de mes projets, je dois créer un moyen de communiquer avec un système ERP Sage et Drupal Commerce. Je sais que je pourrais utiliser ODBC pour faire la communication mais ne le trouvant pas assez sécuritaire, je cherche une alternative.

Quelqu'un pourrait m'aider à m'orienter (pistes de solutions) pour déterminer un autre moyen de créer une architecture entre Drupal et Sage. Exemple: Rest, Soap.

Merci d'avance pour toutes informations.

François Pilon

Read more
pelach's picture

images with soap

hello all,

I am trying to get a node out of "http://source.com" to "http://destination.com" via services using the node_soap_retrieve function and the soap_server module.

Both sites are running drupal 6.22.

Now say I want to create a node which has an image field in "http://destination.com" from "http://source.com".

how do I upload that image in "http://destination.com"?

I mean the node that want to create should have an image but how do I pass this binary info?

I hope I described my problem well :)

thank you.

Read more
anieves's picture

Problemas con hook_service() para generación XML con SOAP-WSDL

Hola amigos, necesito una pequeña ayuda ya que tengo un pequeño problema al construir una respuesta WSDL que interpreta Flex, resumiendo lo que tiene que devolver el servicio que estoy creando es esto:

Read more
dbt102's picture

BACnet Interfaces (BI Module)

BACnet Interfaces are plentiful. What is the best way to develop a Drupal module that can fully implement a BACnet interface from any vendors device.

Read more
dbt102's picture

BACnet Web Services

The Services Module (http://drupal.org/project/services) already provides a standardized solution of integrating external applications with Drupal. Service callbacks may be used with multiple interfaces like XMLRPC, JSON, JSON-RPC, REST, SOAP, AMF, etc. This allows a Drupal site to provide web services via multiple interfaces while using the same callback code.

Has anyone used it to bring BACnet data into Drupal?

Is this all that is needed to fully implement BACnet Web Services (ref: http://www.BACnet.org/WG/XML/index.html) into Drupal?

Read more
masu0105's picture

Webbservice klient

Hej!

Jag har problem med att anropa en java webbservice från en modul. Webbservicen är skriven i java och skapad med Netbeans, metoden jag anropar heter getInfo och returnerar en sträng. Jag har testat webbservicen med både en java klient och soapUI och den fungerar i båda dom. Problemet är när jag ska anropa den från modulen, då får jag bara upp en vit skärm. Koden jag använder i modulen för att anropa webbservicen ser ut så här: require_once('lib/nusoap.php');
$soapclient = new nusoap_client('http://localhost:8080/RodheWS/RodheService?wsdl', 'wsdl');

Read more
ibetam's picture

rpc/document modif of the services module plus incorrect wsdl...

Souvent22's picture

QuickBooks is Coming to Drupal, but May Need a bit 'o Help

Quickbooks is coming to drupal soon, but I may need help from the community.

I currently have a module that uses SOAP and the RDS (Remote Data Sharing) server from Intuit (a program that runs locally on your machine locally and runs. It acts as a "proxy" b/t you and your quickbooks file, and accepts SOAP requests and pulls the information from quickbooks for you and returns the information in XML format). The module is pretty simple in form currently.

  • On a users "My Account" form, an admin user is presented with a drop down of current customers from Quickbooks. The admin then selects what "customers" the registered user can view.
Read more
Subscribe with RSS Syndicate content