Web Service Proxy Generator
Proxy Generator Error
Gravatar is a globally recognized avatar based on your email address. Proxy Generator Error
  n/a
  All
  Nov 26, 2014 @ 09:07pm
Hello good evening, lower the proxy generator fails me. Message is: I can not find service definition in WSDL

I do not speak English using google translator.

I have developed software Vfp, need to consume a Web Services is that the direction
https://vianatransportes.com/appviana/app/viana1/index.php?r=consultas/consultas&ws=1

Software Using SOAP, it generates either the REQUEST and RESPONSE.

Please if you can help me,

regards


Ramon Veliz

Gravatar is a globally recognized avatar based on your email address. Re: Proxy Generator Error
  Rick Strahl
  Ramon Veliz
  Nov 27, 2014 @ 12:42am

Are you sure you're looking at the WSDL data? Test the URL and make sure it returns WSDL and its not returning something else (an error perhaps or a data endpoint result)...

+++ Rick ---



Hello good evening, lower the proxy generator fails me. Message is: I can not find service definition in WSDL

I do not speak English using google translator.

I have developed software Vfp, need to consume a Web Services is that the direction
https://vianatransportes.com/appviana/app/viana1/index.php?r=consultas/consultas&ws=1

Software Using SOAP, it generates either the REQUEST and RESPONSE.

Please if you can help me,

regards




Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

Gravatar is a globally recognized avatar based on your email address. Re: Proxy Generator Error
  n/a
  Rick Strahl
  Nov 27, 2014 @ 04:23am
Thanks for responding, good morning.
Yes, I am test in SOAPUI and works correctly. I need to generate the codes and procedures in PRG, but it generates an error when I run the PROXYGENERATOR.

In the SOAP this is the code REQUEST

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ConsultasControllerwsdl">
<soapenv:Header/>
<soapenv:Body>
<urn:actionBloqueoAsiento soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<codigoRuta xsi:type="xsd:integer">21</codigoRuta>
<fecha xsi:type="xsd:date">2014-11-10</fecha>
<codigoAsiento xsi:type="xsd:integer">2</codigoAsiento>
<usuario xsi:type="xsd:string">test</usuario>
<password xsi:type="xsd:string">xyz</password>
</urn:actionBloqueoAsiento>
</soapenv:Body>
</soapenv:Envelope>

In the SOAP this is the code RESPONSE

<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:ConsultasControllerwsdl" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:actionBloqueoAsientoResponse>
<return SOAP-ENC:arrayType="ns2:Map[1]" xsi:type="SOAP-ENC:Array">
<item xsi:type="ns2:Map">
<item>
<key xsi:type="xsd:string">codigoRespuesta</key>
<value xsi:type="xsd:string">13775</value>
</item>
<item>
<key xsi:type="xsd:string">descripcionRespuesta</key>
<value xsi:type="xsd:string">Bloque Exitoso</value>
</item>
</item>
</return>
</ns1:actionBloqueoAsientoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Tks for helpme

Gravatar is a globally recognized avatar based on your email address. Re: Proxy Generator Error
  Rick Strahl
  Ramon Veliz
  Nov 29, 2014 @ 01:22am

You have a WSDL URL I can look at?

+++ Rick ---



Thanks for responding, good morning.
Yes, I am test in SOAPUI and works correctly. I need to generate the codes and procedures in PRG, but it generates an error when I run the PROXYGENERATOR.

In the SOAP this is the code REQUEST

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ConsultasControllerwsdl">
<soapenv:Header/>
<soapenv:Body>
<urn:actionBloqueoAsiento soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<codigoRuta xsi:type="xsd:integer">21</codigoRuta>
<fecha xsi:type="xsd:date">2014-11-10</fecha>
<codigoAsiento xsi:type="xsd:integer">2</codigoAsiento>
<usuario xsi:type="xsd:string">test</usuario>
<password xsi:type="xsd:string">xyz</password>
</urn:actionBloqueoAsiento>
</soapenv:Body>
</soapenv:Envelope>

In the SOAP this is the code RESPONSE

<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:ConsultasControllerwsdl" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:actionBloqueoAsientoResponse>
<<span class="commands">return SOAP-ENC:arrayType="ns2:Map[1]" xsi:type="SOAP-ENC:Array">
<<span class="methods">item xsi:type="ns2:Map">
<<span class="methods">item>
<<span class="functions">key xsi:type="xsd:string">codigoRespuesta</key>
<<span class="properties">value xsi:type="xsd:string">13775</value>
</item>
<<span class="methods">item>
<<span class="functions">key xsi:type="xsd:string">descripcionRespuesta</key>
<<span class="properties">value xsi:type="xsd:string">Bloque Exitoso</value>
</item>
</item>
</return>
</ns1:actionBloqueoAsientoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Tks for helpme



Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

Gravatar is a globally recognized avatar based on your email address. Re: Proxy Generator Error
  n/a
  Rick Strahl
  Nov 29, 2014 @ 04:47am
Hi, morning. This is URL

https://vianatransportes.com/appviana/app/viana1/index.php?r=consultas/consultas

Tks


You have a WSDL URL I can look at?

+++ Rick ---



Thanks for responding, good morning.
Yes, I am test in SOAPUI and works correctly. I need to generate the codes and procedures in PRG, but it generates an error when I run the PROXYGENERATOR.

In the SOAP this is the code REQUEST

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ConsultasControllerwsdl">
<soapenv:Header/>
<soapenv:Body>
<urn:actionBloqueoAsiento soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<codigoRuta xsi:type="xsd:integer">21</codigoRuta>
<fecha xsi:type="xsd:date">2014-11-10</fecha>
<codigoAsiento xsi:type="xsd:integer">2</codigoAsiento>
<usuario xsi:type="xsd:string">test</usuario>
<password xsi:type="xsd:string">xyz</password>
</urn:actionBloqueoAsiento>
</soapenv:Body>
</soapenv:Envelope>

In the SOAP this is the code RESPONSE

<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:ConsultasControllerwsdl" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:actionBloqueoAsientoResponse>
<<span class="commands">return SOAP-ENC:arrayType="ns2:Map[1]" xsi:type="SOAP-ENC:Array">
<<span class="methods">item xsi:type="ns2:Map">
<<span class="methods">item>
<<span class="functions">key xsi:type="xsd:string">codigoRespuesta</key>
<<span class="properties">value xsi:type="xsd:string">13775</value>
</item>
<<span class="methods">item>
<<span class="functions">key xsi:type="xsd:string">descripcionRespuesta</key>
<<span class="properties">value xsi:type="xsd:string">Bloque Exitoso</value>
</item>
</item>
</return>
</ns1:actionBloqueoAsientoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Tks for helpme




Ramon Veliz

© 1996-2024