Ask a Question related to ASP.NET Web Services, Design and Development.
-
bredal Jensen #1
Newbe needs help.
Here is my question:
I have a webservice that "expose " a function "PutPhoto".
This function is used by an asp.net app to send a photo .
Putphoto get the photo as an array of bytes and image.Type and write
the picture to a folder on the local system(The system where the web service
is running).
My problem is that this works only when the web app and the web service are
located
on the same system.
But it does not work when the web application is on an other server.
Can anyone explain why?
I have double checked the configurations and it is not a path issue...
Any help will be so much appreciated.
Thanks
J.B.
bredal Jensen Guest
-
Newbe needs help
Hi all can anyone help with a direct command line syntax for the following im trying to add text to the end of the last line in a text file like so... -
newbe
Clif Gallagher wrote: To start kde on boot: edit /etc/inittab change the line: id:3:initdefault: to id:5:initdefault: -
newbe background
Hi from the newbe, It works, but the lines are drawn on top of everything instead of the 'background. The script is related to the lowest... -
Newbe php help
I have an HTML form with Firstname, lastname, address I want to save the firstname, lastname and address appended to a file in say results.txt,... -
newbe THANKS
Thanks to all with your help were up and running and looks good ! had to reload the program from the web, my new set of disks had a beta ver of... -
Kondratyev Denis #2
Re: Newbe needs help.
What exception you got? SoapException?
"bredal Jensen" <bred.jen@mimosa.com> сообщил/сообщила в новостях следующее:
news:#AVl$#AZEHA.2432@tk2msftngp13.phx.gbl...service>
>
> Here is my question:
>
> I have a webservice that "expose " a function "PutPhoto".
>
> This function is used by an asp.net app to send a photo .
> Putphoto get the photo as an array of bytes and image.Type and write
> the picture to a folder on the local system(The system where the webare> is running).
>
> My problem is that this works only when the web app and the web service> located
> on the same system.
>
> But it does not work when the web application is on an other server.
>
>
> Can anyone explain why?
>
>
> I have double checked the configurations and it is not a path issue...
>
>
> Any help will be so much appreciated.
>
> Thanks
>
> J.B.
>
>
Kondratyev Denis Guest
-
bredal Jensen #3
Re: Newbe needs help.
the code is placed in a try and catch block on the client machine but no
exception was
throuwn.
"Kondratyev Denis" <info@visualdesign.ru> wrote in message
news:ccgsnp$cfs$1@news.rol.ru...следующее:> What exception you got? SoapException?
>
> "bredal Jensen" <bred.jen@mimosa.com> сообщил/сообщила в новостях> news:#AVl$#AZEHA.2432@tk2msftngp13.phx.gbl...> service> >
> >
> > Here is my question:
> >
> > I have a webservice that "expose " a function "PutPhoto".
> >
> > This function is used by an asp.net app to send a photo .
> > Putphoto get the photo as an array of bytes and image.Type and write
> > the picture to a folder on the local system(The system where the web> are> > is running).
> >
> > My problem is that this works only when the web app and the web service>> > located
> > on the same system.
> >
> > But it does not work when the web application is on an other server.
> >
> >
> > Can anyone explain why?
> >
> >
> > I have double checked the configurations and it is not a path issue...
> >
> >
> > Any help will be so much appreciated.
> >
> > Thanks
> >
> > J.B.
> >
> >
>
bredal Jensen Guest
-
Kondratyev Denis #4
Re: Newbe needs help.
I dont understand. Are you cant web service method? Or you call WS method,
but your web service dont work correctly and exceptions dont throw in
client?
Can you debug your service in this server?
"bredal Jensen" <bred.jen@mimosa.com> сообщил/сообщила в новостях следующее:
news:eCu4yhCZEHA.2432@tk2msftngp13.phx.gbl...service> the code is placed in a try and catch block on the client machine but no
> exception was
> throuwn.
> "Kondratyev Denis" <info@visualdesign.ru> wrote in message
> news:ccgsnp$cfs$1@news.rol.ru...> следующее:> > What exception you got? SoapException?
> >
> > "bredal Jensen" <bred.jen@mimosa.com> сообщил/сообщила в новостях> > news:#AVl$#AZEHA.2432@tk2msftngp13.phx.gbl...> > service> > >
> > >
> > > Here is my question:
> > >
> > > I have a webservice that "expose " a function "PutPhoto".
> > >
> > > This function is used by an asp.net app to send a photo .
> > > Putphoto get the photo as an array of bytes and image.Type and write
> > > the picture to a folder on the local system(The system where the web> > > is running).
> > >
> > > My problem is that this works only when the web app and the web>> > are> >> > > located
> > > on the same system.
> > >
> > > But it does not work when the web application is on an other server.
> > >
> > >
> > > Can anyone explain why?
> > >
> > >
> > > I have double checked the configurations and it is not a path issue...
> > >
> > >
> > > Any help will be so much appreciated.
> > >
> > > Thanks
> > >
> > > J.B.
> > >
> > >
> >
>
Kondratyev Denis Guest



Reply With Quote

