• Muni12345
  • NEWBIE
  • 50 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 23
    Questions
  • 5
    Replies
Hi,

Actually i found " Blob key = Blob.valueOf('Wr/wa0vAe9RNmiMr');", This piece of code in my existing code, Which already developed.

Could you please any one let me know, What is exactly meaning of this.

Thanks,
Muni

 
Hi,
I am trying to parse the WSDL in to Apex class i am getting some error, Please find the below error for reference
"Error: Failed to parse wsdl: WSC only supports SOAP Header use='literal' but found encoded"
Please find the below wsdl:
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IRapportDataImportservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="SendApplication0Request">
    <part name="aApplicationXml" type="xs:string"/>
  </message>
  <message name="SendApplication0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateApplication1Request">
    <part name="aApplicationXml" type="xs:string"/>
  </message>
  <message name="UpdateApplication1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateAsset2Request">
    <part name="aAssetUpdateXml" type="xs:string"/>
  </message>
  <message name="UpdateAsset2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateDocumentResponse3Request">
    <part name="aDocumentXml" type="xs:string"/>
  </message>
  <message name="UpdateDocumentResponse3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UploadAttachment4Request">
    <part name="aUploadAttachmentXml" type="xs:string"/>
  </message>
  <message name="UploadAttachment4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateContractSetup5Request">
    <part name="aSetupXml" type="xs:string"/>
  </message>
  <message name="UpdateContractSetup5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SendContractSetup6Request">
    <part name="aSetupXml" type="xs:string"/>
  </message>
  <message name="SendContractSetup6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpsertCustomer7Request">
    <part name="aCustomerXml" type="xs:string"/>
  </message>
  <message name="UpsertCustomer7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="BookAllSetups8Request">
    <part name="aBookingXml" type="xs:string"/>
  </message>
  <message name="BookAllSetups8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetTableCodeDescExternal9Request">
    <part name="aTableSyncXml" type="xs:string"/>
  </message>
  <message name="GetTableCodeDescExternal9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CreateDocuments10Request">
    <part name="aCreateDocXML" type="xs:string"/>
  </message>
  <message name="CreateDocuments10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RequestDocumentPDF11Request">
    <part name="aReqDocPDFXML" type="xs:string"/>
  </message>
  <message name="RequestDocumentPDF11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RequestDocumentInfo12Request">
    <part name="aReqDocInfoXML" type="xs:string"/>
  </message>
  <message name="RequestDocumentInfo12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CreateCommentExternal13Request">
    <part name="aCommentXml" type="xs:string"/>
  </message>
  <message name="CreateCommentExternal13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CalculateQuoteExternal14Request">
    <part name="aQuoteXml" type="xs:string"/>
  </message>
  <message name="CalculateQuoteExternal14Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PricingParametersSync15Request">
    <part name="aPricingParamsXml" type="xs:string"/>
  </message>
  <message name="PricingParametersSync15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ApplicationSearchExternal16Request">
    <part name="aApplicationSearchXml" type="xs:string"/>
  </message>
  <message name="ApplicationSearchExternal16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetApplicationExternal17Request">
    <part name="aGetApplicationXml" type="xs:string"/>
  </message>
  <message name="GetApplicationExternal17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CustomerSearchExternal18Request">
    <part name="aCustomerSearchXml" type="xs:string"/>
  </message>
  <message name="CustomerSearchExternal18Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCustomerExternal19Request">
    <part name="aGetCustomerXml" type="xs:string"/>
  </message>
  <message name="GetCustomerExternal19Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetUserRoles20Request">
    <part name="aUserRolesXml" type="xs:string"/>
  </message>
  <message name="GetUserRoles20Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CreateRapportUser21Request">
    <part name="aCreateRapportUserXml" type="xs:string"/>
  </message>
  <message name="CreateRapportUser21Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ModifyRapportUser22Request">
    <part name="aModifyRapportUserXml" type="xs:string"/>
  </message>
  <message name="ModifyRapportUser22Response">
    <part name="return" type="xs:string"/>
  </message>
     <operation name="UpsertCustomer">
      <input message="tns:UpsertCustomer7Request"/>
      <output message="tns:UpsertCustomer7Response"/>
    </operation>
    <operation name="BookAllSetups">
      <input message="tns:BookAllSetups8Request"/>
      <output message="tns:BookAllSetups8Response"/>
    </operation>
    <operation name="GetTableCodeDescExternal">
      <input message="tns:GetTableCodeDescExternal9Request"/>
      <output message="tns:GetTableCodeDescExternal9Response"/>
    </operation>
    <operation name="CreateDocuments">
      <input message="tns:CreateDocuments10Request"/>
      <output message="tns:CreateDocuments10Response"/>
    </operation>
    <operation name="RequestDocumentPDF">
      <input message="tns:RequestDocumentPDF11Request"/>
      <output message="tns:RequestDocumentPDF11Response"/>
    </operation>
    <operation name="RequestDocumentInfo">
      <input message="tns:RequestDocumentInfo12Request"/>
      <output message="tns:RequestDocumentInfo12Response"/>
    </operation>
    <operation name="CreateCommentExternal">
      <input message="tns:CreateCommentExternal13Request"/>
      <output message="tns:CreateCommentExternal13Response"/>
    </operation>
    <operation name="CalculateQuoteExternal">
      <input message="tns:CalculateQuoteExternal14Request"/>
      <output message="tns:CalculateQuoteExternal14Response"/>
    </operation>
    <operation name="PricingParametersSync">
      <input message="tns:PricingParametersSync15Request"/>
      <output message="tns:PricingParametersSync15Response"/>
    </operation>
    <operation name="ApplicationSearchExternal">
      <input message="tns:ApplicationSearchExternal16Request"/>
      <output message="tns:ApplicationSearchExternal16Response"/>
    </operation>
    <operation name="GetApplicationExternal">
      <input message="tns:GetApplicationExternal17Request"/>
      <output message="tns:GetApplicationExternal17Response"/>
    </operation>
    <operation name="CustomerSearchExternal">
      <input message="tns:CustomerSearchExternal18Request"/>
      <output message="tns:CustomerSearchExternal18Response"/>
    </operation>
    <operation name="GetCustomerExternal">
      <input message="tns:GetCustomerExternal19Request"/>
      <output message="tns:GetCustomerExternal19Response"/>
    </operation>
    <operation name="GetUserRoles">
      <input message="tns:GetUserRoles20Request"/>
      <output message="tns:GetUserRoles20Response"/>
    </operation>
    <operation name="CreateRapportUser">
      <input message="tns:CreateRapportUser21Request"/>
      <output message="tns:CreateRapportUser21Response"/>
    </operation>
    <operation name="ModifyRapportUser">
      <input message="tns:ModifyRapportUser22Request"/>
      <output message="tns:ModifyRapportUser22Response"/>
    </operation>
    <operation name="UnlockRapportUsers">
      <input message="tns:UnlockRapportUsers23Request"/>
      <output message="tns:UnlockRapportUsers23Response"/>
    </operation>
    <operation name="RetrieveRapportUsers">
      <input message="tns:RetrieveRapportUsers24Request"/>
      <output message="tns:RetrieveRapportUsers24Response"/>
    </operation>
  </portType>
  <binding name="IRapportDataImportbinding" type="tns:IRapportDataImport">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SendApplication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#SendApplication" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UpdateApplication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UpdateApplication" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UpdateAsset">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UpdateAsset" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UpdateDocumentResponse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UpdateDocumentResponse" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UploadAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UploadAttachment" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UpdateContractSetup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UpdateContractSetup" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="SendContractSetup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#SendContractSetup" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="UpsertCustomer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#UpsertCustomer" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="BookAllSetups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#BookAllSetups" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
    <operation name="GetTableCodeDescExternal">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#GetTableCodeDescExternal" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>      
    <operation name="CalculateQuoteExternal">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:RapportDataImportIntf-IRapportDataImport#CalculateQuoteExternal" style="document"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:RapportDataImportIntf-IRapportDataImport"/>
      </output>
    </operation>
  
  </binding>
  <service name="IRapportDataImportservice">
    <port name="IRapportDataImportPort" binding="tns:IRapportDataImportbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://localhost:82/RapportDataImport/RapportDataImport.dll/soap/IRapportDataImport"/>
    </port>
  </service>
</definitions>
Any one help me, what is the actaull problem in that WSDL
Thanks in advance
Vasu
Hi,

Currently I am working as a Salesforce developer in Bangalore,I would like to take technical support from any one , Who have good experience in Salesforce webservice concept
I will give good compensation.
If any one interested, Please drop u r mail ID or mobile number

Thanks,
Muni
Hi,

What is the difference main between outbound message and Web Services and which case we will prefer these

Please let me know if any one have answer

Thanks in advance
Hi,

What are the steps need to follow to connecting between Java to Salesforcec systems using SOAP webservices, Please let me know 
and also if there have any links regarding with same please post here.

 
Hi, 

I have some confussion, while connecting the two salesforce systems on Account object using SOAP webservice where exactly doing the mapping between two Salesforce system fields..

Please give me the answer

Thanks in advance,
Vasu
Hi,

Please let me know, Salesforce providing any standard object for pricing quote?

Thanks in advance 

Regards,
Vasu

 
Hi,

I have multiple records in xml format, Please let me know how to store in to salesforce.

Thanks in advance

Regards,
Vasu
Hi,

Please any one let me know how to connect from force.com IDE to Intelli J IDEA in salesforce.
Please let me know.

Thanks in advance

Regards,
Vasu
Hi,

Please let me know what are the new features added with winter 17.

Thanks in advance
Regards,
Vasu
Hi,

How to assign the users dynamically using apex managed sharing?

Lets assume initially we have assigned for 20 users for a particular record after some time it could be 30 users, now my question how to assign dynamically?

Please give me one example

Thanks in advance
 
Hi,
what is the exact difference between apex managed sharing and withsharing, which case we can use apex managed sharing and withsharing?

please clear my confussion

Thanks in advance
Hi,

I have some confussion, In trigger there have  some piece of code with after addError method , how it will be execute?

Please give me the solution,

Thanks in advance
Hi, 

I am new to salesforce, Suppose there have 10 records in Account object. Now my requirement is i need to lock any specific record, how i can do?

Please give me the solution

Thanks in advance
Hi,

Is it possible to move the code to production without written the test class for one trigger but average code coverage is 80%,and remaining all classes and trigger have sufficient code coverage.

If it is not possible which exception it will throw.

Please clear my confussion.

Thanks in advance

 
Hi, I have some confussion witth feature annotation and batch class,
what is the exact difference between feature annotation and batch class? which case we would prefer feature and which case we would prefer batch class? Please give me one real time scenario for where we can use exactly,

Thanks in advance
I am new to salesforce, I have some confussion with Apex managed sharing, where we can use exactly in real time?

Please clear my confussion..

Thanks in advance
I am new to salesforce. i have some confussion
There have different ways we can sharing the records like
1)OWD
2)Sharing rules
3)Criteria based
4)Manually sharing
5)using apex program
Now my confussion is which case we can use  with sharing and without sharing? where we can use in real time? 

Please give me the scenarios and let me know what is the extra features it have ?

Thanks in advance

 
what is the exact difference between "IN",  "=" operator, "=:" operator and ":" in SOQL query, Where we can use exactly?

Please clear my confussion.

Thanks in advance
Sample program for If we update the Account object description its automatically need to update contact description by using map collection.

Please post the solution,

Thanks in advance
Hi,

What is the difference main between outbound message and Web Services and which case we will prefer these

Please let me know if any one have answer

Thanks in advance
I am new to salesforce, I have some confussion with Apex managed sharing, where we can use exactly in real time?

Please clear my confussion..

Thanks in advance
what is the exact difference between "IN",  "=" operator, "=:" operator and ":" in SOQL query, Where we can use exactly?

Please clear my confussion.

Thanks in advance
Sample program for If we update the Account object description its automatically need to update contact description by using map collection.

Please post the solution,

Thanks in advance
I have given one interview but i am not able to give the proper answer for one question. The question is, 
1) Best approach to insert 1 million dummy records on Account object.

Please help me, how I can solve this?

Thanks in advance