• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

[email protected]
#1 Posted : Wednesday, April 18, 2007 10:33:57 AM(UTC)
lee@toolking.com

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...
Nick Alberti
#2 Posted : Wednesday, April 18, 2007 4:57:50 PM(UTC)
Nick Alberti

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012