Rank: Member
Joined: 3/7/2007(UTC) Posts: 11
|
Is there possibly a developers manual for BVC5? I am trying to make an app to interact with our store, however I can not seem to figure out how to use the web services and log into the store via my app.
Any help would be greatly appreciated...
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Can you post what you have so far? Perhaps this example will help get you started: Code: Dim webservices As New com.mydomain.www.WebServices3() Dim token As com.mydomain.www.AuthenticationToken = webservices.Login("johndoe", "johnspassword")
'Comment: 'Write some code to find a product
Dim prod As com.mydomain.www.Product = webservices.Catalog_InternalProduct_FindByBvin(token, "productbvin123456789")
'Comment: 'Do some stuff now that I have the product... ...
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.