cancel
Showing results for 
Search instead for 
Did you mean: 

WEB SERVICES

Former Member
0 Kudos

HI,

i'm new to web services. i had a requirement in which i should consume a web service from people soft. i got web service from people soft and in the consuming process i got an error while executing it in client proxy. i.e . i created a client proxy for the web service and while executing it i got an error like this

SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

what is the error and how to consume a web service in sap which had developed in non sap technologies. if any one has ideas revert to me. its very very urgent......

thanks in advance,

Suresh Aluri.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

check out this weblog (and also the read the comments)

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

have you created logical port (txn lpconfig)

do you use a RFC destination based http connection?

do you connect to internet via proxy?

Raja

Former Member
0 Kudos

hi raja,

i downloaded wsdl file from internet. while creating client proxy only it gave me the connection error and i didn't created any port .

do u know how to set rfc [sm59] connections to peoplesoft server or others. if yes tell me its urgent????...

with regards,

Suresh Aluri.

athavanraja
Active Contributor
0 Kudos

you dont need sm59 setting at this time. (in fact for consuming also you can do without that)

you may be connecting to internet via proxy and that the reason its failing. you can handle this in two ways.

1. set the proxy server details./authenticaio in sicf->client->proxy settings

2. just dowload the wsdl to your local machine and then use that for builing the client proxy

Former Member
0 Kudos

hi raja,

after i created a port and executed client proxy now im getting error as 'Username missing from request' .

and the report is like this,

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o145" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o145">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>194</PROGID>

<CONTID>1050</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT>http://www.sap.com/xml_errorcodes</CODECONTEXT>

<CODE>SoapFaultCode:4</CODE>

<ERRORTEXT>Username missing from request.</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

give any suggestions please its urgent.

with regards,

Suresh Aluri.

athavanraja
Active Contributor
0 Kudos

give me the location of the wsdl (hope its on internet and its public) then i can simulate to see the reason for error.

may be the ws you are calling required authentication.

Regards

Raja

Former Member
0 Kudos

hi raja,

location of wsdl is http://122.167.202.93:8030/PSIGW/HttpListeningConnector. check that n reply me soon

with regards,

Suresh aluri.

athavanraja
Active Contributor
0 Kudos

i dont get the wsdl all get is

  <?xml version="1.0" ?> 
- <IBResponse type="error">
  <DefaultTitle>Integration Broker Response</DefaultTitle> 
  <StatusCode>20</StatusCode> 
  <MessageSet>158</MessageSet> 
  <MessageID>10403</MessageID> 
  <DefaultMessage>Integration Gateway failed while processing the message.</DefaultMessage> 
- <MessageParameters>
  <Parameter>ContentSection</Parameter> 
  </MessageParameters>
  </IBResponse>

Former Member
0 Kudos

hi raja,

i downloaded the wsdl. wsdl is some thing like this

<?xml version="1.0" ?>

- <wsdl:definitions name="PTG_TEST1_CI" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://peoplesoft.com/PTG_TEST1_CI" xmlns:psftHeader="http://schemas.xmlsoap.org/ws/2002/xx/secext" xmlns:wsdl_target="http://peoplesoft.com/PTG_TEST1_CI">

<wsdl:documentation />

- <wsdl:types>

- <xsd:schema xmlns="http://schemas.xmlsoap.org/ws/2002/xx/secext" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.xmlsoap.org/ws/2002/xx/secext" elementFormDefault="qualified">

<xsd:element name="Security" type="SecurityTypeShape" />

- <xsd:complexType name="SecurityTypeShape">

- <xsd:sequence>

<xsd:element name="UsernameToken" type="UsernameTokenTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="UsernameTokenTypeShape">

- <xsd:sequence>

<xsd:element name="Username" type="UsernameTypeShape" />

<xsd:element name="Password" type="PasswordTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="UsernameTypeShape">

- <xsd:simpleContent>

<xsd:extension base="UsernameTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="PasswordTypeShape">

- <xsd:simpleContent>

<xsd:extension base="PasswordTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:simpleType name="UsernameTypeDef">

- <xsd:annotation>

<xsd:documentation>Username is a character of length 254.</xsd:documentation>

</xsd:annotation>

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

<xsd:maxLength value="254" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="PasswordTypeDef">

- <xsd:annotation>

<xsd:documentation>Password is a character of length 254.</xsd:documentation>

</xsd:annotation>

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

<xsd:maxLength value="254" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

</xsd:schema>

- <xsd:schema xmlns="http://peoplesoft.com/PTG_TEST1_CI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://peoplesoft.com/PTG_TEST1_CI" elementFormDefault="qualified">

<xsd:element name="Create__CompIntfc__PTG_TEST1_CI" type="Create__CompIntfc__PTG_TEST1_CITypeShape" />

<xsd:element name="Create__CompIntfc__PTG_TEST1_CIResponse" type="Create__CompIntfc__PTG_TEST1_CIResponseTypeShape" />

<xsd:element name="Find__CompIntfc__PTG_TEST1_CI" type="Find__CompIntfc__PTG_TEST1_CITypeShape" />

<xsd:element name="Find__CompIntfc__PTG_TEST1_CIResponse" type="Find__CompIntfc__PTG_TEST1_CIResponseTypeShape" />

<xsd:element name="Get__CompIntfc__PTG_TEST1_CI" type="Get__CompIntfc__PTG_TEST1_CITypeShape" />

<xsd:element name="Get__CompIntfc__PTG_TEST1_CIResponse" type="Get__CompIntfc__PTG_TEST1_CIResponseTypeShape" />

<xsd:element name="Update__CompIntfc__PTG_TEST1_CI" type="Update__CompIntfc__PTG_TEST1_CITypeShape" />

<xsd:element name="Update__CompIntfc__PTG_TEST1_CIResponse" type="Update__CompIntfc__PTG_TEST1_CIResponseTypeShape" />

<xsd:element name="Updatedata__CompIntfc__PTG_TEST1_CI" type="Updatedata__CompIntfc__PTG_TEST1_CITypeShape" />

<xsd:element name="Updatedata__CompIntfc__PTG_TEST1_CIResponse" type="Updatedata__CompIntfc__PTG_TEST1_CIResponseTypeShape" />

<xsd:element name="notification" type="notificationTypeShape" />

<xsd:element name="detail" type="detailTypeShape" />

- <xsd:complexType name="Create__CompIntfc__PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

<xsd:element name="EMPNAME" type="EMPNAMETypeShape" minOccurs="0" />

<xsd:element name="CITY" type="CITYTypeShape" minOccurs="0" />

<xsd:element name="STATE" type="STATETypeShape" minOccurs="0" />

<xsd:element name="COUNTRY" type="COUNTRYTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="EMPIDTypeShape">

- <xsd:simpleContent>

<xsd:extension base="EMPIDTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="EMPNAMETypeShape">

- <xsd:simpleContent>

<xsd:extension base="EMPNAMETypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="CITYTypeShape">

- <xsd:simpleContent>

<xsd:extension base="CITYTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="STATETypeShape">

- <xsd:simpleContent>

<xsd:extension base="STATETypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="COUNTRYTypeShape">

- <xsd:simpleContent>

<xsd:extension base="COUNTRYTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="Create__CompIntfc__PTG_TEST1_CIResponseTypeShape">

- <xsd:sequence>

<xsd:element name="notification" type="notificationTypeShape" />

<xsd:element name="detail" type="detailTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Find__CompIntfc__PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Find__CompIntfc__PTG_TEST1_CIResponseTypeShape">

- <xsd:sequence>

<xsd:element name="PTG_TEST1_CI" type="PTG_TEST1_CITypeShape" maxOccurs="unbounded" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Get__CompIntfc__PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Get__CompIntfc__PTG_TEST1_CIResponseTypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

<xsd:element name="EMPNAME" type="EMPNAMETypeShape" minOccurs="0" />

<xsd:element name="CITY" type="CITYTypeShape" minOccurs="0" />

<xsd:element name="STATE" type="STATETypeShape" minOccurs="0" />

<xsd:element name="COUNTRY" type="COUNTRYTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Update__CompIntfc__PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

<xsd:element name="EMPNAME" type="EMPNAMETypeShape" minOccurs="0" />

<xsd:element name="CITY" type="CITYTypeShape" minOccurs="0" />

<xsd:element name="STATE" type="STATETypeShape" minOccurs="0" />

<xsd:element name="COUNTRY" type="COUNTRYTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Update__CompIntfc__PTG_TEST1_CIResponseTypeShape">

- <xsd:sequence>

<xsd:element name="notification" type="notificationTypeShape" />

<xsd:element name="detail" type="detailTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Updatedata__CompIntfc__PTG_TEST1_CITypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="EMPIDTypeShape" />

<xsd:element name="EMPNAME" type="EMPNAMETypeShape" minOccurs="0" />

<xsd:element name="CITY" type="CITYTypeShape" minOccurs="0" />

<xsd:element name="STATE" type="STATETypeShape" minOccurs="0" />

<xsd:element name="COUNTRY" type="COUNTRYTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="Updatedata__CompIntfc__PTG_TEST1_CIResponseTypeShape">

- <xsd:sequence>

<xsd:element name="notification" type="notificationTypeShape" />

<xsd:element name="detail" type="detailTypeShape" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="notificationTypeShape">

- <xsd:simpleContent>

<xsd:extension base="notificationTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="detailTypeShape">

- <xsd:sequence>

<xsd:element name="keyinformation" type="keyinformationTypeShape" minOccurs="0" />

<xsd:element name="messages" type="messagesTypeShape" maxOccurs="unbounded" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="keyinformationTypeShape">

- <xsd:sequence>

<xsd:element name="EMPID" type="keyInfoTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="keyInfoTypeShape">

- <xsd:simpleContent>

<xsd:extension base="keyInfoTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="messagesTypeShape">

- <xsd:sequence>

<xsd:element name="type" type="typeTypeShape" minOccurs="0" />

<xsd:element name="messagesetnumber" type="messagesetnumberTypeShape" minOccurs="0" />

<xsd:element name="messagenumber" type="messagenumberTypeShape" minOccurs="0" />

<xsd:element name="messagetext" type="messagetextTypeShape" minOccurs="0" />

<xsd:element name="explaintext" type="explaintextTypeShape" minOccurs="0" />

</xsd:sequence>

</xsd:complexType>

- <xsd:complexType name="typeTypeShape">

- <xsd:simpleContent>

<xsd:extension base="typeTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="messagesetnumberTypeShape">

- <xsd:simpleContent>

<xsd:extension base="messagesetnumberTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="messagenumberTypeShape">

- <xsd:simpleContent>

<xsd:extension base="messagenumberTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="messagetextTypeShape">

- <xsd:simpleContent>

<xsd:extension base="messagetextTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:complexType name="explaintextTypeShape">

- <xsd:simpleContent>

<xsd:extension base="explaintextTypeDef" />

</xsd:simpleContent>

</xsd:complexType>

- <xsd:simpleType name="EMPIDTypeDef">

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

<xsd:maxLength value="10" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="EMPNAMETypeDef">

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

<xsd:maxLength value="10" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="CITYTypeDef">

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

<xsd:maxLength value="30" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="STATETypeDef">

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

<xsd:maxLength value="6" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="COUNTRYTypeDef">

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

<xsd:maxLength value="3" />

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="notificationTypeDef">

- <xsd:restriction base="xsd:int">

<xsd:totalDigits value="1" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="keyInfoTypeDef">

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

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="typeTypeDef">

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

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="messagesetnumberTypeDef">

- <xsd:restriction base="xsd:int">

<xsd:totalDigits value="5" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="messagenumberTypeDef">

- <xsd:restriction base="xsd:int">

<xsd:totalDigits value="5" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="messagetextTypeDef">

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

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

- <xsd:simpleType name="explaintextTypeDef">

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

<xsd:whiteSpace value="preserve" />

</xsd:restriction>

</xsd:simpleType>

</xsd:schema>

</wsdl:types>

- <wsdl:message name="Create__CompIntfc__PTG_TEST1_CISoapIn">

<wsdl:part name="parameter" element="wsdl_target:Create__CompIntfc__PTG_TEST1_CI" />

</wsdl:message>

- <wsdl:message name="Create__CompIntfc__PTG_TEST1_CISoapOut">

<wsdl:part name="parameter" element="wsdl_target:Create__CompIntfc__PTG_TEST1_CIResponse" />

</wsdl:message>

- <wsdl:message name="Find__CompIntfc__PTG_TEST1_CISoapIn">

<wsdl:part name="parameter" element="wsdl_target:Find__CompIntfc__PTG_TEST1_CI" />

</wsdl:message>

- <wsdl:message name="Find__CompIntfc__PTG_TEST1_CISoapOut">

<wsdl:part name="parameter" element="wsdl_target:Find__CompIntfc__PTG_TEST1_CIResponse" />

</wsdl:message>

- <wsdl:message name="Get__CompIntfc__PTG_TEST1_CISoapIn">

<wsdl:part name="parameter" element="wsdl_target:Get__CompIntfc__PTG_TEST1_CI" />

</wsdl:message>

- <wsdl:message name="Get__CompIntfc__PTG_TEST1_CISoapOut">

<wsdl:part name="parameter" element="wsdl_target:Get__CompIntfc__PTG_TEST1_CIResponse" />

</wsdl:message>

- <wsdl:message name="Update__CompIntfc__PTG_TEST1_CISoapIn">

<wsdl:part name="parameter" element="wsdl_target:Update__CompIntfc__PTG_TEST1_CI" />

</wsdl:message>

- <wsdl:message name="Update__CompIntfc__PTG_TEST1_CISoapOut">

<wsdl:part name="parameter" element="wsdl_target:Update__CompIntfc__PTG_TEST1_CIResponse" />

</wsdl:message>

- <wsdl:message name="Updatedata__CompIntfc__PTG_TEST1_CISoapIn">

<wsdl:part name="parameter" element="wsdl_target:Updatedata__CompIntfc__PTG_TEST1_CI" />

</wsdl:message>

- <wsdl:message name="Updatedata__CompIntfc__PTG_TEST1_CISoapOut">

<wsdl:part name="parameter" element="wsdl_target:Updatedata__CompIntfc__PTG_TEST1_CIResponse" />

</wsdl:message>

- <wsdl:message name="SecurityHeaders">

<wsdl:part name="parameter" element="psftHeader:Security" />

</wsdl:message>

- <wsdl:message name="Fault">

<wsdl:part name="fault" element="wsdl_target:detail" />

</wsdl:message>

- <wsdl:portType name="PTG_TEST1_CISoap">

- <wsdl:operation name="Create__CompIntfc__PTG_TEST1_CI">

<wsdl:input message="wsdl_target:Create__CompIntfc__PTG_TEST1_CISoapIn" />

<wsdl:output message="wsdl_target:Create__CompIntfc__PTG_TEST1_CISoapOut" />

<wsdl:fault name="Fault" message="wsdl_target:Fault" />

</wsdl:operation>

- <wsdl:operation name="Find__CompIntfc__PTG_TEST1_CI">

<wsdl:input message="wsdl_target:Find__CompIntfc__PTG_TEST1_CISoapIn" />

<wsdl:output message="wsdl_target:Find__CompIntfc__PTG_TEST1_CISoapOut" />

<wsdl:fault name="Fault" message="wsdl_target:Fault" />

</wsdl:operation>

- <wsdl:operation name="Get__CompIntfc__PTG_TEST1_CI">

<wsdl:input message="wsdl_target:Get__CompIntfc__PTG_TEST1_CISoapIn" />

<wsdl:output message="wsdl_target:Get__CompIntfc__PTG_TEST1_CISoapOut" />

<wsdl:fault name="Fault" message="wsdl_target:Fault" />

</wsdl:operation>

- <wsdl:operation name="Update__CompIntfc__PTG_TEST1_CI">

<wsdl:input message="wsdl_target:Update__CompIntfc__PTG_TEST1_CISoapIn" />

<wsdl:output message="wsdl_target:Update__CompIntfc__PTG_TEST1_CISoapOut" />

<wsdl:fault name="Fault" message="wsdl_target:Fault" />

</wsdl:operation>

- <wsdl:operation name="Updatedata__CompIntfc__PTG_TEST1_CI">

<wsdl:input message="wsdl_target:Updatedata__CompIntfc__PTG_TEST1_CISoapIn" />

<wsdl:output message="wsdl_target:Updatedata__CompIntfc__PTG_TEST1_CISoapOut" />

<wsdl:fault name="Fault" message="wsdl_target:Fault" />

</wsdl:operation>

</wsdl:portType>

- <wsdl:binding name="PTG_TEST1_CIBinding" type="wsdl_target:PTG_TEST1_CISoap">

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

- <wsdl:operation name="Create__CompIntfc__PTG_TEST1_CI">

<soap:operation style="document" soapAction="http://peoplesoft.com/SOAPTOCI/PTG_SOAPTOPS//PSFT_HR" />

- <wsdl:input>

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

<soap:header use="literal" part="parameter" message="wsdl_target:SecurityHeaders" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

</wsdl:input>

- <wsdl:output>

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

</wsdl:output>

- <wsdl:fault name="Fault">

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

</wsdl:fault>

</wsdl:operation>

- <wsdl:operation name="Find__CompIntfc__PTG_TEST1_CI">

<soap:operation style="document" soapAction="http://peoplesoft.com/SOAPTOCI/PTG_SOAPTOPS//PSFT_HR" />

- <wsdl:input>

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

<soap:header use="literal" part="parameter" message="wsdl_target:SecurityHeaders" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

</wsdl:input>

- <wsdl:output>

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

</wsdl:output>

- <wsdl:fault name="Fault">

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

</wsdl:fault>

</wsdl:operation>

- <wsdl:operation name="Get__CompIntfc__PTG_TEST1_CI">

<soap:operation style="document" soapAction="http://peoplesoft.com/SOAPTOCI/PTG_SOAPTOPS//PSFT_HR" />

- <wsdl:input>

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

<soap:header use="literal" part="parameter" message="wsdl_target:SecurityHeaders" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

</wsdl:input>

- <wsdl:output>

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

</wsdl:output>

- <wsdl:fault name="Fault">

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

</wsdl:fault>

</wsdl:operation>

- <wsdl:operation name="Update__CompIntfc__PTG_TEST1_CI">

<soap:operation style="document" soapAction="http://peoplesoft.com/SOAPTOCI/PTG_SOAPTOPS//PSFT_HR" />

- <wsdl:input>

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

<soap:header use="literal" part="parameter" message="wsdl_target:SecurityHeaders" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

</wsdl:input>

- <wsdl:output>

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

</wsdl:output>

- <wsdl:fault name="Fault">

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

</wsdl:fault>

</wsdl:operation>

- <wsdl:operation name="Updatedata__CompIntfc__PTG_TEST1_CI">

<soap:operation style="document" soapAction="http://peoplesoft.com/SOAPTOCI/PTG_SOAPTOPS//PSFT_HR" />

- <wsdl:input>

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

<soap:header use="literal" part="parameter" message="wsdl_target:SecurityHeaders" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />

</wsdl:input>

- <wsdl:output>

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

</wsdl:output>

- <wsdl:fault name="Fault">

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

</wsdl:fault>

</wsdl:operation>

</wsdl:binding>

- <wsdl:service name="PTG_TEST1_CIService">

<wsdl:documentation>This is the service for accessing the 'PTG_TEST1_CI' Component Interface using SOAP requests through PeopleSoft's Integration Broker</wsdl:documentation>

- <wsdl:port name="PTG_TEST1_CISoap" binding="wsdl_target:PTG_TEST1_CIBinding">

<soap:address location="http://122.167.202.93:8030/PSIGW/HttpListeningConnector" />

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

check this one.

with regards,

Suresh Aluri

athavanraja
Active Contributor
0 Kudos

you webservice requires header authentication. to code the same check the followin thread

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Answered