" is simply an encoded representation of a double quote so it can be sent across http.
You could simply strip it on the receiving end, though I don't believe it should be created on the calling end on the first place. Care to post your calling code? On 9/20/05, Stephen Russell <[EMAIL PROTECTED]> wrote: > From my ASP.NET app I am passing a byte[], file name and path. In the > debugger I see all pieces fine. Yet when I declare the file: > > FileStream fs = new FileStream(ToServer, FileMode.Create); > > My WebService never sees the file name properly. It has some additional > crud at front and back of my file's name & path. > > Server was unable to process request. --> Could not find a part of the path > "c:\inetpub\wwwroot\ChelseaPTOs\Bulletins\Advertising\PTO-ADV-34.pdf&qu > ot;. > > " slooks to be a problem. > > I have verified that ASP.NET has rights in this sub dir. > > This is the stack trace: > [SoapException: Server was unable to process request. --> Access to the path > "c:\inetpub\wwwroot\ChelseaPTOs\Bulletins\Advertising\PTO-ADV-34.pdf&qu > ot; is denied.] > > System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient > Message message, WebResponse response, Stream responseStream, Boolean > asyncCall) > System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String > methodName, Object[] parameters) > Acme.OrderSystem.ParkerWS.WSClient.ReceiveNewPDFs(Byte[] pdf, String > fileName, String filePath) in C:\Inetpub\wwwroot\mmJumpStart\Web > References\ParkerWS\Reference.cs:277 > > > Stephen Russell > S.R. & Associates > Memphis, TN 38115 > > 901.246-0159 > > http://spaces.msn.com/members/srussell/ > > > > > > Yahoo! Groups Links > > > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
