Questions tagged as 'soap'

0
answers

How to consume a SOAP webservices in PHP with nested WSDL?

I need to consume a webservice in soap and I must send a nested wsdl as a parameter (4 depth levels). How should I put it together? I have tried with associative classes and array but without success I get an unrecognized field error. I would...
asked by 20.07.2018 / 05:22
0
answers

Consume web service data with php

Hi, I'm sorry it's something simple for you, but I'm a novice in this ... I looked for information in San Google and I see everything confusing. I want to send this data or XML to a url that they gave me. NOTE: I want to do it by php of prefe...
asked by 11.07.2018 / 00:54
1
answer

PHP consume Web service with data of type arrayofObjeto

I want to consume a web service from php shaped like this: <s:element name="Metodo"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Encabezado" type="tns:En...
asked by 12.07.2018 / 18:04
0
answers

How do I send a rest object for a soap asmx?

I have this controller [Route("api/[controller]")] public class OptOutClientController : Controller { HttpClient client = new HttpClient(); private readonly IOptOutService _service; public OptOutClientController(IOptOutService service...
asked by 25.06.2018 / 18:49
0
answers

Implement web service php

Good day I am having trouble to consume a service done in java. I have this example that is done in java and works correctly but when I try to do it in php it does not work. Here is my code: <?php ini_set('soap.wsdl_cache_enable...
asked by 09.07.2018 / 18:19
1
answer

connection refused when trying to consume an SOA Webservice using jax-ws

/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.controller; import java.io.Serializable; import...
asked by 19.06.2018 / 21:08
0
answers

SOAP Web Service, hide

I have the following doubt and I have not found anything clear. Can I have a web service uploaded without having it visible to the public that can listen to my server? And connect only if I have the WSDL, with the mapping of services. I am...
asked by 18.05.2018 / 13:58
0
answers

soapclient can not open https - php

I have been trying for days to solve this problem I saw it several times in consultations and they do not give a solution. this is the error message and this code    Warning: SoapClient :: SoapClient () [soapclient.soapclient]: I / O   warnin...
asked by 11.05.2018 / 01:27
0
answers

java soap request reply (301) Moved permanently

I write since I have a soap web service client, it was working perfectly until a new version of the service I was consuming was uploaded, they passed me the new wsdl and with ecplise I made the corresponding classes for the communication, the pr...
asked by 10.05.2018 / 15:43
0
answers

Web service soap java Netbeans does not allow me to create objects of another kind

Hi guys I'm very desperate I explain what happens is that I'm doing my project for titling in the I have to do a web processing service using a tool called freeling, I managed to use it and I did a java class in the I use the libraries of that t...
asked by 29.04.2018 / 09:49