Questions tagged as 'soap'

0
answers

Consuming web service of the PJe

I need to consume the progress of a process using the web service provided by the PC. I am following the guidelines described in: link According to the tutorial, WSDL has the following format: • Web Service: http://ENDEREÇO DA APLICAÇÃ...
asked by 25.04.2018 / 21:29
1
answer

Web service orchestration

In many sites and articles, the term service orchestration is displayed. But what does it mean to orchestrate services and processes in web services terminology?     
asked by 11.02.2016 / 14:18
2
answers

How to send a SOAP in C?

How do I send a SOAP in C? I have a Web Service that consumes SOAP and I have to send this SOAP in C. How can I do this? Is there an API or do I have to create a library?     
asked by 06.03.2015 / 15:38
1
answer

How to insert Access-Control-Allow-Origin in the header

I'm doing an ajax request for JQuery.Ajax() , to consume a WS SOAP, the envelope is Ok but when I make the call I get in the browser "No Access-Control-Allow-Origin 'header is present on the requested The source had the HTTP status code 40...
asked by 25.04.2016 / 20:13
1
answer

Webservice returns pro SoapUI, but does not return pro PHP

I am consuming a WebService SOAP and I am encountering the following problem: The WebService has two functions. In PHP, using the SoapClient class, I created the client and consumed the first function without problem. But when I try to use the s...
asked by 24.03.2016 / 13:05
1
answer

Send namespace xmlns: xsi and xmlns: xsd in response webservice soap

I have a webservice developed in java working perfectly, but I need to send the namespace xmlns:xsi and xmlns:xsd as shown in the example below:
asked by 30.07.2015 / 00:05
1
answer

REST - Http x Json

I did some research and I have some questions about REST: Http is Rest? Is JSON and XML just the return format of a Rest operation? REST x Web Services: are the same things? SOAP would be the opposite of HTTP? Thank you for helping...
asked by 28.03.2016 / 14:34
1
answer

What problems can occur when using the "http://tempuri.org/" namespace in our webServices?

When creating a webService, in my case using ASP.NET, I always change the default namespace to someone related to my project, usually using the site URL for this. But lately I've had the need to integrate systems and usually other developers...
asked by 14.11.2014 / 12:22
1
answer

Creating an Event in a WebService

I have a Webservice that has a method that writes a new inbound record and updates the list that contains those entries. Now I need the client to sign a Webservice event so that whenever a new record is added the event is triggered on the client...
asked by 01.02.2016 / 19:22
2
answers

Capture SOAP request

I would like to log all soap requests exactly as they arrived on my server. Is there a way to do this via C #?     
asked by 13.04.2015 / 15:39