- This topic has 1 reply, 2 voices, and was last updated 16 years ago by Loyal Water.
-
AuthorPosts
-
Shane FisherMemberHi,
When I invoke a doc-lit/wrapped Apache Axis 1.4 web service from Web Services Explorer, I get this response:
IWAB0135E An unexpected error has occurred.
302
FoundThe same web service works fine when I test from XMLSpy. Any ideas? WSDL is shown below:
<?xml version=”1.0″ encoding=”UTF-8″?>
<wsdl:definitions targetNamespace=”http://sfdc.gene.com/mdm/MdmProxyService.wsdl” xmlns:apachesoap=”http://xml.apache.org/xml-soap” xmlns:impl=”http://sfdc.gene.com/mdm/MdmProxyService.wsdl” xmlns:intf=”http://sfdc.gene.com/mdm/MdmProxyService.wsdl” xmlns:tns1=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd” xmlns:tns2=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd” xmlns:tns3=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd” xmlns:tns4=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd” xmlns:tns5=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd” xmlns:tns6=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd” xmlns:tns7=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd” xmlns:tns8=”http://sfdc.gene.com/mdm/common/PingRequest.xsd” xmlns:tns9=”http://sfdc.gene.com/mdm/common/PingResponse.xsd” xmlns:wsdl=”http://schemas.xmlsoap.org/wsdl/” xmlns:wsdlsoap=”http://schemas.xmlsoap.org/wsdl/soap/” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<!–WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)–>
<wsdl:types>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”SearchIndividualAccountRequestType”>
<sequence>
<element name=”firstName” nillable=”true” type=”xsd:string”/>
<element name=”familyName” nillable=”true” type=”xsd:string”/>
<element name=”address1″ nillable=”true” type=”xsd:string”/>
<element name=”state” nillable=”true” type=”xsd:string”/>
<element name=”city” nillable=”true” type=”xsd:string”/>
<element name=”postalCode” nillable=”true” type=”xsd:string”/>
<element name=”recordsToReturn” nillable=”true” type=”xsd:int”/>
</sequence>
</complexType>
<element name=”searchIndividualAccount” type=”tns1:SearchIndividualAccountRequestType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”IndividualAccountItemType”>
<sequence>
<element name=”mdmId” nillable=”true” type=”xsd:string”/>
<element name=”individualFirstName” nillable=”true” type=”xsd:string”/>
<element name=”individualMiddleName” nillable=”true” type=”xsd:string”/>
<element name=”individualFamilyName” nillable=”true” type=”xsd:string”/>
<element name=”individualGenderSuffix” nillable=”true” type=”xsd:string”/>
<element name=”individualPersonCellPhone” nillable=”true” type=”xsd:string”/>
<element name=”individualPersonEmailAddress” nillable=”true” type=”xsd:string”/>
<element name=”individualBusinessCellPhone” nillable=”true” type=”xsd:string”/>
<element name=”individualBusinessEmailAddress” nillable=”true” type=”xsd:string”/>
<element name=”primaryStreetAddress” nillable=”true” type=”xsd:string”/>
<element name=”city” nillable=”true” type=”xsd:string”/>
<element name=”state” nillable=”true” type=”xsd:string”/>
<element name=”postalCode” nillable=”true” type=”xsd:string”/>
<element name=”partyAddressId” nillable=”true” type=”xsd:string”/>
</sequence>
</complexType>
<element name=”searchIndividualAccountResponse”>
<complexType>
<sequence>
<element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns2:IndividualAccountItemType”/>
</sequence>
</complexType>
</element>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”mdmProxyGeneralFaultType”>
<sequence>
<element name=”message” nillable=”true” type=”xsd:string”/>
</sequence>
</complexType>
<complexType name=”EsbCommunicationFaultType”>
<complexContent>
<extension base=”tns3:mdmProxyGeneralFaultType”>
<sequence>
<element name=”url” type=”xsd:string”/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name=”esbCommunicationFault” type=”tns3:EsbCommunicationFaultType”/>
<element name=”mdmProxyGeneralFault” type=”tns3:mdmProxyGeneralFaultType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”SearchOrganizationAccountRequestType”>
<sequence>
<element name=”organizationFullName” nillable=”true” type=”xsd:string”/>
<element name=”address1″ nillable=”true” type=”xsd:string”/>
<element name=”city” nillable=”true” type=”xsd:string”/>
<element name=”state” nillable=”true” type=”xsd:string”/>
<element name=”postalCode” nillable=”true” type=”xsd:string”/>
<element name=”recordsToReturn” nillable=”true” type=”xsd:int”/>
</sequence>
</complexType>
<element name=”searchOrganizationAccount” type=”tns4:SearchOrganizationAccountRequestType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”OrganizationAccountItemType”>
<sequence>
<element name=”mdmId” nillable=”true” type=”xsd:string”/>
<element name=”organizationFullName” nillable=”true” type=”xsd:string”/>
<element name=”organizationUrl” nillable=”true” type=”xsd:string”/>
<element name=”primaryStreetAddress” nillable=”true” type=”xsd:string”/>
<element name=”city” nillable=”true” type=”xsd:string”/>
<element name=”state” nillable=”true” type=”xsd:string”/>
<element name=”postalCode” nillable=”true” type=”xsd:string”/>
<element name=”landlinePhone” nillable=”true” type=”xsd:string”/>
<element name=”faxNumber” nillable=”true” type=”xsd:string”/>
<element name=”partyAddressId” nillable=”true” type=”xsd:string”/>
</sequence>
</complexType>
<element name=”searchOrganizationAccountResponse”>
<complexType>
<sequence>
<element maxOccurs=”unbounded” minOccurs=”0″ name=”item” type=”tns5:OrganizationAccountItemType”/>
</sequence>
</complexType>
</element>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”UpdateSfdcAccountByMdmIdRequestType”>
<sequence>
<element name=”mdmId” type=”xsd:string”/>
<element name=”mdmPartyType” type=”xsd:string”/>
<element name=”sfdcAccountId” type=”xsd:string”/>
</sequence>
</complexType>
<element name=”updateSfdcAccountByMdmId” type=”tns6:UpdateSfdcAccountByMdmIdRequestType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<complexType name=”UpdateSfdcAccountByMdmIdResponseType”>
<sequence>
<element name=”acknowledgement” type=”xsd:boolean”/>
</sequence>
</complexType>
<element name=”updateSfdcAccountByMdmIdResponse” type=”tns7:UpdateSfdcAccountByMdmIdResponseType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”PingRequestType”>
<sequence>
<element maxOccurs=”1″ minOccurs=”0″ name=”request” type=”xsd:string”/>
</sequence>
</complexType>
<element name=”ping” type=”tns8:PingRequestType”/>
</schema>
<schema elementFormDefault=”qualified” targetNamespace=”http://sfdc.gene.com/mdm/common/PingResponse.xsd” xmlns=”http://www.w3.org/2001/XMLSchema”>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/common/PingRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchOrganizationAccountRequest.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/MdmProxyFaults.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/SearchIndividualAccountResponse.xsd”/>
<import namespace=”http://sfdc.gene.com/mdm/UpdateSfdcAccountByMdmIdResponse.xsd”/>
<complexType name=”PingResponseType”>
<sequence>
<element name=”timestamp” type=”xsd:dateTime”/>
</sequence>
</complexType>
<element name=”pingResponse” type=”tns9:PingResponseType”/>
</schema>
</wsdl:types>
<wsdl:message name=”updateSfdcAccountByMdmIdRequest”>
<wsdl:part element=”tns6:updateSfdcAccountByMdmId” name=”updateSfdcAccountByMdmId”/>
</wsdl:message>
<wsdl:message name=”pingRequest”>
<wsdl:part element=”tns8:ping” name=”ping”/>
</wsdl:message>
<wsdl:message name=”MdmProxyGeneralFaultType”>
<wsdl:part element=”tns3:mdmProxyGeneralFault” name=”mdmProxyGeneralFault”/>
</wsdl:message>
<wsdl:message name=”pingResponse”>
<wsdl:part element=”tns9:pingResponse” name=”pingResponse”/>
</wsdl:message>
<wsdl:message name=”searchOrganizationAccountRequest”>
<wsdl:part element=”tns4:searchOrganizationAccount” name=”searchOrganizationAccount”/>
</wsdl:message>
<wsdl:message name=”searchIndividualAccountResponse”>
<wsdl:part element=”tns2:searchIndividualAccountResponse” name=”searchIndividualAccountResponse”/>
</wsdl:message>
<wsdl:message name=”EsbCommunicationFaultType”>
<wsdl:part element=”tns3:esbCommunicationFault” name=”esbCommunicationFault”/>
</wsdl:message>
<wsdl:message name=”searchIndividualAccountRequest”>
<wsdl:part element=”tns1:searchIndividualAccount” name=”searchIndividualAccount”/>
</wsdl:message>
<wsdl:message name=”updateSfdcAccountByMdmIdResponse”>
<wsdl:part element=”tns7:updateSfdcAccountByMdmIdResponse” name=”updateSfdcAccountByMdmIdResponse”/>
</wsdl:message>
<wsdl:message name=”searchOrganizationAccountResponse”>
<wsdl:part element=”tns5:searchOrganizationAccountResponse” name=”searchOrganizationAccountResponse”/>
</wsdl:message>
<wsdl:portType name=”MdmProxyPortType”>
<wsdl:operation name=”searchIndividualAccount” parameterOrder=”searchIndividualAccount”>
<wsdl:input message=”impl:searchIndividualAccountRequest” name=”searchIndividualAccountRequest”/>
<wsdl:output message=”impl:searchIndividualAccountResponse” name=”searchIndividualAccountResponse”/>
<wsdl:fault message=”impl:MdmProxyGeneralFaultType” name=”MdmProxyGeneralFaultType”/>
<wsdl:fault message=”impl:EsbCommunicationFaultType” name=”EsbCommunicationFaultType”/>
</wsdl:operation>
<wsdl:operation name=”searchOrganizationAccount” parameterOrder=”searchOrganizationAccount”>
<wsdl:input message=”impl:searchOrganizationAccountRequest” name=”searchOrganizationAccountRequest”/>
<wsdl:output message=”impl:searchOrganizationAccountResponse” name=”searchOrganizationAccountResponse”/>
<wsdl:fault message=”impl:MdmProxyGeneralFaultType” name=”MdmProxyGeneralFaultType”/>
<wsdl:fault message=”impl:EsbCommunicationFaultType” name=”EsbCommunicationFaultType”/>
</wsdl:operation>
<wsdl:operation name=”updateSfdcAccountByMdmId” parameterOrder=”updateSfdcAccountByMdmId”>
<wsdl:input message=”impl:updateSfdcAccountByMdmIdRequest” name=”updateSfdcAccountByMdmIdRequest”/>
<wsdl:output message=”impl:updateSfdcAccountByMdmIdResponse” name=”updateSfdcAccountByMdmIdResponse”/>
<wsdl:fault message=”impl:MdmProxyGeneralFaultType” name=”MdmProxyGeneralFaultType”/>
<wsdl:fault message=”impl:EsbCommunicationFaultType” name=”EsbCommunicationFaultType”/>
</wsdl:operation>
<wsdl:operation name=”ping” parameterOrder=”ping”>
<wsdl:input message=”impl:pingRequest” name=”pingRequest”/>
<wsdl:output message=”impl:pingResponse” name=”pingResponse”/>
<wsdl:fault message=”impl:MdmProxyGeneralFaultType” name=”MdmProxyGeneralFaultType”/>
<wsdl:fault message=”impl:EsbCommunicationFaultType” name=”EsbCommunicationFaultType”/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name=”MdmProxyPortTypeSoapBinding” type=”impl:MdmProxyPortType”>
<wsdlsoap:binding style=”document” transport=”http://schemas.xmlsoap.org/soap/http”/>
<wsdl:operation name=”searchIndividualAccount”>
<wsdlsoap:operation soapAction=”searchIndividualAccount”/>
<wsdl:input name=”searchIndividualAccountRequest”>
<wsdlsoap:body use=”literal”/>
</wsdl:input>
<wsdl:output name=”searchIndividualAccountResponse”>
<wsdlsoap:body use=”literal”/>
</wsdl:output>
<wsdl:fault name=”MdmProxyGeneralFaultType”>
<wsdlsoap:fault name=”MdmProxyGeneralFaultType” use=”literal”/>
</wsdl:fault>
<wsdl:fault name=”EsbCommunicationFaultType”>
<wsdlsoap:fault name=”EsbCommunicationFaultType” use=”literal”/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name=”searchOrganizationAccount”>
<wsdlsoap:operation soapAction=”searchOrganizationAccount”/>
<wsdl:input name=”searchOrganizationAccountRequest”>
<wsdlsoap:body use=”literal”/>
</wsdl:input>
<wsdl:output name=”searchOrganizationAccountResponse”>
<wsdlsoap:body use=”literal”/>
</wsdl:output>
<wsdl:fault name=”MdmProxyGeneralFaultType”>
<wsdlsoap:fault name=”MdmProxyGeneralFaultType” use=”literal”/>
</wsdl:fault>
<wsdl:fault name=”EsbCommunicationFaultType”>
<wsdlsoap:fault name=”EsbCommunicationFaultType” use=”literal”/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name=”updateSfdcAccountByMdmId”>
<wsdlsoap:operation soapAction=”updateSfdcAccountByMdmId”/>
<wsdl:input name=”updateSfdcAccountByMdmIdRequest”>
<wsdlsoap:body use=”literal”/>
</wsdl:input>
<wsdl:output name=”updateSfdcAccountByMdmIdResponse”>
<wsdlsoap:body use=”literal”/>
</wsdl:output>
<wsdl:fault name=”MdmProxyGeneralFaultType”>
<wsdlsoap:fault name=”MdmProxyGeneralFaultType” use=”literal”/>
</wsdl:fault>
<wsdl:fault name=”EsbCommunicationFaultType”>
<wsdlsoap:fault name=”EsbCommunicationFaultType” use=”literal”/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name=”ping”>
<wsdlsoap:operation soapAction=”ping”/>
<wsdl:input name=”pingRequest”>
<wsdlsoap:body use=”literal”/>
</wsdl:input>
<wsdl:output name=”pingResponse”>
<wsdlsoap:body use=”literal”/>
</wsdl:output>
<wsdl:fault name=”MdmProxyGeneralFaultType”>
<wsdlsoap:fault name=”MdmProxyGeneralFaultType” use=”literal”/>
</wsdl:fault>
<wsdl:fault name=”EsbCommunicationFaultType”>
<wsdlsoap:fault name=”EsbCommunicationFaultType” use=”literal”/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name=”MdmProxyService”>
<wsdl:port binding=”impl:MdmProxyPortTypeSoapBinding” name=”MdmProxyPortType”>
<wsdlsoap:address location=”http://sfdcproxy-dmz.gene.com/MdmProxyService/services/MdmProxyPortType”/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Loyal WaterMemberIs there any additional information about the error recorded under <workspace>/.metadata/.log file?
Can you check if this post helps:-
http://dev.eclipse.org/newslists/news.eclipse.webtools/msg10720.html -
AuthorPosts