Hi,
I need to access OFBiz web service through a C# client. I have added the attribute export="true" to the service definition.I am also able to access the wsdl file through my C# client, but i am struggling to invoke the service method through the client.Kindly help me to get through the situation Thanx in advance... Thanks & Regards, Neha Mehta Software Engineer (A-1-1) Larsen & Toubro Infotech Ltd. Cell: +91 98702 01950 Email-id: [hidden email] EL-200, TTC Electronic Zone, Shil Mahape Road, Navi Mumbai, 400710 T: +91 022 67954324 India +0530 UTC/GMT ********************************************************************************************************************** The most beautiful thing is to see a person smiling… And even more beautiful is knowing that you are the reason behind it!!! Be a reason for others to smile HAVE A NICE DAY AHEAD...... ********************************************************************************************************************** Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal Use Only L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ |
There has been a lot of discusion about is:
1)ofbiz does not have webservices. 2) if you want a complex return you must write a wrapper in ofbiz that maps the ofbiz data to a webservices format. ofbiz only exports a single string, by defualt [hidden email] sent the following on 6/7/2009 9:15 PM: > Hi, > > I need to access OFBiz web service through a C# client. > I have added the attribute export="true" to the service definition.I am > also able to access the wsdl file through my C# client, but i am > struggling to invoke the service method through the client.Kindly help me > to get through the situation > > Thanx in advance... > > > > Thanks & Regards, > Neha Mehta > Software Engineer (A-1-1) > Larsen & Toubro Infotech Ltd. > Cell: +91 98702 01950 > Email-id: [hidden email] > EL-200, TTC Electronic Zone, > Shil Mahape Road, > Navi Mumbai, 400710 > T: +91 022 67954324 > India +0530 UTC/GMT > > ********************************************************************************************************************** > The most beautiful thing is to see a person smiling… > And even more beautiful is knowing that you are the reason behind it!!! > Be a reason for others to smile > HAVE A NICE DAY AHEAD...... > ********************************************************************************************************************** > > > > > > Larsen & Toubro Infotech Ltd. > www.Lntinfotech.com > > This Document is classified as: > > L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech > Internal Use Only L&T Infotech General Business > > This Email may contain confidential or privileged information for the > intended recipient (s) If you are not the intended recipient, please do > not use or disseminate the information, notify the sender and delete it > from your system. > > ______________________________________________________________________ -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Hi,
Thanx a lot for your reply. Mr Freeman, actually the problem is that i am able to get the wsdl file and also able to acces the service of OFBiz through the proxy in my C# client.The thing is that the method, i need to invoke is still hidden to the client although the modifier of the method is public. Thanks & Regards, Neha Mehta Software Engineer (A-1-1) Larsen & Toubro Infotech Ltd. Cell: +91 98702 01950 Email-id: [hidden email] EL-200, TTC Electronic Zone, Shil Mahape Road, Navi Mumbai, 400710 T: +91 022 67954324 India +0530 UTC/GMT ********************************************************************************************************************** The most beautiful thing is to see a person smiling… And even more beautiful is knowing that you are the reason behind it!!! Be a reason for others to smile HAVE A NICE DAY AHEAD...... ********************************************************************************************************************** Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal Use Only L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. BJ Freeman <[hidden email]> 06/08/2009 09:50 AM Please respond to [hidden email] To [hidden email] cc Subject Re: access OFBiz web service through a C# client There has been a lot of discusion about is: 1)ofbiz does not have webservices. 2) if you want a complex return you must write a wrapper in ofbiz that maps the ofbiz data to a webservices format. ofbiz only exports a single string, by defualt [hidden email] sent the following on 6/7/2009 9:15 PM: > Hi, > > I need to access OFBiz web service through a C# client. > I have added the attribute export="true" to the service definition.I am > also able to access the wsdl file through my C# client, but i am > struggling to invoke the service method through the client.Kindly help me > to get through the situation > > Thanx in advance... > > > > Thanks & Regards, > Neha Mehta > Software Engineer (A-1-1) > Larsen & Toubro Infotech Ltd. > Cell: +91 98702 01950 > Email-id: [hidden email] > EL-200, TTC Electronic Zone, > Shil Mahape Road, > Navi Mumbai, 400710 > T: +91 022 67954324 > India +0530 UTC/GMT > > > The most beautiful thing is to see a person smiling… > And even more beautiful is knowing that you are the reason behind it!!! > Be a reason for others to smile > HAVE A NICE DAY AHEAD...... > ********************************************************************************************************************** > > > > > > Larsen & Toubro Infotech Ltd. > www.Lntinfotech.com > > This Document is classified as: > > L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech > Internal Use Only L&T Infotech General Business > > This Email may contain confidential or privileged information for the > intended recipient (s) If you are not the intended recipient, please do > not use or disseminate the information, notify the sender and delete it > from your system. > > ______________________________________________________________________ -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. ______________________________________________________________________ ______________________________________________________________________ |
Administrator
|
In reply to this post by BJ Freeman
Have a look at http://docs.ofbiz.org/x/oR4
Jacques From: "BJ Freeman" <[hidden email]> > There has been a lot of discusion about is: > 1)ofbiz does not have webservices. > 2) if you want a complex return you must write a wrapper in ofbiz that > maps the ofbiz data to a webservices format. ofbiz only exports a single > string, by defualt > > > [hidden email] sent the following on 6/7/2009 9:15 PM: >> Hi, >> >> I need to access OFBiz web service through a C# client. >> I have added the attribute export="true" to the service definition.I am >> also able to access the wsdl file through my C# client, but i am >> struggling to invoke the service method through the client.Kindly help me >> to get through the situation >> >> Thanx in advance... >> >> >> >> Thanks & Regards, >> Neha Mehta >> Software Engineer (A-1-1) >> Larsen & Toubro Infotech Ltd. >> Cell: +91 98702 01950 >> Email-id: [hidden email] >> EL-200, TTC Electronic Zone, >> Shil Mahape Road, >> Navi Mumbai, 400710 >> T: +91 022 67954324 >> India +0530 UTC/GMT >> >> ********************************************************************************************************************** >> The most beautiful thing is to see a person smiling… >> And even more beautiful is knowing that you are the reason behind it!!! >> Be a reason for others to smile >> HAVE A NICE DAY AHEAD...... >> ********************************************************************************************************************** >> >> >> >> >> >> Larsen & Toubro Infotech Ltd. >> www.Lntinfotech.com >> >> This Document is classified as: >> >> L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech >> Internal Use Only L&T Infotech General Business >> >> This Email may contain confidential or privileged information for the >> intended recipient (s) If you are not the intended recipient, please do >> not use or disseminate the information, notify the sender and delete it >> from your system. >> >> ______________________________________________________________________ > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > |
Free forum by Nabble | Edit this page |