web service reference
-
Hi all, I have developed a spring java web service which will be consumed by .net client when ever I am adding a web reference from .net it fetching me error The document was understood, but it could not be processed. - The WSDL document contains links that could not be resolved. - There was an error downloading 'http://iss2w900:7001/GetIssuerWS/ServiceSchema/Services/Core/v1/Issue/GetIssue/input.xsd'. - The request failed with HTTP status 405: Met 'http://iss2w900:7001/GetIssuerWS/ServiceSchema/Services/Core/v1/Issue/GetIssue/input.xsd'. this is path for my xsd file that internally call another schema location. Cabn u please help me out
vijaya
-
Hi all, I have developed a spring java web service which will be consumed by .net client when ever I am adding a web reference from .net it fetching me error The document was understood, but it could not be processed. - The WSDL document contains links that could not be resolved. - There was an error downloading 'http://iss2w900:7001/GetIssuerWS/ServiceSchema/Services/Core/v1/Issue/GetIssue/input.xsd'. - The request failed with HTTP status 405: Met 'http://iss2w900:7001/GetIssuerWS/ServiceSchema/Services/Core/v1/Issue/GetIssue/input.xsd'. this is path for my xsd file that internally call another schema location. Cabn u please help me out
vijaya
The url you have above for you web service is on your local PC port (7001). This is not available to anyone outside your PC. You will need to install your web service on a web service that has the correct dns entries so that othere systems can access the web service and use it. Hope that helps. Ben