apex « wsdl « Java Enterprise Q&A





1. What options do I have to change WSDL location for a web service used within Apex?    stackoverflow.com

Friends, Hope you can help with a problem I am encountering with Apex and Web Services. I have used the wizard within Apex to to create a web service reference. The ...

2. WSDL 1.1 Basic question on endpoint salesforce Apex code    stackoverflow.com

From my WSDL I have the following service part:

<service name="BAPI_CUSTOMER_DISPLAYService">
  <documentation>SAP Service BAPI_CUSTOMER_DISPLAY via SOAP</documentation>
  <port name="BAPI_CUSTOMER_DISPLAYPortType" binding="s0:BAPI_CUSTOMER_DISPLAYBinding">
    <soap:address location="http://2.3.4.100:8000/sap/bc/soap/rfc"/>
  </port>
</service>
then what will be endpoint ...

3. Salesforce Compilation errors on generating apex class from WSDL    stackoverflow.com

When I am trying to generate Apex classes from the below WSDL file I am getting the The following generated class(es) have compilation errors: Error: testxyzCom Error: unexpected token: 'limit' at ...