Re: Web listener



Hi
This is rather more like the response that I was expecting. It does seem
that you get what you pay for :-) I still haven't got my head around the
mv.Net logon procedure.
Thanks
Peter McMurray
"Sean Chapman" <sean.chapman@xxxxxxxxx> wrote in message
news:d5ff6aef-b284-4462-9893-1363451c626b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
We do this type of connectivity in 2 different ways

a) mv.net - makes it pretty rapid to build a web service and have it
call the subroutines on the back end

b) our older way of doing it (due to some socket issues in older
versions of d3) was this
have a file that is q pointered to a unix directory (don't
know if q pointers are a d3 specific thing)
ftp a "request" file from the web service to the directory
have a d3 phantom running and watching that directory ready
to process requests
write out the response into another Q pointered directory
that the web service is checking for

this worked surprisingly well and the only issue we ever ran into
was that there is a bug with d3 and phantom usage where if you are
passing large enough amounts of data through, the phantom ports
eventually "die" and have to be killed/restarted (looks like a memory
leak so we ran a daily process to check for processes over 30K of
memory usage and just killed/restarted them)


A is an easier solution to develop for by far since we ended up having
to build a lot of xml by hand in pickBASIC which adds to development
time. B however, saves on licensing costs because it was 100% our
solution. So YMMV



.



Relevant Pages

  • Re: Web listener
    ... mv.net - makes it pretty rapid to build a web service and have it ... know if q pointers are a d3 specific thing) ... was that there is a bug with d3 and phantom usage where if you are ... A is an easier solution to develop for by far since we ended up having ...
    (comp.databases.pick)
  • Add attributes to Web Service Response
    ... I am attempting to create a web service that accepts and returns messages in the style outlined below: ... Response: ... Any pointers would be much appreciated. ... Regards ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Help consuming third part web services
    ... // The web.config defines the target URL for the web service. ... string xResp = x.AuthenticateUser; ... report the response to the caller. ... I don't think I have a Client Proxy such as is created with WSDL.EXE ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Securing files stored in virtual directory
    ... multiple attachments. ... local file to an attachment, and the web service would receive ... the key as the response from the save step. ... and that exists still in the database. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: "Mastering C Pointers"....
    ... I'm not talking about your pointer response, which was generally good, as I ... Together they will help you understand pointers. ... >> Maybe for understanding the C standard. ... > principles laid out in the Standard is vital. ...
    (comp.lang.c)