Jon
09-04-07, 23:16
I'm looking to integrate the api into an asp.net website, however I'm having a few issues I was hoping someone could help me with. :D
The API documentation lists various data types as described in the WSDL, when I compile the WSDL to a DLL, I appear to be missing datatype definitions for items such as Product, Merchant, Category. On closer inspection of the WSDL I notice 7 warning messages:
'Undefined complexType 'http://schemas.xmlsoap.org/soap/encoding/:Array' is used as a base for complex type restriction.'
Any help using the api with asp.net/visual studio would be much appreciated.....
The API documentation lists various data types as described in the WSDL, when I compile the WSDL to a DLL, I appear to be missing datatype definitions for items such as Product, Merchant, Category. On closer inspection of the WSDL I notice 7 warning messages:
'Undefined complexType 'http://schemas.xmlsoap.org/soap/encoding/:Array' is used as a base for complex type restriction.'
Any help using the api with asp.net/visual studio would be much appreciated.....