Magento and Click & Drop integration - web-services

I am trying to integrate my magento v1.9 store with click & drop. But when I make connection it will show "Connection to your marketplace failed. Please check your details and try again".

For Magento 1 we found that being able to set the WS-I compliance solved this by making the Click and Drop system compatible with Magento API service.
Go to -
'System>Configuration>Services>Magento Core API'
and under General Settings change the WS-I Compliance from Yes to No.
Now your Magento API will be compatible with Click and Drop.
Works for Magento 1.x. No idea how to do it for Magento 2!

Make sure you have set up Magento API credentials correctly and all required resources have been allowed in selected user group
System->Web-Services->SOAP/XML RPC - Users
System->Web-Services->SOAP/XML RPC - Roles

Check SOAP PHP Extension is enabled for the PHP Version running on Server.

Related

WSO2 IS 5.5 - Advanced Authentication Configuration not saving

I'm trying to setup multi-factor authentication in WSO2 Identity Server 5.5. As per instructions, I have installed and configured totp as a possible second factor. Within my service provider, I'm attempting to add multiple steps to the Advanced Authentication Configuration screen under the Local & Outbound Authentication Configuration section, and modifications are not saving when pressing Update.
I understand that some of the UI operations do not always operate as expected, so I was wondering if anyone knew how to fix this or perhaps could specify where the service provider config files are located so I can make these changes manually?
For my use case, I just want to have basic as the first step/factor and then totp as the second. Nothing seems to save on this screen.
Thanks.
screenshot-advanced configuration

Bad deprecation of api for listing users of a domain in google apps for business application

I have been using https://www.google.com/m8/feeds/ to list all users of a domain when the admin installed my web application.
This api has been deprecated for a while and is now disabled. We are advised to use the new directory api.
However, in order to use the directory api, the admin of the domain must have enabled the api access with a checkbox in a deep menu item. It goes without saying that many of them will have the admin api access disabled.
1) On this question Arun Nagarajan said "We are looking into improving this flow" in 2013. Is there any update about this?
2) In another question, jonathanberi seems to say that the admin api is automatically enabled when the user installs the app. But I wasn't able to reproduce this feature, and I can't find any documentation stating this. Is there any (preferably official) documentation that confirms such behaviour?

Enable Single Sign On for Sitecore Intranet

I am trying to enable a single-sign-on for a sitecore website.
I have installed and configured the Sitecore AD module.
( as instructed here : http://sdn.sitecore.net/upload/sdn5/modules/ad/sitecore_active_directory_module_guide_sc62-65-usletter.pdf )
This made it possible to use a single-sign-on for the sitecore CMS functionality.
But on the actual website this doesn't seem to help me out.
Users should be automatically logged in ( single-sign-on )
Anyone know how i can achieve this ?
The AD module will connect you to Active Directory and the instructions for the module will show you how authors can sign in automatically to the content management interface. This is the primary purpose of the Active Directory module.
That being said, you can also use it for end-user SSO if that is your goal. I've accomplished this in the past by setting up some .NET code in the Session_Start of the Global.asax to extract the current user's credentials and then log them in using the AuthenticationManager.
There is a similar question on SO with suggested solutions that can be found here: Sitecore with LDAP - authenticate programmatically

SOA Suite - How to automatically enable Web Service Rest support after composite deploy

I have a composite with a SOAP web service entry point running on SOA Suite. We will have a new client for that web service, but this client cannot speak SOAP, so we will have to publish that entry point on a REST endpoint. I know I can enable REST Support to the existing web service through EM console, but I would like to have this configuration enabled by default after deploy.
My research for ways to do that using a property or attribute on a configuration plan did not get useful informations.
Does anyone know how could I achieve that?
Thanks!
REST Support is formal part of SOA Suite 12c. Download and install that and then you can easily add a REST interface to a SOAP composite. Also, 12c now installs without RCU/DB, etc - just start the Integrated WLS domain in JDev and it builds itself and you are up and deploying in under 20 mins. And this may help.

Oracle CRM On Demand Stateless web service access

I've seen statements on various Oracle.com properties that claim Oracle CRM On Demand has the capability to access its webservices in a stateless manner however I can't seem to find any documentation on what exactly this entails.
Has anyone ever successfully invoked a stateless request with Oracle CRM On Demand or have any pertinent information?
The entire webservice document is available throught the CRM environment...
Admin>> Web Service administration >> Download documentation
from admin -> Company Administration
set of the flag "Web Services R16 Compatibility Mode"
Now each Request will be stateless and will use the existing session Id for your login user.
it is writtnen on the document!!