Re: Trigger Timeout Loop Issue



One would question what you are doing in the web service, which can
not be accomplished by
- (preferably) PL/SQL
or
- calling the code in an external procedure.

We're calling a third-party web service, among several other
things, that has a much more complex calling structure. We
work with a 3rd-party app from a large company that isn't
directly compatable with Oracle, but has interface libraries
(only) for .NET.

We're not calling our web service just to go back and edit
our own database; that's a necessary secondary function
for the purpose of logging the results.

The code can't be called from an external procedure (AFAIK)
because it isn't required to be in the same physical location,
and because the one web service might be called by multiple
databases, or multiple schemas within one database.

What you have set up now is extreemly inflexible, extreemly
unscalable, and extreemly unrobust.
One would wonder why your senior dev didn't recommend to keep it in
Oracle as much as possible without this cr**p.

The remedy you propose is even worser than the problem at hand.

I will take this under advisement. Seriously. I don't think we're
looking to redesign or remove the web service at this point, however.

-- Julian Mensch
.



Relevant Pages

  • RE: Asynchronous Web Service Method Failure
    ... this is an ASP page calling the ... >that pops up if the proxy can't reconcile the web method parameters. ... I cannot return a .pdf document object from a web service method ... >> On the server side, it's not a background thread any more than any other ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: OutOfMemoryException: Webservice, DataSet and file transport
    ... Calling the web service from a desktop pc gives no problems. ... achieve with the web method is updating the software. ... >> I keep the dataset in memory. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: cross-thread UI updating?
    ... data from your Web Service in a worker thread instead of calling it ... time to execute. ... it is generally not a very good idea to use the EventHandler ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: The underlying connection was closed
    ... I have written a web service that calls another web service. ... calling is third party, but written in .net. ... I am calling the 3rd party ws over https. ... No changes on the server or the source code. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Where to put code
    ... separate 'procedure.prg' programs called via 'set procedure to' statments. ... I need to call procedures which contain instructions about form ... objects from the 'calling' form, ...
    (microsoft.public.fox.helpwanted)