tagged [soap]

Consuming SOAP web service in ASP.NET

Consuming SOAP web service in ASP.NET I have a SOAP WSDL (found here: [https://portal.bsh-partner.com/picenter/server/a2a/](https://portal.bsh-partner.com/picenter/server/a2a/)) and I am trying to con...

11 Mar at 18:3

ServiceStack: Incorrect metadata for SOAP?

ServiceStack: Incorrect metadata for SOAP? I followed the [Create your first webservice](https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice) tutorial. When I go to the Hell...

30 Dec at 16:31

ServiceStack WSDL creates empty portType element

ServiceStack WSDL creates empty portType element I created a SOAP1.2 web service with ServiceStack. We have a client using the Axis2 platform to create a proxy class to our service via the WSDL; howev...

18 Jul at 20:52

How to call a web service with no wsdl in .net

How to call a web service with no wsdl in .net I have to connect to a third party web service that provides no wsdl nor asmx. The url of the service is just [http://server/service.soap](http://server/...

14 Aug at 16:9

Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better?

Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better? I'm not a security expert by any means, but I favor creating REST-style web services. In creating a new service which need...

12 May at 16:14

SOAP Client in C# without access to a WSDL-file

SOAP Client in C# without access to a WSDL-file I'm working with a third party to integrate some of our systems with theirs and they provide us with a SOAP interface to make certain requests and chang...

10 Nov at 14:51

How to remove *Response convention in service stack?

How to remove *Response convention in service stack? I am trying to stand up a service using Service Stack. The service needs to meet soap 1.1 standards. Now the operation object that I am trying to u...

ServiceStack SOAP Error serialization

ServiceStack SOAP Error serialization In a ServiceStack project I've added api key authorization as follows When accessing the service via REST I get a response as I

16 Sep at 12:41

What is the difference between SOAP and REST webservices? Can SOAP be RESTful?

What is the difference between SOAP and REST webservices? Can SOAP be RESTful? From MSDN magazine [https://msdn.microsoft.com/en-us/magazine/dd315413.aspx](https://msdn.microsoft.com/en-us/magazine/dd...

2 Jun at 13:34

Servicestack - injecting a SOAP web service

Servicestack - injecting a SOAP web service I would like to call a third-party SOAP web service from within my ServiceStack project ( I have used the default servicestack project layout: ![enter image...

10 Nov at 19:42

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder I have been tinkering around with [ServiceStack](http://www.servicestack.net/) to expose some web services and have been very impressed...

How to enable SOAP on CentOS

How to enable SOAP on CentOS We have VPS with CentOS. I have installed SOAp using the following command: Then I went to the `php.ini` file to uncomment the SOAP extension. It was not there, so I added...

28 Aug at 05:15

Express Sequence of items in ServiceStack DTO classes

Express Sequence of items in ServiceStack DTO classes I am using ServiceStack to create a Soap service. I want to create a soap envelope which includes a structure like this I.e. a container with a se...

14 Dec at 23:9

Example of SOAP request authenticated with WS-UsernameToken

Example of SOAP request authenticated with WS-UsernameToken I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working reques...

How to create a enumerable / class string or int and serialized?

How to create a enumerable / class string or int and serialized? I have been looking for hours now and i have no idea how to solve my problem. I am writing a Service Stack API and I need whoever is go...

5 May at 04:47

How can I pass a username/password in the header to a SOAP WCF Service

How can I pass a username/password in the header to a SOAP WCF Service I'm trying to consume a third-party web service [https://staging.identitymanagement.lexisnexis.com/identity-proofing/services/ide...

8 Jul at 19:21

Converting WSDL to C# classes

Converting WSDL to C# classes Converting WSDL to C# classes using microsoft net wsdl.exe tool but the tool is unable to convert the following part of the WSDL file. Any pointers in the right direction...

1 Nov at 22:39

Make a single WCF service support both SOAP, REST and WSDL

Make a single WCF service support both SOAP, REST and WSDL I'm trying to build a C# service in .NET 3.5 that supports both SOAP - and shows the WSDL - and REST. The SOAP service and WSDL generation wa...

13 Nov at 19:41

How to optimize WCF CreateFactory in System.ServiceModel.ChannelFactory?

How to optimize WCF CreateFactory in System.ServiceModel.ChannelFactory? My current implementation is utilizing the ClientBase class to create a channel for WCF calls made to a third party API. This t...

ServiceStack SOAP XmlException: The input document has exceeded a limit set by MaxCharactersInDocument

ServiceStack SOAP XmlException: The input document has exceeded a limit set by MaxCharactersInDocument As the title suggest, we are currently struggling with a ServiceStack v 4.0.44 SOAP service that ...

23 May at 11:52

WCF sending huge data

WCF sending huge data I want to send a huge set of data to a WCF service. The data might consist of thousands od records (entities), depending on the parsed input file. Now the question is: what is th...

4 Nov at 16:16

Prevent ServiceContractGenerator from generating message contracts (request/response wrappers)

Prevent ServiceContractGenerator from generating message contracts (request/response wrappers) There is a [specific WSDL](https://finswitchuat.finswitch.com/webservices/finswitchwebservice.asmx?wsdl) ...

8 Dec at 12:35

WCF and Soap 1.1

WCF and Soap 1.1 I am trying to create a service that a 3rd party should hopefully consume. The consumer is compatible with SOAP 1.1, which is why I am using basicHttpBinding for the server. When the ...

9 Feb at 14:31

Response and DTO objects missing from XSD

Response and DTO objects missing from XSD I'm using the latest version of ServiceStack with NuGet. I've got a basic service setup that works fine with the JsonServiceClient and is passing all of our u...

28 Nov at 15:59

c# Soap Client Issue - more than one endpoint configuration for th at contract was found

c# Soap Client Issue - more than one endpoint configuration for th at contract was found I am trying to write a simple c# console application to test the SOAP API from here: [https://www.imailtest.co....

18 Apr at 09:37