• Lord
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi ,

 

Can I write a Http Callout for Rpc/literal Wsdl File?

 

Is there any converter available for changing RPC/literal to Doc/literal format?

 

If there is no HTTP Callout available for Rpc/literal format what should I do?

 

Thanks,

Anil.

  • July 13, 2011
  • Like
  • 0

I am getting this error while creating apex from WSDL.

 

Apex generation failed.

Error message:

Error: Unable to find schema for element; calculateFibonacciRangeReturn
 
where  'calculateFibonacciRangeReturn' is a method in the WSDL.
 
parsing is done with 0 errors,0 warnings, but next step generate apex is giving this error.
 
This WSDL is created from a java package using axis. Then I changed the type to document/literal.