This refer to the post Delphi SOAP Envelope and WCF. Could someone please post a sample code which can show me how to set soLiteralParams in THTTPRio.Converter.Options in Delphi 7. I have the followi
Following is the flex code to import a csv data file via c# webservice. private function Import():void{
Despite reading a number of postseg (This one seems popular) I can\'t seem to expose my service as multiple endpoints that are compatible with both the SOAP and REST protocol - my problem seems to be
First let me apologize in case I\'m repeating a question, it seems I should be since it seems such a fundamental matter, but I can\'t seem to find an answer...
I have trawled the net and can\'t find any documentation on sending images (or any attachments) to a Web Service using SOAP.
Is there a way to return in soap an object with his methods? If i return xsd:struct in WSDL i only get the properties of the object but i can\'t use any of the methods.
I am trying to connect to a web service using PHP/SOAP and for some reason I can\'t. I think there might be a problem in these lines:
I have my web service set up to recieve a soap header of name \"TestHeader\" with param \"Name\" How do i create a soap header in my client AND send it to the service?
I have the following web service: SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
I\'m trying to use and web service with gsoap. I\'ve already generated all *.h and *.cpp using wsdl2h and soapcpp2, included all libraries, at least I think so, b开发者_如何学Gout when I build the pro