vvicky72
02-02-2004, 18:45
Hello All,
I am trying to expose a test flow service (which receives a string, "companyName" as input) as a web service. The protocol I need is SOAP_MSG. When I click on the generate wsdl button it asks me for service input/output which I understand can be both an xml schema and an IS document. I also understand that creating an IS document with just one string field "companyName" and using that as an input dosent help.
I tried creating a document with the first field as a document reference to the QName document in the pub.soap.util folder and creatign the second field as "companyName" but it still fails.
Can any body please give me an example of a valid IS document type or an XML schema to succesfully generate the WSDL file for my service which expects just one string as input.
Any help is appreciated.
Regards,
Vikas.
I am trying to expose a test flow service (which receives a string, "companyName" as input) as a web service. The protocol I need is SOAP_MSG. When I click on the generate wsdl button it asks me for service input/output which I understand can be both an xml schema and an IS document. I also understand that creating an IS document with just one string field "companyName" and using that as an input dosent help.
I tried creating a document with the first field as a document reference to the QName document in the pub.soap.util folder and creatign the second field as "companyName" but it still fails.
Can any body please give me an example of a valid IS document type or an XML schema to succesfully generate the WSDL file for my service which expects just one string as input.
Any help is appreciated.
Regards,
Vikas.