Hi All,
I am trying to import a WS as a external definition, and I get no error, but don't extracts the messages contained into WSDL, Can anyone help me?
Here is the WSDL:
<?xml version = '1.0' encoding = 'windows-1252'?>
<!
Generated by the Oracle9i JDeveloper Web Services WSDL Generator
>
<!
Date Created: Tue Jan 27 12:15:27 CET 2004
>
<definitions
name="ActionRegistro"
targetNamespace="http://tempuri.org/jdeveloper/generated/RWVirtual/ActionRegistro"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://tempuri.org/jdeveloper/generated/RWVirtual/ActionRegistro"
xmlns:ns1="http://tempuri.org/jdeveloper/generated/RWVirtual/ActionRegistro/schema">
<types>
<schema
targetNamespace="http://tempuri.org/jdeveloper/generated/RWVirtual/ActionRegistro/schema"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"/>
</types>
<message name="registrar0Request">
<part name="asu_id" type="xsd:string"/>
<part name="asu_descripcion" type="xsd:string"/>
<part name="uo_id" type="xsd:string"/>
<part name="nombre" type="xsd:string"/>
<part name="ape1" type="xsd:string"/>
<part name="ape2" type="xsd:string"/>
</message>
<message name="registrar0Response">
<part name="return" type="xsd:string"/>
</message>
<portType name="ActionRegistroPortType">
<operation name="registrar">
<input name="registrar0Request" message="tns:registrar0Request"/>
<output name="registrar0Response" message="tns:registrar0Response"/>
</operation>
</portType>
<binding name="ActionRegistroBinding" type="tns:ActionRegistroPortType">
http://schemas.xmlsoap.org/soap/http"/>
<operation name="registrar">
<soap:operation soapAction="" style="rpc"/>
<input name="registrar0Request">
http://schemas.xmlsoap.org/soap/encoding/"/>
</input>
<output name="registrar0Response">
http://schemas.xmlsoap.org/soap/encoding/"/>
</output>
</operation>
</binding>
<service name="ActionRegistro">
<documentation>
Esta clase se utiliza para publicarla como servicio web y de esta forma
permitir a las aplicaciones de la Junta poder realizar anotaciones en
el registro.
@Autor: Alberto Gallego.
@Fecha: 22/01/2004
</documentation>
<port name="ActionRegistroPort" binding="tns:ActionRegistroBinding">
http://www.jccm.es/RV-DES/WSRegistro"/>
</port>
</service>
</definitions>
Thanks in advance.