Questions tagged as 'soap'

2
answers

VS 2015 SOAP does not work, but in SOAPUi it works normal

At the company there is a Service provided through WebService SOAP (IBM BPM) . I can not reply to VS 2015 using the Web Reference a connection to this service. I always get the answer after a long time; The timeout of the operation has been...
asked by 22.01.2018 / 20:31
2
answers

Definition of WSDL raising exception

Hello, I have been trying to define a wsdl of a component that uses SOAP for an SOA project that mixes several types of services, integrating them with camel. But I am caught up in a problem that I see no sense in the answer he gives me, which I...
asked by 04.01.2018 / 14:04
0
answers

SOAP Response returning NULL

I'm doing communication with a webservice SOAP, through the IDE I can execute the method calls and capture the values perfectly, however, when running .jar generated by IntelliJ, all returns are null ... I've already tried to generate .jar by ma...
asked by 26.12.2017 / 13:50
0
answers

Webservice PHP Soap

Personal Oops, Good Afternoon! I'm having a hard time consuming a webservice. Fis is a basic program to consume but is displaying the following error message: "The Request must be informed". I could not understand what this request woul...
asked by 12.12.2017 / 16:32
0
answers

SOAP Web Service

I have a very unusual problem with a SOAP application. I have a simple client to do a consumer test. When I test directly on the view action of the service it returns the result correctly, but when I try to consume the same functionality by a...
asked by 13.11.2017 / 13:54
1
answer

Web-Service returning maximum quota exceeded. How to solve?

I'm consuming a third-party web-service. When I get the return of the service the following message is displayed:    The maximum size of incoming messages (65536) has been exceeded I have already researched forums for a solution, but I ha...
asked by 16.10.2017 / 12:54
0
answers

MaxReceivedMessageSize (6553 6) was exceeded. How to solve?

I'm consuming a web service by SOAP, however the following message is displayed:    The maximum size of incoming messages (6553 6) was exceeded.   To increase the quota, use the MaxReceivedMessageSize property on the   appropriate membership...
asked by 04.10.2017 / 19:49
1
answer

Consuming SOAP12 NF-e UF BA

Good follows the code, in the end put the error note the same code works for the GO state (Goiás) static void Main(string[] args) { try { var req = new RequestWS(); var xmlDocument = new XmlDocumen...
asked by 29.09.2017 / 15:47
0
answers

Get webservice return xml - SOAP

I'm accessing a webservice with SOAP and need to grab the contents of the tag -  Message The webservice returns. /var/www/html/particular/webservice/retphp:28: object(stdClass)[2] public 'Longout' => string '<WEBSERVICE_RET xmlns=""...
asked by 26.09.2017 / 16:54
1
answer

XML SOAP - WEBSERVICE REST

I wonder if it is possible to send an xml in the SOAP standard to an "endpoint" in REST? Or if the best way would be to create Webservice in SOAP to not mix the protocols? I ask this, because we have been redoing the entire backend (JEE7) for...
asked by 15.09.2017 / 00:24