The soap tag has no wiki summary.
0
votes
2answers
30 views
Querying a web service via WDSL
I am thinking about creating a search engine frontend for a special use case using Drupal 7. There are some modules in the module directory, and questions like Consume SOAP web service in Drupal 7 on ...
1
vote
1answer
113 views
Drupal Services Bad request
I have a drupal7 Site, in which I activated the services module to expose a SOAP service.
The problem is that I set up everything, the endpoints, the handling of the request, load the WSDL and set the ...
1
vote
0answers
68 views
SSL Timeout in Drupal's Akamai Module
Had posted this on SE, but someone suggested I repost here
I have a client using the Drupal Akamai module to manage their site's caching. The client reports the following group of errors happen ...
3
votes
3answers
147 views
How do I cache an object loaded through SOAP from a third party that I use in forms?
I am loading and object that I use to populate a form. Then on form submit I return some of the fields through SOAP back to the third party. On submit the form building function gets called and loads ...
2
votes
0answers
188 views
Drupal and SAP integration - looking for case studies
I'm looking for Drupal and SAP integration case studies, the only one I have seen that has good documentation is:
http://10jumps.com/category/drupal-sap-integration
In summary this appears to ...
2
votes
1answer
195 views
Paging data from a web service
I'm working on a module that uses soap to fetch data from a webservices.
Data are ok, and I'll use theme functions to display them as a list.
I should also to split results in pages, like views.
Is ...
0
votes
1answer
110 views
Drupal Ubercart Merchant ID and Key are incorrect?
When I checkout in Ubercart the merchant key and merchant id are incorrect. In my configuration they are correct, but when the login credentials are displayed during checkout, they are jumbled.
I am ...
5
votes
2answers
506 views
views with a SOAP back end
views3 supports plugable backends rather than a RDBMS, there are backends for solr, sparql, mongodb.
Is there such a plug in to enable views to be a front end for a SOAP api? I have found a number ...
2
votes
1answer
213 views
Is there any security consideration with webform and Salesforce API?
We are implementing the Salesforce webform module for our client and they are asking us if there are any security issues to consider by having SOAP installed on their server.
(The Salesforce API ...