• Saulo Oliveira 6
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Guys,

I have to configure SAP PI to use Salesforce API Webservices.
When SAP PI try to call Login SFDC Webservice, it receives the message below:

31.10.2014 18:14:49.973 Error SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Server Error
31.10.2014 18:14:49.973 Error SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Server Error


I've already done a severel tests that let me confirm:

1) There is no comunication problem between SAP PI server and Salesforce. I've installled the SoapUI at the SAP PI computer and I did a sucessfull request to SFDC Login webservice.
2) The security certify is correctly updated in SAP PI.

Could someone help me?


Thanks is advance,


Saulo
 

Hi,

How can i keep Required mark for an input text  value in a visual force page?Setting required="true" is not working..

 

 Name : <apex:inputtext value="{!ContactName}" id="name"  required="true"/>

 

 

regards,

Abhi