Creating a .net webservice.

2007-09-19 Thread Christoffer Munck
Hi' I have tried to create consume a webservice like: http://myaddress.com:8080/webtools/control/SOAPService/purchasing.createSupplier?wsdl Here's a snippet I've noticed a native .net webservice returns something like this: - - - I would like to be able to

Re: Creating a .net webservice.

2007-09-19 Thread Jacques Le Roux
http://www.nabble.com/web-services-and-Ofbiz-tf3996188.html#a11349563 Jacques De : "Christoffer Munck" <[EMAIL PROTECTED]> > Hi' > I have tried to create consume a webservice like: > http://myaddress.com:8080/webtools/control/SOAPService/purchasing.createSupplier?wsdl > > Here's a snippet > >

Re: Creating a .net webservice.

2007-09-19 Thread Jacques Le Roux
Also http://www.nabble.com/Using-SOAP-complex-types-with-OfBiz-tf3300429.html#a9180865 > http://www.nabble.com/web-services-and-Ofbiz-tf3996188.html#a11349563 > > Jacques > > De : "Christoffer Munck" <[EMAIL PROTECTED]> > > Hi' > > I have tried to create consume a webservice like: > > http://my

Re: Creating a .net webservice.

2007-09-19 Thread Michael Imhof
er name", "..."); > > Does anyone have experience in consuming the webservices from .net an VS? > > Help is appriciated. > > Best regards > > > Christoffer Munck > > -- View this message in context: http://www.nabble.com/Creating-a-.net-webservice.-tf4483952.html#a12791718 Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Creating a .net webservice.

2007-09-20 Thread Christoffer Munck
y something like > > this: > > > > com._2proceed.purchasingcreateSupplier p = new > > webOfBizExample.com._2proceed.purchasingcreateSupplier(); > > p.createSupplier("Name", "another name", "..."); > > > > Does anyone have experience in consuming the webservices from .net an VS? > > > > Help is appriciated. > > > > Best regards > > > > > > Christoffer Munck > > > > > > -- > View this message in context: > http://www.nabble.com/Creating-a-.net-webservice.-tf4483952.html#a12791718 > Sent from the OFBiz - User mailing list archive at Nabble.com. > >