Questions tagged as 'soapui'

1
answer

Order of the Fields in XML WCF

I rengo a case with a WCF that does not allow me to receive the data correctly when consuming it from an external tool, example (SOAP UI), I have the following DataContract : [DataContract] public class Ticket { [DataMember] publ...
asked by 30.08.2016 / 17:45
0
answers

Send data in WS SOAP Service with VBA Excel

I'm trying to make a macro in VBA in excel to send a request through a Web Service SOAP service, I managed to create it with the following code confirming that it actually works: Sub erp_automatico() Dim sURL As String Dim sEnv As String Dim x...
asked by 08.11.2018 / 04:25
1
answer

error when reading a variable in PHP Notice: Undefined property: stdClass :: $ Name

I am trying to read a webservices that is in SoapUI but the field that I am trying to read is not a unique name, that is to say that I have several fields with the same name this something to itself. <get1:Wallet> <get1:Nam...
asked by 30.03.2017 / 19:49
0
answers

How to use several answers with SOAP UI?

I am using models in SOAP UI to simulate a web service but for the moment the model always replies to me the same I want to know if it can be done that depending on what I send, I answered differently, for example: I send this to you: {"ite...
asked by 02.11.2018 / 20:22
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

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

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

Connect jdbc sqlserver in soapui MockService

When making a connection to the sql server in a MockService using soapui version 5.4 I get the following error:    INFO: groovy.lang.MissingPropertyException: No such property:   connectionUrl for class: Script1 The code I have is the fol...
asked by 28.04.2018 / 00:17
0
answers

Problems to consume Web service SOAP https

I have a WS, but when I invoke one of its methods I get a message:protected =>Forbiden message, but when I test the WS with the SOAP UI app if I can access its methods and perform tests, it returns the corresponding values. Accordin...
asked by 03.04.2018 / 18:07
0
answers

SOAP service changes from https to http

Hi, I am consuming a WS that the url is: https: // myqs.com?wsdl with the following code: $servicio="https://myapp.com/ws.svc?wsdl"; $opt = array('encoding' => 'UTF-8'); $parametros=array( 'c' => 'a', 'd' => 'b', 'e' =&...
asked by 03.04.2018 / 21:32