Main menu:

Search

 
web
kriegermartin.de

Categories

June 2009
M T W T F S S
« May    
1234567
891011121314
15161718192021
22232425262728
2930  

Archives

Archive for June, 2009

Error: Cannot import wsdl:portType

Today I tried to access a WorkflowService hosted in IIS on Windows 7, and got this nice little error message:
Error: Cannot import wsdl:portType
Detail: An exception was thrown while running a WSDL import extension: System.ServiceModel.Description.DataContractSerializerMessageContractImporterError: Schema with target namespace ‘http://schemas.microsoft.com/2003/10/Serialization/’ could not be found. XPath to Error Source: //wsdl:definitions[@targetNamespace=’http://tempuri.org’]/wsdl:portType[@name=’IService’]
[… lot more stuff ]
Warning: No code was […]