Home Cloud Account Management Support Forums Downloads About Us  

Blue Alligator Support Forums

Support for the Blue Alligator applications

You are not logged in.

#1 2012-11-08 02:16:11

marks
New member
Registered: 2012-08-12

Order download via web service

Is it possible to download orders from the cloud via your web service? Is there any documentation?

Offline

 

#2 2012-11-08 11:27:33

admin
Administrator
Registered: 2008-02-09

Re: Order download via web service

This is possible. Our sales team will send you information on the various options available.

Technical documentation for the web service itself can be found on our Downloads page.

Offline

 

#3 2016-12-19 17:09:59

BlueRockDev
New member
Registered: 2016-12-19

Re: Order download via web service

I am a contract software developer integrating your webservice into our application.
Our client has bought the necessary download modules.
I am using C# (Microsoft visual studio 2013) to connect to your webservice.

I am using the SOAP protocol Visual studio creates on automatically downloading the discovery file from the url of the webservice: http://www.bacapps.co.uk/baccloud/integ … vice.asmx/

The "hello world" function works as expected, but when I try to use listunexportedorders I just get timeout errors.
Also, your documentation doesn't seem to coincide with the wsdl file (xml webservice signature)

This is what I'm doing:

          uk.co.bacapps.www.Service1 s = new uk.co.bacapps.www.Service1();
          s.Credentials = new System.Net.NetworkCredential(account, password);
          string result=  s.HelloWorld();
         
          result = s.listunexportedorders();

Do you have any samples for downloading orders to C# ?
Any advice greatfully received.

Offline

 

#4 2016-12-20 15:29:40

admin
Administrator
Registered: 2008-02-09

Re: Order download via web service

Unfortunately we are unable to provide programming support.

The documentation is fine - calls to the web service should be made via HTTPS requests (POST actions), not using SOAP.  All data (XML) to be passed into the web service should be placed within the request content. All data (XML) returned by the web service is placed in the response content.

Offline

 

Board footer

Apple, the Apple logo, iPod, iPod touch, iPad and iTunes are trademarks of Apple Inc., registered in the U.S. and other countries. iPhone is a trademark of Apple Inc. App Store is a service mark of Apple Inc.
© Copyright 2009 - Blue Alligator Company Limited. All rights reserved.