It could be that the Web Services Connector wizard is not able to handle the fact that your WSDL is split into three files. Breaking the WSDL apart like this is a WS-I / best practices recommendation now (late 2006) but is still not very common and certainly wasn’t a common practice back in 2002 or when the WSC was written (and when it last had any new functionality added).
Try reassembling your WSDL into a single file and pointing the WSC wizard at the combined file.
Now, anyone who is a regular reader here is probably familiar with my low opinion of the Flow generated by the WSC wizard.
Generate a sample flow from any doc/lit style WSDL, study that code for a few minutes and then write your own with improved error handling and parameterization of dynamic variables like SOAP endpoint addresses. If you’ve been working with Flow for more than a few weeks, you won’t have any trouble exceeding the (poor) quality of what the WSC wizard generates.
Mark
#webMethods#soa#API-Management