Open GoogleCodeExporter opened 9 years ago
Your WSDLs have circular import references:
The first WSDL imports the second one via:
<wsdl:import namespace="http://tempuri.org/"
location="http://192.168.1.19:8731/Design_Time_Addresses/FoodAddsDBService/FoodA
ddsDBService/?
wsdl=wsdl0"/>
That's fine.
But then when you parse the second one, it unnecessarily imports the first one
via:
<wsdl:import namespace="FoodAddsDBService"
location="http://192.168.1.19:8731/Design_Time_Addresses/FoodAddsDBService/FoodA
ddsDBService/?
wsdl"/>
In the second wsdl (wsdl0), get rid of the above wsdl:import line. It should be
totally unnecessary.
Let me know if that works.
Original comment by hasse...@gmail.com
on 16 Sep 2009 at 9:09
Original issue reported on code.google.com by
shables...@gmail.com
on 16 Sep 2009 at 3:14Attachments: