<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Webservice call using WSDL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023903#M961639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;           How we can make use of the WSDL file for calling the Webservice from outside the SAP system? I have a RFC FM  pointed to a service definition and I have the WSDL file with me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me how I can make use of this WSDL for the Webservice call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 18:52:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T18:52:17Z</dc:date>
    <item>
      <title>Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023903#M961639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;           How we can make use of the WSDL file for calling the Webservice from outside the SAP system? I have a RFC FM  pointed to a service definition and I have the WSDL file with me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me how I can make use of this WSDL for the Webservice call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 18:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023903#M961639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T18:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023904#M961640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that it is exposed, it can be called by anything that can comsume a web service.  For example, in java or .net, you could simply consume this service.  Also, for testing purposes, you could consume this in that same ABAP system, by creating a ABAP web service proxy class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 18:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023904#M961640</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-06-16T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023905#M961641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;                Thanks for your immediate response. What are the steps we need to follow for creating the Proxy object in SE80 I see four options HTTP, UDDI, Localfile &amp;amp; XI repository. What is the expansion for each of these???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can call the WSDL from ABAP or from .NET??? do you know the steps???? of we need to talk to a respective platform developer???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 19:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023905#M961641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023906#M961642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  yes, since you have the WSDL, then you could simply use "Local File" option, and then select your WDL, the proxy will then be generated based on the WSDL.  Then the ABAPer or .net guy can call this proxy using the proxy class.  You should get with the developer to call these, if you are not familar with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 19:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023906#M961642</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-06-16T19:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023907#M961643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;                  I had tried the Local file option for the WSDL that I have for the following Blog Service definition:&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2005/01/05/develop-a-web-service-that-sends-an-email--in-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting the fellowing error :&lt;/P&gt;&lt;P&gt;Proxy generation terminated: Message must have exactly one part &lt;/P&gt;&lt;P&gt;Message no. SPRX046 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background &lt;/P&gt;&lt;P&gt;During proxy generation, an interface description in WSDL format is &lt;/P&gt;&lt;P&gt;fetched from the Integration Builder or another source and interpreted. &lt;/P&gt;&lt;P&gt;This WSDL document must describe the whole interface correctly. &lt;/P&gt;&lt;P&gt;==&amp;gt; Display WSDL Document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis &lt;/P&gt;&lt;P&gt;In a WSDL document, a &amp;lt;message&amp;gt; must contain exactly one &amp;lt;part&amp;gt;, &lt;/P&gt;&lt;P&gt;therefore: &lt;/P&gt;&lt;P&gt;&amp;lt;message name="doGetCachedPage"&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;part .../&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/message&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this instance, a &amp;lt;message&amp;gt; has no &amp;lt;part&amp;gt; or multiple &amp;lt;part&amp;gt; entries. &lt;/P&gt;&lt;P&gt;Proxy generation cannot process such messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System response &lt;/P&gt;&lt;P&gt;Proxy generation is terminated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like the ESDL file that I Have has one or more &amp;lt;part&amp;gt; tag in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my XLM file code :&lt;/P&gt;&lt;P&gt;  &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:n0="urn:sap-com:document:sap:rfc:functions" xmlns:n1="http://www.sap.com/webas/630/soap/features/authentication/" xmlns:sap="http://www.sap.com/webas/630/wsdl/features" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:types&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:sap-com:document:sap:rfc:functions" targetNamespace="urn:sap-com:document:sap:rfc:functions" elementFormDefault="unqualified" attributeFormDefault="qualified"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char1"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="1" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char10"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="10" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char20"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="20" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char220"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="220" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char30"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="30" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char32"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="32" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char50"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="50" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="numeric3"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="3" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:pattern value="\d*" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="numeric6"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="6" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:pattern value="\d*" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:schema&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" elementFormDefault="unqualified" attributeFormDefault="qualified" xmlns:n0="urn:sap-com:document:sap:rfc:functions"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:import namespace="urn:sap-com:document:sap:rfc:functions" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:complexType name="Bapiret2"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Type" type="n0:char1" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Id" type="n0:char20" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Number" type="n0:numeric3" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Message" type="n0:char220" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="LogNo" type="n0:char20" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="LogMsgNo" type="n0:numeric6" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="MessageV1" type="n0:char50" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="MessageV2" type="n0:char50" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="MessageV3" type="n0:char50" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="MessageV4" type="n0:char50" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Parameter" type="n0:char32" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Row" type="xsd:int" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="Field" type="n0:char30" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:element name="System" type="n0:char10" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:schema&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:types&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:message name="ZtestWebservice"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="From" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="Message" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="Subject" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="To" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:message name="ZtestWebserviceResponse"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="Return" type="tns:Bapiret2" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;sap:Feature name="design_0" uri="http://www.sap.com/webas/630/soap/features/authentication/"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;sap:Property qname="n1:AuthenticationLevel"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;sap:Option value="n1:Basic" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/sap:Property&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/sap:Feature&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:portType name="ZES_TEST_MAIL"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;sap:useFeature feature="tns:design_0" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="ZtestWebservice"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:input message="tns:ZtestWebservice" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:output message="tns:ZtestWebserviceResponse" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:portType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:binding name="ZES_TEST_MAILSoapBinding" type="tns:ZES_TEST_MAIL"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="ZtestWebservice"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:operation soapAction="" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" namespace="urn:sap-com:document:sap:soap:functions:mc-style" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:output&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" namespace="urn:sap-com:document:sap:soap:functions:mc-style" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:binding&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:service name="ZES_TEST_MAILService"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:port name="ZES_TEST_MAILSoapBinding" binding="tns:ZES_TEST_MAILSoapBinding"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:address location="http://sapecddemo.ssdomain.com:8001/sap/bc/srt/rfc/sap/ZES_TEST_MAIL?sap-client=800" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:port&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:service&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:definitions&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 19:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023907#M961643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023908#M961644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you simply want to test the web service,  you can go to transaction WSADMIN in the system where you created it. You can then navigate to your service in the tree, and select it, then choose web service homepage from the application toolbar.  Hopefully, you have a java system installed along side the ABAP, because this WS Homepage runs on the java side. You can then test the WS from this page, using the "Test" button on the page.   Yes, this transaction is obselete but will still work for your purposes.  If you want to try your hand at transaction SOAMANAGER, be my guess.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 19:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023908#M961644</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-06-16T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice call using WSDL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023909#M961645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;                 I had tested the WSDL using the home page  . Here it works fine. But I want to create a proxy object and want to call the proxy object from ABAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anything you can help on the error that I told you in the previous post??&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 20:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-call-using-wsdl/m-p/4023909#M961645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T20:04:55Z</dc:date>
    </item>
  </channel>
</rss>

