Web Service consumer fails to consume XMLDocument
hi,
could me resolve problem. developed web service receives xml document , returns xml document calling program. for testing purpose created dummy web service consumer calls web service. works fine in local pc. problem occurred when tried move web service (asmx & dll) internet development server. calling program works fine if web reference pointing web service in localhost, fails if pointing internet dev server. returns error:
server error in '/' application.
server unable process request. ---> given path's format not supported.
description: an unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.
exception details: system.web.services.protocols.soapexception: server unable process request. ---> given path's format not supported.
source error:
|
source file: c:\documents , settings\we01171\local settings\application data\temporary projects\fmstrainconsistconsumer\web references\localhost\reference.vb line: 144
stack trace:
|
btw, internet development server located intranet development machine. tried add 1 more function hello world in web service test connection. returns a string of hello world. sure there nothing wrong connection nor code/logic considered works fine localhost. however, might have issue xml document type parameter in intranet server. there setting needs done in iis allows xmldocument kind of type?
any appreciated. thanks
problem solved:
inside web service, have method writes xmldocument w drive aspnet user not have write access it.
just give aspnet user access , do.
while hello world fine because returning string , not write folder.
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment