OK, I have 2 pieces of software, That generates me standard xml to describe webservices.
Despite what I am about to describe, this is an xml issue, so bear with the background please!
I am also using Visual Studio to create a simple front end to test these webservices. When I import the xml files to Vis Studio it complains with the following message
now there is a base attribute defined, and it is defined as base = "xsd:string" so can anyone suggest anything else to look at to eliminate the issue. I suspect that its a namespace issue, but thats just because they are the area of xml I am weakest on.
any help greatfully received.
K
Despite what I am about to describe, this is an xml issue, so bear with the background please!
I am also using Visual Studio to create a simple front end to test these webservices. When I import the xml files to Vis Studio it complains with the following message
Code:
Custom tool error: Unable to import WebService/Schema. Unable to import binding
'userFacadeSoapBinding' from namespace 'f.s.g.b.org.uk'.
Unable to import operation 'login'.
Schema with targetNamespace=has invalid syntax. The 'base' attribute is either invalid or missing.
[URL unfurl="true"]http://bdefinitions.f.s.g.b.org.uk'[/URL] has invalid syntax. The 'base' attribute is either invalid or missing.
now there is a base attribute defined, and it is defined as base = "xsd:string" so can anyone suggest anything else to look at to eliminate the issue. I suspect that its a namespace issue, but thats just because they are the area of xml I am weakest on.
any help greatfully received.
K