Expand my Community achievements bar.

Problem sending the parameters to webservice

Avatar

Former Community Member
Hi all,

i am trying to call a "peoplesoft" webservice from flex. The
following are the files automatically generated by peoplesoft
integration broker.



<wsdl:definitions name="CI_DEPT_CF.1" targetNamespace="
http://xmlns.oracle.com/Enterprise/FSCM/service/CI_DEPT_CF.1">

<wsp:UsagePolicy wsdl:Required="true"/>



<plnk:partnerLinkType
name="CI_DEPT_CF_PartnerLinkType">



<plnk:role name="CI_DEPT_CF_Provider">

<plnk:portType name="tns:CI_DEPT_CF_PortType"/>

</plnk:role>

</plnk:partnerLinkType>



<wsdl:types>



<xsd:schema elementFormDefault="qualified">

<xsd:import namespace="
http://xmlns.oracle.com/Enterprise/FSCM/schema/M606637.V1"
schemaLocation="M606637.V1.xsd"/>

<xsd:import namespace="
http://xmlns.oracle.com/Enterprise/FSCM/schema/M979725.V1"
schemaLocation="M979725.V1.xsd"/>

<xsd:import namespace="
http://xmlns.oracle.com/Enterprise/FSCM/schema/M505071.V1"
schemaLocation="M505071.V1.xsd"/>

</xsd:schema>

</wsdl:types>



<wsdl:message name="M606637.V1">

<wsdl:documentation>M606637</wsdl:documentation>

<wsdl:part element="M606637.V1:Get__CompIntfc__DEPT_CF"
name="parameter"/>

</wsdl:message>



<wsdl:message name="M979725.V1">

<wsdl:documentation>M979725</wsdl:documentation>

<wsdl:part
element="M979725.V1:Get__CompIntfc__DEPT_CFResponse"
name="parameter"/>

</wsdl:message>



<wsdl:message name="M505071.V1">

<wsdl:documentation>M505071</wsdl:documentation>

<wsdl:part element="M505071.V1:error"
name="parameter"/>

</wsdl:message>



<wsdl:portType name="CI_DEPT_CF_PortType">



<wsdl:operation name="CI_DEPT_CF_G">

<wsdl:documentation>CI_DEPT_CF_G</wsdl:documentation>

<wsdl:input message="tns:M606637.V1"
name="M606637.V1"/>

<wsdl:output message="tns:M979725.V1"
name="M979725.V1"/>

<wsdl:fault message="tns:M505071.V1"
name="M505071.V1"/>

</wsdl:operation>

</wsdl:portType>



<wsdl:binding name="CI_DEPT_CF_Binding"
type="tns:CI_DEPT_CF_PortType">

<soap:binding style="document" transport="
http://schemas.xmlsoap.org/soap/http"/>



<wsdl:operation name="CI_DEPT_CF_G">

<soap:operation soapAction="CI_DEPT_CF_G.V1"
style="document"/>



<wsp:Policy
wsu:Id="UsernameTokenSecurityPolicyPasswordOptional">



<wsp:ExactlyOne>



<wsp:All>



<wsse:SecurityToken wsp:Usage="wsp:Required">

<wsse:TokenType>wsse:UserNameToken</wsse:TokenType>



<Claims>

<SubjectName MatchType="wsse:Exact"/>

<UsePassword wsp:Usage="wsp:Optional"/>

</Claims>

</wsse:SecurityToken>

</wsp:All>

</wsp:ExactlyOne>

</wsp:Policy>



<wsdl:input name="M606637.V1">

<soap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
use="literal"/>

</wsdl:input>



<wsdl:output name="M979725.V1">

<soap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
use="literal"/>

</wsdl:output>



<wsdl:fault name="M505071.V1">

<soap:fault encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
name="M505071.V1" use="literal"/>

</wsdl:fault>

</wsdl:operation>

</wsdl:binding>



<wsdl:service name="CI_DEPT_CF">

<wsdl:documentation>CI_DEPT_CF</wsdl:documentation>



<wsdl:port binding="tns:CI_DEPT_CF_Binding"
name="CI_DEPT_CF_Port">

<soap:address location="
http://jupiter.smarterp.com:9051/PSIGW/PeopleSoftServiceListeningConnector"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>



--------------------------------------------------------------------------------------------------------------------------------------



<xsd:schema elementFormDefault="qualified"
targetNamespace="
http://xmlns.oracle.com/Enterprise/FSCM/schema/M606637.V1">

<xsd:element name="Get__CompIntfc__DEPT_CF"
type="Get__CompIntfc__DEPT_CFTypeShape"/>



<xsd:complexType
name="Get__CompIntfc__DEPT_CFTypeShape">



<xsd:sequence>

<xsd:element name="SETID" type="SETIDTypeShape"/>

<xsd:element name="DEPTID" type="DEPTIDTypeShape"/>

</xsd:sequence>

</xsd:complexType>



<xsd:complexType name="SETIDTypeShape">



<xsd:simpleContent>

<xsd:extension base="SETIDTypeDef"/>

</xsd:simpleContent>

</xsd:complexType>



<xsd:complexType name="DEPTIDTypeShape">



<xsd:simpleContent>

<xsd:extension base="DEPTIDTypeDef"/>

</xsd:simpleContent>

</xsd:complexType>



<xsd:simpleType name="SETIDTypeDef">



<xsd:restriction base="xsd:string">

<xsd:maxLength value="5"/>

<xsd:whiteSpace value="preserve"/>

</xsd:restriction>

</xsd:simpleType>



<xsd:simpleType name="DEPTIDTypeDef">



<xsd:restriction base="xsd:string">

<xsd:maxLength value="10"/>

<xsd:whiteSpace value="preserve"/>

</xsd:restriction>

</xsd:simpleType>

</xsd:schema>





can you suggest me how to call this web service .
0 Replies