473,405 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

xml webservice fails on installed maschine

Hi guru's
It runs ok on my developmaschine, and on the test server that i've set up.
but fails after installing on the customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet outside development )
c) writes a log file ( fails on client )

I think a and c has to do with setting ISS up correctly on the customers
server.
can anyone help ?
Nov 23 '05 #1
6 1548
That's hard to say withouth actually knowing what you are doing. But my
best bet would be the Secuirty settings are different on you
developememt than the customers set up. check that the IIS is running on
correct credential for database access as well as access to the lo file

Regards
Erymuzuan Mustapa

kenneth fleckenstein nielsen wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server that i've set up.
but fails after installing on the customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet outside development )
c) writes a log file ( fails on client )

I think a and c has to do with setting ISS up correctly on the customers
server.
can anyone help ?

Nov 23 '05 #2
kenneth fleckenstein nielsen wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server
that i've set up. but fails after installing on the
customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet
outside development ) c) writes a log file ( fails on
client )

I think a and c has to do with setting ISS up correctly
on the customers server.
can anyone help ?


What's the OS of your customer's server? Is your SOAP webservice
using an ASP or an ISAPI listener?
--
The answer to the ethernal question is:
put a read events after the launch of the form
Nov 23 '05 #3
I think your right that it's about setting the iss up to allow database access.
I just cant seam to find that check box on my services propertysheet. the io
is there.

"erymuzuan" wrote:
That's hard to say withouth actually knowing what you are doing. But my
best bet would be the Secuirty settings are different on you
developememt than the customers set up. check that the IIS is running on
correct credential for database access as well as access to the lo file

Regards
Erymuzuan Mustapa

kenneth fleckenstein nielsen wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server that i've set up.
but fails after installing on the customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet outside development )
c) writes a log file ( fails on client )

I think a and c has to do with setting ISS up correctly on the customers
server.
can anyone help ?

Nov 23 '05 #4
the server os is win2000, and the SOAP webservice is build with C#, and .net
using httpapplication and it's werbservice as base classes, I'm not sure
which interface they support
--

"Villi Bernaroli" wrote:
kenneth fleckenstein nielsen wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server
that i've set up. but fails after installing on the
customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet
outside development ) c) writes a log file ( fails on
client )

I think a and c has to do with setting ISS up correctly
on the customers server.
can anyone help ?


What's the OS of your customer's server? Is your SOAP webservice
using an ASP or an ISAPI listener?
--
The answer to the ethernal question is:
put a read events after the launch of the form

Nov 23 '05 #5
the OS on my test server and on the client is win2000 server, and the
webservice is build in c# using .net. With the base classes derived from
httpApplication and webservice, but i'm not sure about ASP or an ISAPI
listener?

"Villi Bernaroli" wrote:
kenneth fleckenstein nielsen wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server
that i've set up. but fails after installing on the
customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet
outside development ) c) writes a log file ( fails on
client )

I think a and c has to do with setting ISS up correctly
on the customers server.
can anyone help ?


What's the OS of your customer's server? Is your SOAP webservice
using an ASP or an ISAPI listener?
--
The answer to the ethernal question is:
put a read events after the launch of the form

Nov 23 '05 #6
it fails when i login, because the user and the password is correct for the
db, and i can log onto the db with that user when i connect to it normally.

bool ok = sesseion.UserLogin(user,psw);

and it works on other installations ( my test maschine )

"kenneth fleckenstein nielsen" wrote:
Hi guru's
It runs ok on my developmaschine, and on the test server that i've set up.
but fails after installing on the customers server.
I made a XML webservice that does these steps:
a) access a db for updating ( fails on client )
b) saves some associated files (DIMES/SOAP) ( not testet outside development )
c) writes a log file ( fails on client )

I think a and c has to do with setting ISS up correctly on the customers
server.
can anyone help ?

Nov 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nalaka | last post by:
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS)...
2
by: Naeem Sarfraz | last post by:
Any advice for the following situation? I've deployed my webservice on a remote server, e.g. http://mywebservice.co.uk/summary.asmx. The windows clients attempts to access this webservice and...
1
by: Stefan Rogge | last post by:
Hi at all. I am new in this newsgroup and also it ist he first time I try to implement a webservice. This works very good but the last days I had some problems with the error mentioned in...
3
by: pranesh.nayak | last post by:
I'm facing an error:"String was not recognized as a valid DateTime" whille accessing DateTime from webservice. And when I try to set DateTime to the same webservice it fails with error:"Date...
1
by: Thom Little | last post by:
I have a simple web service that requires no input and returns a character string. I created the service and FTPd it to a remote server. The .dll to the .bin directory and the single .asmx file...
2
by: tcarasu | last post by:
We have two production servers under the DNS setup. We have installed our web services on both the servers. The web application is also installed in the same servers. When the web application tries...
1
by: Jens Mander | last post by:
Hi and sorry for the heavy crossposting (fu2 mpdf)! As you might have gotten out of the subject line, my application tries to consume a webservice that's being connected to via https. This works...
2
by: =?Utf-8?B?U2VyZ2V5IFBvYmVyZXpvdnNraXk=?= | last post by:
In my ASP.Net 2.0 website I defined base page type in web config as follows: <pages MaintainScrollPositionOnPostback="true" pageBaseType="base_Page" /> It all works fine for the pages. Now I am...
7
by: Amirallia | last post by:
Hi, I consume my webservice with the IE browser and all is ok when I call it with one browser. But when I call it a the same time with two browsers, the IE page tells me that the apllication...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.