• KrishnakumarJ
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 8
    Replies

How to store variables in Session and how to access that Session Variable in Apex Page & in Contoller?.
 
Regards,
KK 

Hi,
My task is to integrate PayPal using APEX.
I am trying to generate Apex class from PayPalSvc WSDL file.

 

When I use the "Generate from WSDL" option then browse for my WSDL and click the "Parse WSDL" button, I get the following error:
Error: Failed to parse wsdl: Found schema import from location CoreComponentTypes.xsd. External schema import not supported


xsd:import and wsdl:import are not supported (as the error message indicates).

 

I'm a newb, can you or someone explain or show me how to
"re-work the wsdl to have all the imported schemas in the wsdl document directly." ?

 

Location of PayPal WSDL and XSD Files
PayPal Schema :
https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl
eBL Base Components and Component Types
https://www.sandbox.paypal.com/wsdl/eBLBaseComponents.xsd
https://www.sandbox.paypal.com/wsdl/CoreComponentTypes.xsd


How do I generate the Apex class?
 
Please shed some light on this.
 
Thanks in advance..!

How to upload file from local machine to salesforce.com.

Can you give some idea  or sample on how to implement it...!!

 

It will be great if anyone could help on this..

 

Thanks in advance.

 

Based current date I need to get the month start date and end date. I have done it using java..  

java.util.Calendar cal = Calendar.getInstance();

 

Can anybody let me know whether it is possible to use java.util.Calendar in Apex class?.

If yes , sample example would be helpful.

I need examples for the foll:

1) How to create Sample HelloWorld WebService using Apex?.

2) How to generate WSDL for this Sample HelloWorld WebService ?. 

3) How to consume that Sample HelloWorldWebService in VisualForce page?..

 

Any Help would be appreciated.