WebService Connector Error

Pavan,
From the error you can make out that the WSDL file contains a recursive element decalaration.IS supports creating a WSDL file with recursive document type in the input signature but does not support creating a web Service Connector with it.You need to check the XSD for recursive Document Types.

HTH…

Thanks,
Puneet Verma

Pavan,

Remember a web service connector is just a Flow service. Just because you can’t use the wizard to generate a Flow, doesn’t mean you can’t create a Flow that will invoke your web service.

One way to do this is to create document types from the types defined in the WSDL and use them to build the soap request. It sounds hard, but is actually pretty straightforward.

Mark

Thank you… i created a new documenttype from the types defined in the wsdl and it solved my problem…

thanks a lot