Dev - how to make a wsdl file of an ofbiz application so that its services can be used as web service

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - how to make a wsdl file of an ofbiz application so that its services can be used as web service

sayoke

Hi all,

Can anybody tell me how to make a “wsdl” file of an “ofbiz application” so that its services can be used as web service.

 

Regards ,

Sayoke Shome

 

*********************************************************
Disclaimer:

The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use

*********************************************************

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - how to make a wsdl file of an ofbiz application so that its services can be used as web service

Andrew Zeneski
Request the WSDL document from the internal provider tool. This tools is located where you have the soap event handler mounted. For example, the default setup in OFBiz is:

http://localhost:8080/webtools/control/SOAPService/nameOfService?WSDL

(replace 'nameOfService' with the name of the service you are trying to invoke, this service needs the export flag set to 'true')

Andy

On Dec 19, 2005, at 12:08 AM, Sayoke wrote:

Hi all,

Can anybody tell me how to make a “wsdl” file of an “ofbiz application” so that its services can be used as web service.

 

Regards ,

Sayoke Shome

 

*********************************************************
Disclaimer:

The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use

*********************************************************

_______________________________________________
Dev mailing list
http://lists.ofbiz.org/mailman/listinfo/dev


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev