Hi !
The question is that should I implement a robust server - client application using SOAP or DCOM (MTS, COM+).
The calls always have variable parameters (version - based). In the previous ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20075359.htm...
Zones:
XMLDate Answered: 02/08/2002 Rating: 7.4 Views: 4
I want to know about soap. Does someone here have good links on info and tools.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20122840.htm...
Zones:
XMLDate Answered: 05/25/2001 Rating: 7.2 Views: 0
I have an asp page called client_soap.asp that creates a SOAP package to send to the server.asp which takes in the SOAP message gets all the info from the message then returns the status to the cli...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20130212.htm...
Zones:
ASP,
XHTMLDate Answered: 06/02/2003 Rating: 7.6 Views: 0
I am having a problem using Saxon 6.4 when doing a transform.
How do you use the default namespace when doing a transform. I have tried
many forms of XPATH, but i cannot get any data. If i remo...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20156386.htm...
Zones:
XML,
XSLTDate Answered: 07/25/2001 Rating: 9.4 Views: 0
Hi,
I'm sending soap attachment from client to server.
When i try to extract in the server i used ButeArrayInputStream like this.
ByteArrayInputStream contentStream = (ByteArrayInputStream...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20457351.html
Zones:
JavaDate Answered: 11/27/2003 Rating: 9.0 Views: 0
Is there a way to embed a file in an XML documet in Binary or otherwise so that the resonse from a Soap request includes the file?
Is this question vague enough?
Just curious...no rush.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20542922.htm...
Zones:
XMLDate Answered: 03/09/2003 Rating: 7.4 Views: 0
I have a webservice that runs fine if it is on my localhost machine if i put the webservices on anothe machine it sometimes returns me messages like that :
<SOAP-ENV:Envelope xmlns:xsi="...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20599994.html
Zones:
.NETDate Answered: 11/28/2003 Rating: 7.4 Views: 0
We have an application running on asp3.0 and oracle8.1.We created 4 com components (in VB)and converted them into dll's. We call the dll's from the web application.These dlls's call a webservice on...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20714648.htm...
Zones:
ASPDate Answered: 09/12/2003 Rating: 9.2 Views: 4
Hi all,
I've built a C++ client which makes SOAP calls against a .NET web service using the Low Level APIs.
Under testing I have found that when the server returns a non-soap response, no err...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20734489.html
Zones:
C++Date Answered: 01/31/2004 Rating: 7.4 Views: 0
I am trying to create a web service that will parse the below and store into a dataset,
myWebService = "myurl and the asmx page"
myMethod = "contract"
'** create the SOAP envelope with the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20750640.html