Tagged Questions

1
vote
1answer
685 views

Check in C# whether php soap returned soapFault

I have problem with checking SoapFault response from writen in PHP Soap webservice. Responce looks like this (default "throw new SoapFault("SOAP:CLIENT", "Bad login");" <SOAP-ENV:Envelope ...
0
votes
1answer
19 views

How can I get the whole xml response from SoapFaultClientException

I get this exception because response is soapFault. Is there options how I can get whole xml response from this exception ? I need this because important content of this xml inst in ...
0
votes
0answers
102 views

returning soap faultstring

Can someone please tell me the code to return the faultstring from a soap exception. I'm calling a webservice with an employee number. If the number isn't found in the database on the request, the ...
0
votes
0answers
175 views

QuotaExceededException in unsigned SOAPFault

I am using an external SOAP service (of which I cannot have changed in any way) with a MutualCertificateDuplexBindingElement: MessageSecurityVersion securityVersion = ...
0
votes
2answers
457 views

Akamai CCU SOAP API in soapUI

Has anyone been able to successfully use the Akamai CCU SOAP API? I'm trying to use it with soapUI with the following (Java) WSDL: https://ccuapi.akamai.com/ccuapi-axis.wsdl. When I run the sample ...
0
votes
1answer
346 views

PHP SOAP faultcode: soap:Server

Googled everywhere with no luck, could anyone tell me what's going on here? PHP version 5.2.10 trying to make a SOAP request and get this back. SoapFault exception: [soap:Server] The application ...
0
votes
2answers
643 views

ASP.Net Web Service - What is the correct way to add a detail element to a SOAP fault response that works for both SOAP 1.1 and SOAP 1.2?

ASP.Net 2.0 Web Services automatically create both SOAP 1.1 and SOAP 1.2 bindings. Our web service, however, has SOAP extensions and custom exception handling that make the assumption that only the ...
0
votes
1answer
289 views

SOAP WSE .Net issue with Action header

We have a SOAP Web Service we wrote that accepts work fine testing without a WSE policy set on the class using the Policy Attribute on the class that implements the WS ...