Most voted "soap" questions
SOAP (Simple Object Access Protocol) is a protocol for the exchange of information structured on a decentralized and distributed platform.
Learn more…222 questions
Sort by count of
-
0
votes1
answer84
viewsConsuming SOAP in Flutter, storing Cookie
Good morning everyone, I’m having a hard time, I need to consume a WS in SOAP, when I use Postman works, but when I try to work with the data in Flutter, it’s not working, I think it’s something in…
-
0
votes0
answers74
viewsHow to consume a SOAP Webservice at Angular 7
Guys, I’m trying to consume a SOAP Webservice in Angular 7, I’m using ngx-Soap in version 0.6.3, but I’m not succeeding, the project runs but when I try to access the resource the browser emits this…
-
0
votes0
answers19
viewsError 415 when sending a zipped SOAP message ( SWA - SOAP with Attachments) using apache Camel
I am doing an integration. Using Soapui worked perfectly. but when it came to java the problem of "415" occurred. In Soapui in the Attachment part I put an option called"Part" and in it a specific…
-
0
votes0
answers89
viewsWebservice returning PHP error
Hello to all my friends(as), you are well? I have a very annoying little problem, I can’t find the problem. I’m consuming a webservice.: Link to the Webservice It is about the prefecture of…
-
0
votes0
answers21
viewsError trying to use Magento API SOAP 1.9
I’m trying to consume Magento’s SOAP API through the examples shown in documentation of the People themselves, but I’m getting the following error: Fatal error: Uncaught Soapfault Exception: [WSDL]…
-
0
votes0
answers14
viewsList of properties with Soapobject on Android
I have the following parameter structure in the webservice, and the Alistafoto parameter is a list (array): <parameters> <NCodCli></NCodCli> <AListaFoto>…
-
0
votes0
answers32
viewsSend file to api SOAP with PHP
I need to send jpg and pdf files eventually to an api. But in the WSDL there is the field: <xs:element minOccurs="0" name="arquivo" type="xs:base64Binary"/> Until then beauty, only it has a…
-
0
votes0
answers44
viewsException java.lang.Noclassdeffounderror: javax/xml/Ws/Endpoint
It is a simple code, where I will create a Webservice with SOAP, but when I run the code in Eclipse it presents me the following error: Exception in thread "main" java.lang.NoClassDefFoundError:…
-
0
votes0
answers19
viewsHow to access information in a python xml response
Good afternoon, I’m trying to make an integration with a Soap system and I don’t know how to get the information it returns to me, only work with json so far and it’s quite different, follow the…
-
0
votes0
answers12
viewsHow to remove extra return tags added by Soapcore?
When using Soapcore no . NET Core 3.1 to incorporate SOAP behavior in my application everything happens as expected, with the exception of the return of two extra tags that inherit the service name…
-
-1
votes2
answers2654
viewsWebservice SOAP with PHP
I have one question: I’ve used webservice Json Curl with PHP and in consumption returned me a array where I could work with the information, now learning SOAP the return is not satisfactory as in…
-
-1
votes1
answer152
viewsConvert string to XML object
I am consuming a SOAP Web Service and I can call through Python using the module zeep. client = Client(wsdl='meu_endpoint?WSDL') print(client.service.ObterDividaAtivaPorCPF('user','senha','cpf')) It…
-
-1
votes1
answer406
viewsWeb-Service returning maximum quota exceeded. How to resolve?
I’m consuming a third-party web-service. When I get the return from the service the following message is displayed: Maximum input message size (65536) exceeded I’ve searched forums for a solution,…
-
-1
votes1
answer438
viewsError while performing a SOAP request
Hello, good afternoon! I’m trying to perform a SOAP request with the TNT webservice, but I’m getting a bug and I don’t know what to do. Just follow my code: $cliente = new…
-
-1
votes1
answer91
viewsSOAP com PHP | Error: Server was Unable to process request. ---> Index was Outside the Bounds of the array
Hello, all good? I’m a beginner in PHP and am venturing for the first time with Webservices (SOAP) - performing the integration a form I have on a Landing page with a client’s CRM. For being a…
-
-1
votes1
answer136
viewsHow do I "settar" the digital certificate, when implementing wsdl from Sefaz, via cmd wsimport?
Hello, I’m trying to implement the java classes, by wsdl of the Sefaz web service, via cxf wsimport. As you all know, to consume Sefaz web services, you need to have a digital certificate, and I do.…
-
-1
votes0
answers14
viewsSend a securuty wsse header with Nusoap
Guys, I’m trying to consume a webservice that integrates with my company’s software, but I don’t know how to send these header parameters with php’s Nusoap library, I don’t know who else to turn to,…
soapasked 3 years, 3 months ago Marcos Bomfim 1 -
-2
votes1
answer272
viewsHow to mount an XML string with SOAP?
I don’t know how to ride STRING of XML correct way to send the parameters with xml. According to the documentation the method is called coletar() but I am not able to pass these parameters…
-
-2
votes1
answer350
viewsHow to consume a Soap (do cadsus) api via javascript(Browser)?
Today I can consume Cadsus Aces by dotnet c#. However, now I need to consume these same Apis(cadsus) via javascript(screen), but, I’m getting the following error when I make the following request…
-
-3
votes1
answer101
viewsSend form via SOAP with PHP
Hello, all good? I am very beginner in PHP, and I am integrating a client’s CRM with a form for capturing Leads. Their system is small in scope, and the only thing I have to help me with is a…
-
-3
votes0
answers15
viewsHow to create in PHP using "nusoap" a Web Service to work with the TR-069 protocol (CWMP)
I need help to build a web service type ACS, which communicates with the customers CPE sent auto configuration information. The client’s CPE (Router/Modem) consumes this information from the Web…
-
-5
votes1
answer604
viewsHow to integrate webservice with real estate website?
I am a programmer but I did not get to do the programming logic part and I am struggling on a certain subject. I need to integrate real estate information into a website through data contained in a…