Hi Frns, I am using "wsimport" tool to read an existing WSDL file of OFBiz framework and want to generate artifacts. I need these because I am doing load testing on Web Service and retrieve data like the average time requierd to obtain the reponse from a webservice.
So I've following questions: 1) How to expose the existing WebServices of the OFBiz ? 2) What meaningful data will these services provide? I am trying to expose a Web Service by using following syntax: E:\WSDL>wsimport -d . http://localhost:8080/webtools/control/SOAPService/cancelScheduledJob?WSDL And I am getting following error : warning: R2716 WSI-BasicProfile ver. 1.0, namespace attribute not allowed in doc/lit for soapbind:body: "cancelScheduledJob" warning: R2716 WSI-BasicProfile ver. 1.0, namespace attribute not allowed in doc/lit for soapbind:body: "cancelScheduledJob" error: Invalid wsdl:operation "cancelScheduledJob": its a document-literal operation, message part must refer to a schema element declaration Any help would be greatly appreciated. Thanks in Advance. Dhruv.
