I’m getting this error when trying to generate web connector. I have a WSDL which is a combination of different functions One WSDL produces many different functions. This is the direction that we want to go with our existing web services. For example, we could have a Customers WSDL that had many different functions like CustomerAdd, CustomerModify and CustomerInquiry – I was able to combine these wsdl but when trying to create connector getting the below error:
URL: C:\Documents and Settings\c-llewis\Desktop\combine\FinalWSDL.wsdl
Path name:
Top Level Document: C:\Documents and Settings\c-llewis\Desktop\combine\FinalWSDL.wsdl
WSDL code: S-9036
[ISS.0092.9036] Error: Could not process document. Found binding with an invalid PortType reference, no operations were created.
Please advice,
I did’nt get much when i searched over the forum nor over advantage.
I would suggest attempting to validate your WSDL using a tool like XML Spy Enterprise or by using it to create a test case in CrossCheck Networks SOAPSonar Personal Edition.
I still could’nt get this working. The problem here is adding multiple schemas location in one wsdl. I don’t think there is a way to combine this into one there has been a service request made and is planned on the next release. But is there any work around? How can i add multiple schema location between wsdl:Types </wsdl:Types>
I think the problem is that you are attempting to import two XSD’s with the same namespace. Try combining those two XSD’s into one and importing the combined one.
Test your WSDL using a web services testing tool like CrossCheck’s SOAP Sonar. If the testing tool will read the WSDL to generate test cases, then its likely that IS will do so as well.
Again, remember that the “web services connector” is just a Flow service. You don’t need a wizard to generate a Flow service for you, just create doc types from the XSD’s to represent the input and output messages and build your own soap requests.