Re: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-22 Thread Jacques Le Roux
Please have a look at http://tinyurl.com/yqsqro Jacques I am trying to figure out how to use OFBiz web services through SOAP using C# (.NET 2.0 Visual Studio 2005). I was wondering if this is a know issue? Any kind of direction on how I can fix this will be great? There are several things I

Re: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-22 Thread Cameron Smith
I had very similar problems connecting .NET and OFBiz SOAP exported services. Someone (I forget who), explained that OFBiz SOAP support is very primitive at the moment, and does not support complex types. However even when I tried it with simple types it did not work! There was a discussion

RE: .NET 2.0 and Ofbiz (SOAP) Web Service Connectivity=Solution

2007-03-22 Thread Cholakyan, Marina
Hi, Thanks for quick responses! I found a quick solution, since I am newbie in the whole SOAP, WSDL, Web Services stuff probably not the best solution, but here it is... When I used WSE in .NET 2.0 and tried to add Web Reference (where you specify the Web Service url) and Visual Studio

.NET 2.0 and Ofbiz (SOAP) Web Service Connectivity

2007-03-21 Thread Cholakyan, Marina
Hello, I am trying to figure out how to use OFBiz web services through SOAP using C# (.NET 2.0 Visual Studio 2005). I was wondering if this is a know issue? Any kind of direction on how I can fix this will be great? There are several things I tried to do unsuccessfully. I created a