Questions tagged as 'soap'

1
answer

JAX WS error http 302 (found) DIAN Colombia

I am using the JAX-WS RI tool to access the DIAN web testing service, which is the following link The xml generated by the code is the following, although I had to add the header separately since the tool does not provide this generation...
asked by 06.11.2018 / 18:04
1
answer

PHP web service consumed by JavaScript

I need to create a simple web service in PHP and consume it from Javascript. I do not know if I should use Soap, nuSoap or Rest (I did the tests with nuSoap). None of the examples I find work for me. I just need the basic structure of a re...
asked by 22.08.2017 / 00:13
1
answer

Add CORS to SOAP service with Ionic

is to make a query. I have a SOAP service to which I need to implement CORS to later consume this service from a mobile app on Ionic, but I do not know where to start or how to do it correctly. I know that the implementation of these in my Servi...
asked by 07.11.2018 / 23:06
1
answer

Add header (usernametoken) to web reference C #

Good evening, Add a web service as web reference, and I need to create the header with the authentication (Password and username), I do it when I add a Service Reference, but with a web reference no. Can someone help me, please?. I have re...
asked by 18.11.2017 / 03:09
2
answers

Error Fetching http headers in soap php

I have a WS where I try to consume another WS in the following way: $parametros=array($valores["subdependencia"],$valores['usuario'],$valores['origen'],$valores["cveProveedor"],$valores["numOC"],$valores["rfcProveedor"],(($valores['usuario']==...
asked by 03.10.2017 / 18:50
1
answer

Problem consuming WebService

I have a problem when consuming a Web service from a console application, I have added the Reference Service (WS) to the project, but when implementing it within the code when it will execute the method of That Web Service sends me the followi...
asked by 06.07.2017 / 01:53
1
answer

SOAP - JAVA - java.lang.ClassNotFoundException: com.sun.xml.bind.api.JAXBRIContext

Main Class import javax.swing.RowFilter.ComparisonType; import net.webservicex.ComputerUnit; import net.webservicex.ComputerUnitSoap; import net.webservicex.Computers; public class llamarServicio { public static void main(String[] arg...
asked by 05.07.2017 / 20:41
1
answer

php soap server prefix in elements

I am programming a soap server with php, the code: $options = array('uri' => 'http://myserver/wsdl', 'soap_version' => SOAP_1_1 ); $server = new SoapServer("http://myserver/wsdl/wsas.wsdl", $options ); $server -> setClass("myclass");...
asked by 07.06.2017 / 14:03
1
answer

How to send headers from php to web service SOAP in java?

From my xampp server I consume a SOAP web service that is on a JBOSS server. When I use it I get the user and password parameters for authentication, but I send another parameter as a header and it does not arrive. If I consume the web service u...
asked by 05.12.2016 / 17:07
1
answer

SOAP WSDL call using Java service throws 500 500 Http error

I am calling a method of a WSDL SOAP service (with or without parameters) using Java with Spring. I call my Spring service with PostMan and this is responsible for calling SOAP WSDL. _the_project _ I used the plugin "jaxws-maven-plugin" in...
asked by 03.01.2019 / 15:53