M
Matt R
I have a WSDL on the network that defines a service that I wish to consume.
Having added a reference to the wsdl to my project , and tried to build the
project I get the following error.
"c:\inetpub\wwwroot\TestInterfaces\Web
References\UserServices\Reference.map(1): Custom tool error: Unable to
import WebService/Schema. Unable to import binding 'userFacadeSoapBinding'
from namespace 'facade.soap.gateway.b.org.uk'. Unable to import operation
'getUser'. Schema with targetNamespace='http://dto.soap.gateway.b.org.uk'
has invalid syntax. The 'ref' attribute cannot be present."
1) Renaming all instances of dto in my project with another string still
causes the above error. (I checked that there were no dto's in the included
files as well
2) I have duplicated the definitions schema and replaced all elements with
complex types so I can remove the refs, and still get the same error.
3) I have removed all references to getUser from the wsdl, but still the
same error persists.
So, what else can I try?
I initially thought it was a namespace problem, but after doing all the
above, (and rebuilding each time) I am now not so sure.
Any help at all greatfully received
Having added a reference to the wsdl to my project , and tried to build the
project I get the following error.
"c:\inetpub\wwwroot\TestInterfaces\Web
References\UserServices\Reference.map(1): Custom tool error: Unable to
import WebService/Schema. Unable to import binding 'userFacadeSoapBinding'
from namespace 'facade.soap.gateway.b.org.uk'. Unable to import operation
'getUser'. Schema with targetNamespace='http://dto.soap.gateway.b.org.uk'
has invalid syntax. The 'ref' attribute cannot be present."
1) Renaming all instances of dto in my project with another string still
causes the above error. (I checked that there were no dto's in the included
files as well
2) I have duplicated the definitions schema and replaced all elements with
complex types so I can remove the refs, and still get the same error.
3) I have removed all references to getUser from the wsdl, but still the
same error persists.
So, what else can I try?
I initially thought it was a namespace problem, but after doing all the
above, (and rebuilding each time) I am now not so sure.
Any help at all greatfully received