• Suman Kumar Patro
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
Hello,

I want to integrate saleforce with UPS to get data from UPS.
I tried with REST API using this request body.

{"UPSSecurity": { "UsernameToken": { "Username":" username1", "Password":" password1" }, "ServiceAccessToken": { "AccessLicenseNumber":"AccessLicenseNumber1" } }, "LoginAcceptTermsAndConditionsRequest": {"Request":"" }}

I am proving correct credential but getting authentication error.

same credential is working in python application but there we are using SOAP API.

Thanks in advance for help.
 
hello,

I was doing the "Work with Custom Lightning Components" trail that requires enabling Mydomain, but after doing so I am unable to login to my org. 

I've tried the 'forgot my password' option 2 times already to no avail. (it works saving the new password, and I can also login here in the forum with it, but still can't acces my org.

this is very frustrating as I have the certificate-exam coming up, so I hope somebody can help me out with this asap.

greets

Jurn
Hello,

I want to integrate saleforce with UPS to get data from UPS.
I tried with REST API using this request body.

{"UPSSecurity": { "UsernameToken": { "Username":" username1", "Password":" password1" }, "ServiceAccessToken": { "AccessLicenseNumber":"AccessLicenseNumber1" } }, "LoginAcceptTermsAndConditionsRequest": {"Request":"" }}

I am proving correct credential but getting authentication error.

same credential is working in python application but there we are using SOAP API.

Thanks in advance for help.
 

Hi All,

 

We have a requirement to integrate UPS with Salesforce.com. The requirement is to automate below two processes:

 

         1.  to send the information of confirming shipment and get the shipping label from UPS

         2.  to have the tracking information updated in SF from UPS

 

 I have researched on it and found below points:

 

  1. The WSDL provided by UPS cannot be directly consumed in SF.com, it throws an error 'Found schema import from location UPSSecurity.xsd. External schema import not supported'.
  2. I am also in touch with UPS to confirm if we can integrate it using HTTP request/response. For it I’ll require their webservice URL on which I can POST data using HTTP callout and get response back in XML. BUT before proceeding in that, I would like to confirm that Can we make HTTP callouts from a trigger or scheduled APEX? As our requirement is to automate the shipping so most probably we’ll be doing HTTP callouts from a trigger (calling Future class) or may be batch Apex. I found the below post on discussion boards related to it which states that there can be some issues:

http://community.salesforce.com/t5/Apex-Code-Development/Scheduled-Apex-and-HTTP-Callouts/td-p/177792

 

3. There are some applications on AppExchange like ExactShip (ShipCRM) but those don’t meet the requirements as they are manually driven.

4. There are some third-party products like AIVEA (eShip), who provide webservices to integrate with UPS but their WSDL could not be consumed too (Error: Failed to parse wsdl: Unable to find schema for element; {http://www.w3.org/2001/XMLSchema}schema. None of their clients have earlier integrated their webservices with SF.com. I am working on integrating their webservices using HTTP request/response but would like to get any detailed documentation on HTTPS callouts (to pass parameters to webservice and parse the XML response). Kindly let me know where I can find details about it.

 

It would be really great if I can get any help on this.

 

Thanks !

 

  • April 28, 2010
  • Like
  • 0