Discussions
PocketPC application
I am developing an application in .NET for pocket PC 2003. I am having trouble using netsuite webservices. I consumed WSDL 2.5.0 with VS2005. The wrapper class NetSuiteservice generated doesn't contain CookieContainer. I also found that System.Net namespace of compact framework doesn't contain a class CookieContainer. I gave all the other params role, account, email password, and was able to login to the netsuite, but all subsequent requests are resulting in Invalidsessionfault.I guess it occurs because the cookies are not send with the request(read in netsuite documentation). Does anyone had similar problems? any help would be highly appreciated.
Thanks in advance