For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi,
I am looking to automate the account provisioning for users. I've found useful information in the oracle documentation for Java, C# and so on. However, I am looking to use VB.Net, so I would like to know if someone in the community has attempted to do this. If so, can you please comment on your experience and challenges you encountered
Thanks,
Kathy
Comment
Hi Kathy, I have personally created and have helped many others create standalone VB.NET apps that consume the Service Cloud Connect Web Services (SOAP) API. It is definitely possible and pretty straightforward. Very similar to how you would do it using C# (by adding a Service Reference within the VS Solution and so on). No major challenges.
What type of app are you looking to create for the account provisioning? A simple Console-style CLI app, WPF, WinForms, etc.?
Be the first to rate this
|
Sign in to rate this
Hi Robert,
Thank so much for your reply.
I will be using the ASP.NET Web app to build the website and consume the OSC web services. I've added the service reference to the project but having some issues with the APIAccessRequestHeader.
Could you please kindly provide a sample code to access the APIAccessRequestHeader & APIAccessResponsetHeadertype?
Thanks,
Kate
Be the first to rate this
|
Sign in to rate this
Hi Kate, sure thing. Which SOAP operation are you starting with that you'd like to see a code sample for? (Create, Get, GetValuesForNamedID, etc.)
Be the first to rate this
|
Sign in to rate this
Hi Robert,
Any sample code that include create and get values will be enough.
I was trying to set a name to the account through PersonName, but does not seem to work. I think the access to this property is not dynamic like C#; any comments?
newAccount.Name = personName
Thanks for your help
Kate
Be the first to rate this
|
Sign in to rate this
I am trying to use VBA (in excel) to download data related to requisitions and then do some internal data processing. Can you provide any sample code for that? and what object do I need to add references to?
Thanks
Be the first to rate this
|
Sign in to rate this