What I need:
Create web services to pass data like 1000 rows daily but every row weight about 2-5 MB - passing data with PDF's.
Create web services to pass data with actuall warehouse stock about 20-25k rows 1h interwal or on demand.
What I did:
Create web service for my first need. It's JSON based web service. It's deployed I see it via the .../api/services/myWebGroup/MyWebService
My problems.
I tried to consume this web service like some tutorials show but everytime when I try to add web service references into my C# project and I add my link ../api/services/myWebGroup/MyWebService I get stuck into validation. Is my domain account insuficcient? If I try to add web reference I can log in and it download the JSON file but only with headers.{"Parameters":[{"Name":"_company","Type":"String"}],"Return":{"Name":"return","Type":"InvoiceWSContract"}}
The same problem occours trying to get into any defaul web service like:
usnconeboxax1aos.cloud.onebox.dynamics.com/.../GetUserSessionInfo
Could anyone provice me some help with this? I did read quite a bit searching for solution but nothing worked for me.