<?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 Re: Client Proxy Generation Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-proxy-generation-error/m-p/1446404#M211830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, I read a few post about this on SDN, but they didn't offer any solutions, and were from almost a year ago, so I was wondering if there's been any progress.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 13:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-20T13:56:34Z</dc:date>
    <item>
      <title>Client Proxy Generation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-proxy-generation-error/m-p/1446403#M211829</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;&lt;/P&gt;&lt;P&gt;I have a java web-service deployed in Enterprise Portal which I need to consume in a BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I'm getting an error on client proxy generation:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Proxy generation terminated: Message must have exactly one part&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is anyone familiar with this?  The WSDL file says it has been generated by SAP PORTAL ECLIPSE PLUGINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the WSDL file:&lt;/P&gt;&lt;P&gt;&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 File generated by the SAP PORTAL ECLIPSE PLUGINS &lt;/P&gt;&lt;P&gt;  --&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;!--  VERSION : 6.3.20051124 &lt;/P&gt;&lt;P&gt;  --&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:definitions name="xCDRServices" targetNamespace="prt:service:com.sap.xcdr.xCDRServices" xmlns:intf="prt:service:com.sap.xcdr.xCDRServices" xmlns:xsd_doc="prt:service:com.sap.xcdr.xCDRServices/DocumentTypes" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime" xmlns:http="http://schemas.xmlsoap.org/soap/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns0="http://prt.java.soap/schemas" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns2="http://lang.java" xmlns:tns1="http://api.security.sap.com"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;types&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="prt:service:com.sap.xcdr.xCDRServices/DocumentTypes" elementFormDefault="qualified"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;element name="checkUserExists_1_param2" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="response_checkUserExists_1" type="xsd:int" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="getUserRoles_1_param3" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="response_getUserRoles_2" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="getAllRolesInNameSpace_1_param4" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="response_getAllRolesInNameSpace_3" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="assignRoles_2_param5" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="assignRoles_2_param6" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="response_assignRoles_4" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/schema&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://prt.java.soap/schemas" elementFormDefault="qualified"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;complexType name="PortalSOAPFault"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;element name="stackTrace" minOccurs="0" maxOccurs="1" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/complexType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;complexType name="UMException"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;complexContent&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;extension base="tns0:PortalSOAPFault"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;element name="LocalizedMessage" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="Message" nillable="true" type="xsd:string" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;element name="NestedException" type="tns0:Throwable" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/sequence&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/extension&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/complexContent&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/complexType&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;complexType name="Throwable"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;complexContent&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;extension base="tns0:PortalSOAPFault"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;sequence /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/extension&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/complexContent&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/complexType&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;element name="error_UMException" type="tns0:UMException" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/schema&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/types&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:message name="assignRolesResponse"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="response_assignRoles_4" element="xsd_doc:response_assignRoles_4" /&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="checkUserExistsRequest"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="checkUserExists_1_param2" element="xsd_doc:checkUserExists_1_param2" /&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="checkUserExistsResponse"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="response_checkUserExists_1" element="xsd_doc:response_checkUserExists_1" /&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="getAllRolesInNameSpaceResponse"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="response_getAllRolesInNameSpace_3" element="xsd_doc:response_getAllRolesInNameSpace_3" /&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="getAllRolesInNameSpaceRequest"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="getAllRolesInNameSpace_1_param4" element="xsd_doc:getAllRolesInNameSpace_1_param4" /&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="UMException"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="error_UMException" element="tns0:error_UMException" /&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="getUserRolesRequest"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="getUserRoles_1_param3" element="xsd_doc:getUserRoles_1_param3" /&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="assignRolesRequest"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="assignRoles_2_param5" element="xsd_doc:assignRoles_2_param5" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="assignRoles_2_param6" element="xsd_doc:assignRoles_2_param6" /&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="getUserRolesResponse"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:part name="response_getUserRoles_2" element="xsd_doc:response_getUserRoles_2" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:message&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:portType name="xCDRServices"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="checkUserExists" parameterOrder="checkUserExists_1_param2"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:input name="checkUserExists_input0" message="intf:checkUserExistsRequest" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:output name="checkUserExists_output0" message="intf:checkUserExistsResponse" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="getUserRoles" parameterOrder="getUserRoles_1_param3"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:input name="getUserRoles_input0" message="intf:getUserRolesRequest" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:output name="getUserRoles_output0" message="intf:getUserRolesResponse" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:fault name="com.sap.security.api.UMException" message="intf:UMException" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="getAllRolesInNameSpace" parameterOrder="getAllRolesInNameSpace_1_param4"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:input name="getAllRolesInNameSpace_input0" message="intf:getAllRolesInNameSpaceRequest" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:output name="getAllRolesInNameSpace_output0" message="intf:getAllRolesInNameSpaceResponse" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:fault name="com.sap.security.api.UMException" message="intf:UMException" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="assignRoles" parameterOrder="assignRoles_2_param5 assignRoles_2_param6"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:input name="assignRoles_input0" message="intf:assignRolesRequest" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:output name="assignRoles_output0" message="intf:assignRolesResponse" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;wsdl:fault name="com.sap.security.api.UMException" message="intf:UMException" /&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="com.sap.portal.prt.soap.xCDRServicesBinding" type="intf:xCDRServices"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="checkUserExists"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:operation soapAction="prt:service:com.sap.xcdr.xCDRServices.xCDRServices/checkUserExists0" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:input name="checkUserExists_input0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:output name="checkUserExists_output0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&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:operation name="getUserRoles"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:operation soapAction="prt:service:com.sap.xcdr.xCDRServices.xCDRServices/getUserRoles0" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:input name="getUserRoles_input0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:output name="getUserRoles_output0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:fault name="com.sap.security.api.UMException"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:fault name="com.sap.security.api.UMException" use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:fault&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="getAllRolesInNameSpace"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:operation soapAction="prt:service:com.sap.xcdr.xCDRServices.xCDRServices/getAllRolesInNameSpace0" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:input name="getAllRolesInNameSpace_input0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:output name="getAllRolesInNameSpace_output0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:fault name="com.sap.security.api.UMException"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:fault name="com.sap.security.api.UMException" use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:fault&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:operation&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:operation name="assignRoles"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:operation soapAction="prt:service:com.sap.xcdr.xCDRServices.xCDRServices/assignRoles0" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:input name="assignRoles_input0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:input&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:output name="assignRoles_output0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:body use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:output&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:fault name="com.sap.security.api.UMException"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:fault name="com.sap.security.api.UMException" use="literal" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/wsdl:fault&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="xCDRServicesService"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:port name="com.sap.portal.prt.soap.xCDRServices" binding="intf:com.sap.portal.prt.soap.xCDRServicesBinding"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap:address location="http://idesportaluss1.phl.sap.corp:1080/irj/servlet/prt/soap/com.sap.portal.prt.soap.xcdrservices?style=doc_lit" /&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;Thanks very much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 13:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-proxy-generation-error/m-p/1446403#M211829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Client Proxy Generation Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-proxy-generation-error/m-p/1446404#M211830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, I read a few post about this on SDN, but they didn't offer any solutions, and were from almost a year ago, so I was wondering if there's been any progress.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 13:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-proxy-generation-error/m-p/1446404#M211830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T13:56:34Z</dc:date>
    </item>
  </channel>
</rss>

