Questions tagged as 'soap'

1
answer

Consume a soap Webservices

I have a query how I can parse the response of a soap webservices in java using the java api, JAX-WS. in advance thank you very much for your input.     
asked by 18.09.2018 / 19:03
0
answers

SOAP works with xml via soapui but not with PHP

My query is as follows: I need to consume a Web Service type SOAP, but it is consumed without any problem by SOAPui, but when trying to consume it by PHP, it responds that one of the values is not valid or is not recognized as a value. This i...
asked by 17.09.2018 / 00:08
0
answers

Capture SOAP response xml

I have an application from an external provider (it's not mine) that through a webservice call by a url returns an XML with the data resulting from the query on the browser screen. I have the problem in that I do not know how to capture that xml...
asked by 17.09.2018 / 19:22
0
answers

Error in webservice soap HTTP response 415 content type 'text / xml; charset = UTF-8 'was not the expected type' application / soap + xml; charset = utf-8 '

I'm trying to consume a soap webservice with nusoap in php and I get the following error:    ErrorHTTP Error: Unsupported HTTP response status 415 Can not process   the message because the content type 'text / xml; charset = UTF-8 'was not   ...
asked by 04.10.2018 / 15:07
0
answers

How can I consume a WCF SOAP service from Angular 6?

I tried to do it with two libraries: ngx-soap and soap, so far I could not. This is a service that tries with the ngx-soap library. import { Injectable } from '@angular/core'; import { NgxSoapService, ISoapMethod, Client, ISoapMethodRespons...
asked by 23.08.2018 / 03:09
0
answers

Incomplete answer Soap WebService Node.js

It is required to send the following information: '<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:max="http://www.abc.com/mx">'+ '<Header/>' + '<Body>' + '<CreaIDENT>' + '<MXINCIDENT>' + '<ma...
asked by 23.08.2018 / 23:48
0
answers

How can I send header in a SOAP request with php

I need to replicate this xml to a soap request in php: <soapenv:Header> <tar:headerRequest> <head:transaccion> <head:fechaHora>2015-09-11T16:00:00</head:fechaHora> <head:idTr...
asked by 29.08.2018 / 00:51
0
answers

integration with SOAP protocol with PHP Help!

I want to integrate a server (Client) to the server of my work. The problem is that the client uses the SOAP protocol for sending data information, something that currently is not seen much and I can not find the information I need. I show th...
asked by 17.08.2018 / 12:50
0
answers

SoapFault: Technical: PX000040: BEA-382505: XPath statement prod

I really need your support urgently, I am currently connecting to a web service of a client who has given me 2 WSDL routes to connect me. The first connects me without problem, but when applying the same structure to consume the other service, t...
asked by 07.08.2018 / 17:34
1
answer

Why do I get SOAP-ERROR: Encoding: object has not 'tax', in wdsl with nested complextype?

I have to consume a SOAP web services with PHP and I get the title error. The (partial) structure of the wsdl is as follows <xs:element name="Obligations" type="tns:ObligationsType"/> <xs:complexType name="ObligationsType"> <...
asked by 02.08.2018 / 15:23