• rkaja
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi!

I create a small vb program to do something with SF.

This program work properly into 2 pc , but in another one it say "invalid session" when the line code go to the login into SF.

 

The 3 pc have windows xp.

first pc has visual basic installed and the program works properly

second pc hasn't VB installed and the program works properly

third pc is like the second but the program give error of invalid session

 

The only one difference  between first&second and the third is that the third is located into another city and the first&second are into a Lan.

 

I try to change login's line code with both license which I have, but the third computer doesn't work!!!!

 

Do you think that I have to instal something into the pc with problem(office toolkit or similar)?

thanks

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