Hi ,
I am trying to generate a proxy for Assemblerservice using wsdl from Visual Studio 2005 command promt
by following the instructions in
http://help.adobe.com/en_US/livecycle/9.0/programLC/help/000499.html
wsdl http://<<server>>:8080/soap/services/AssemblerService?wsdl&lc_version=9.0.1
when I specify the abovem,it errors out saying 'lc_version' is not recognized as an internal or external command,operable program or batch file.'
However it generates the .cs file.
But I am sure this is not the version which I should be using since i don't see few new methods to invoke.
I tried adding it through adding a web reference,but that too errors out and give lot of compilation errors.
If I use directly withouta appending lc_version, then it works fine, but I that is not the proxy that I want.
Any help or idea pls?
Thanks,
Views
Replies
Total Likes
the 9.0.1 version reference will only work on the latest builds of LiveCycle ES2. If you are using an ES2 install and the version number doesn't work try: lc_version=9.0.0
For 8.x versions try &lc_version=8.0.2, &lc_version=8.0.1, &lc_version=8.1.0, &lc_version=8.2.0 depending on your version and service pack.
If you don't specify anything I believe it defaults to 8.0.0
BTW - If you have a newer version you can specify older version numbers in the parameter.
Hodmi,
Thanks for your reply.
But the problem is wsdl.exe dosn't recognise the parameter name - lc_version at all.It just doesn't take it.
The actual value to be supplied to this paramater is the next step,which you mentioned.The ES2 which we have has the latest updates and i would think that it should take the lc_version paramater,which unfortunately it doesn't.
Thank you
Views
Replies
Total Likes
Can you just use the browser to open the WSDL and save it locally. Then point wsdl.exe at the local file?
Views
Replies
Total Likes
I will try that and let you know
Views
Replies
Total Likes
It didn't work that way too.
I tried adding webreference directly with the lc_version parameter and it went through fine.
Views
Replies
Total Likes