• Hoff_I
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hi,

From what I understand to use the salesforce office connecter toolkit, it needs to be installed on each users computer and thats not a path I'm able to take. I was hoping I could communicate with the API using the WSDL file instead.

I have generated the WSDL and saved it down locally.

I'm trying to initialize with the following calls:

 

Dim soapObj As New SoapClient30 soapObj.MSSoapInit "C:\WSDL\Salesforce.wsdl"

 

 

Excel returns an error that this is an improper procedure call or argument.

If someone can shed some light on this - I'd really appreciate it.

 

Thanks

Message Edited by Hoff_I on 11-19-2009 09:00 AM
  • November 19, 2009
  • Like
  • 0

Hi,

From what I understand to use the salesforce office connecter toolkit, it needs to be installed on each users computer and thats not a path I'm able to take. I was hoping I could communicate with the API using the WSDL file instead.

I have generated the WSDL and saved it down locally.

I'm trying to initialize with the following calls:

 

Dim soapObj As New SoapClient30 soapObj.MSSoapInit "C:\WSDL\Salesforce.wsdl"

 

 

Excel returns an error that this is an improper procedure call or argument.

If someone can shed some light on this - I'd really appreciate it.

 

Thanks

Message Edited by Hoff_I on 11-19-2009 09:00 AM
  • November 19, 2009
  • Like
  • 0