• sunil chandel 15
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All,
I am trying to connect salesforce and workday customer invoices.
I can able to connect get_customer_invoice function via SOAPUI App but unfortunatly can't able with salesforce by using apex2wsdl class the only hing which I am not seting in httpinputheader is wss-passwordtype which I am setting in SOAPUI.
And its throwing invalid username or password.
I think reson for this error is I am not setting wss pasword type.Can anyone please help me with this.
 public String endpoint_x = 'https://wd3-impl-services1.workday.com/ccx/service/xxxx/Revenue_Management/v31.1';
        public Map<String,String> inputHttpHeaders_x;
        public Map<String,String> outputHttpHeaders_x;
        public String clientCertName_x;
        public String clientCert_x;
        public String clientCertPasswd_x;
        public Integer timeout_x;
        private String[] ns_map_type_info = new String[]{'urn:com.workday/bsvc','comWorkdayBsvc'};
            
Many Thanks,
Saniya