Отправляет email-рассылки с помощью сервиса Sendsay
  Все выпуски  

Руководитель проектов, системы электронного документооборота


Lotus Notes/Domino -- продукт и инструмент. Выпуск: 231

2010-04-17
Поиск по сайтам о Lotus Notes

Содержание:

CodeStore. Коды Примеры Шаблоны (3)

Flex + IE + SSL + Domino WQO Agent = Half a Day Wasted | Blog
Lotus Notes/Domino development advice
Simplify XML Output with a Custom LotusScript Class

Интенет эфир о Lotus Notes. Блоги и форумы (19)

Программист
Грушанин Олег Борисович
Мальченков Матвей Русланович
Духнович Петр Денисович
Мартюгин Ростислав Семенович
Хорьков Юрий Юрьевич
Машинова Руслана Игоревна
Ляпунов Виктор Павлович
Шубенок Виталина Евгеньевна
Фещук Виктор Анатольевич
Авдюшина Лариса Ивановна
Шухов Георгий Артурович
Кольчугина Вера Владимировна
Черноголовкина Мария Алексеевна
Позднеев Роман Арсениевич
Make a Notes mailing list (or group) from contacts in an Excel spreadsheet
неправильный формат адреса
Помогите с Wsdl
LotusLive in the cloud

Вакансии для специалистов (1)

Руководитель проектов, системы электронного документооборота
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















Блиц опрос
Материалы на английском
(голосование возможно только из письма рассылки)
  • Нормально. Могу читать
  • Не годиться. Хочу только на русском
  • Компания ПУЛ - разработка приложений на Lotus Notes/Domino

    CodeStore. Коды Примеры Шаблоны

    1. Flex + IE + SSL + Domino WQO Agent = Half a Day Wasted | Blog

    Only bother reading this if you do anything with Flex, Domino and XML. Otherwise it will be a waste of your time.

    So, I'd written a Flex app that fetched XML from a Domino-based view, which used a $$ViewTemplate form. This form used a WebQueryOpen agent to add some additional XML to the bottom of the form, alongside the view data itself.

    The app worked as a non-SSL version in all browsers and I assumed it was ready for production. However, when I moved it to a live environment which used HTTPS it only worked in non-IE browsers. In IE 7/8 it returned a "HTTP request error".

    Looking at the headers of the HTTP request the server returns the right content-length but returned no content. No errors in the Domino log. No nothing. No clues at all.

    Opening the URL for the XML directly in IE using SSL worked fine.

    If I removed the WQO agent from the $$ViewTemplate form then it worked fine. But as as soon as I put the agent back in there (even just an empty agent would cause it to fail). Although, leaving the agent in doesn't affect any other browser. ODD.

    So, why on earth does having a WQO agent cause the server output to die when requested from within Flex if its IE but work if the URL is requested directly or requested from within Flex in any other browser?

    Turns out it's because adding a WQO agent causes Domino to add a Pragma:no-cache header and there's a nasty XML-loading bug in IE (Adobe's Technote on it). Looks like it's not a Domino bug after all. Shame on me for assuming it was.

    To solve this I added a hidden computed for display field to top of the $$ViewTemplate form called "HTTPHeader" and added the following to it:

    @SetHTTPHeader("Cache-control"; "private");

    Don't worry though, you can still prevent Flex from using the cached version by adding the following to the code which requests the URL:

    httpService.url='vwDashboardAsXML?open&count=-1&_='+new Date().getTime()

    Part of the beauty of Flex is that you shouldn't need to check a site in any more than one browser before daring to show an IE-using customer.  In this case that notion didn't ring true and was a handy reminder that my test environment should always closely mimic the one in which it's going to be used.

    Click here to post a response

    2. Lotus Notes/Domino development advice

    Our Notes/Domino development expert answers questions on how to make sure a contact list doesn't get archived, how to total up documents in a view and more.


    3. Simplify XML Output with a Custom LotusScript Class

    Create XML output based on custom schemas simply and easily using the XML_Element class. This custom class enables you to produce XML markup from IBM Lotus Notes and Domino with less code than you would write using traditional LotusScript coding techniques, and the resulting code is overall easier to understand and maintain. You can also re-use the XML script library included with the downloadable sample database to standardize the way you produce XML output across all your applications.

    developerWorks  >  Lotus  >  Forums & community  >  Lotus Sandbox

    Lotus Sandbox

    developerWorks

    Go back

    Show details for [<a href=/ldd/sandbox.nsf/PrintView/349636f5bd64583785256c5c00482cd1?OpenDocument>2 Extended Attachment Editio2 Extended Attachment Edition
    Edit and handle Attachments in Notes 4 the same way as in Notes 6
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/71c7bb2310a15bc385256d17005a6d68?OpenDocument>A new Approach - Web-based DA new Approach - Web-based Date Picker
    Web-based date picker that displays company sponsored holidays
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/2e808c6e7f2abc6585256d17005a701f?OpenDocument>A new approach - Web-based NA new approach - Web-based NAB
    A Web-based NAB with simple search function
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/67f76112ed2e136c852571db0054f760?OpenDocument>A self-guided tour of DominoA self-guided tour of Domino Domain Monitoring (DDM)
    The attached presentation (ddm.ppt) is a self-guided tour of Domino Domain Monitoring (DDM).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ccb30b2fead6c2288525690a0048c83b?OpenDocument>A simple method to use File A simple method to use File Upload Controls on the Web.
    For identifying/using file upload controls on the Web.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/255e4fcdbd8a951385256c940075e28e?OpenDocument>Access Level</a>][<br>]DisplAccess Level
    Displays User Access Level in DB - no need to know your group membership.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ae043110f5e4e7338525688d006a5081?OpenDocument>Accidents Reports</a>][<br>]Accidents Reports
    Simple application for reporting and monitoring industrial accidents.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/fe6574162e6c1b6a852567ca006e79f1?OpenDocument>Account Manager</a>][<br>]MaAccount Manager
    Manages accounts, profiles, and contacts.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/11f736c9d472b15885256996006d7458?OpenDocument>ACL Audit Tool</a>][<br>]TooACL Audit Tool
    Tool to perform an ACL audit of databases/templates on a Domino server.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/81deffed8f49e561852568d4006c98e4?OpenDocument>ACL backup and restore functACL backup and restore functions in LotusScript
    LotusScript agents saving ACLs in NotesDocuments and restoring them back to DBs ACL
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/9290c5e7654f34ea85256a1e0050bc55?OpenDocument>ACL Scanner</a>][<br>]CreateACL Scanner
    Creates reports about ACLs on all databases on one server, and recurses groups.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ac1ba5645421b7e285256c940075ef53?OpenDocument>ACL Setter</a>][<br>]Allows ACL Setter
    Allows you to modify a database ACL without manager access on a server.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/80a0129b9d0b965485256a700048ae65?OpenDocument>ACL &quot;Modificator&quot; ACL "Modificator" 1.0
    Add ACL entries in multiple databases.
    Acme Standard Interface and Acme News databases
    Sample databases from the Iris Today article Building standard interfaces without changing your applications.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/d8bd2253eef9d9918525684a006d1c5a?OpenDocument>Acme.nsf and Zippy.nsf</a>][Acme.nsf and Zippy.nsf
    Sample databases Acme.nsf and Zippy.nsf referenced in the Iris Today article "Exercising XML with Domino Designer."
    Action button to initiate replication on server
    This Action code uses defined Connection documents to start immediate replication through remote console on source server
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0a41daba7017450685256a3e00524375?OpenDocument>Action Button to set InterneAction Button to set Internet Password
    Action Button to set Internet Password
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0e3afa9908928a378525699e004e8fc8?OpenDocument>Add business holidays to theAdd business holidays to the user's calendar
    Quick and dirty code to add business holidays to the user's calendar using front end classes.
    Add sound to a Notes form
    Add Sound Recorder to your e-mail template.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/d94d651dcd540b2485256949006e27db?OpenDocument>Add System DBs</a>][<br>]AddAdd System DBs
    Adds MAIL.BOX, SMTP.BOX, LOG.NSF, etc. from every available server to your workspace.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/69008d904a1ca3ab85256c940075f963?OpenDocument>Address Book Servlet v1.0</aAddress Book Servlet v1.0
    Address Book servlet provides an interface similar to address book dialog box in Lotus Notes client
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/95afbd0f93c19c858525688d006a57b5?OpenDocument>Admin-Dev Tools 2.0</a>][<brAdmin-Dev Tools 2.0
    Tools for day to day admin tasks. Updated from the original version.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f51807e42918e33e00256c090044738f?OpenDocument>Admin ACL 2</a>][<br>]AdminAAdmin ACL 2
    AdminACL is an application that allows you to add any ACL entry with any level to any database you want even if you do not have access to it.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ca69e90dbf829253852567f3007c4b70?OpenDocument>Admin Helper</a>][<br>]Find Admin Helper
    Find Orphan mail files, check the Out of Office agent owner and the Calendar Profile owner of mail file for existing users.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/80beb21669da8d3185256b1400745b63?OpenDocument>AdminACL</a>][<br>]This toolAdminACL
    This tool allows you, the administrator, to add any group, user, and server to any databases in you organization (in one agent).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7147feda3a9094ed85256b9f00725761?OpenDocument>Advanced Settings sample datAdvanced Settings sample database
    This database includes an advanced version of the Application Settings tool described in the Iris Today article "Application settings tool: an alternative to profiles" by Jonathan Coombs.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/530cf440b8deb01300256bde0031a0ff?OpenDocument>Advanced View Techniques</a>Advanced View Techniques
    Interesting ways to display views using applets & print selected documents from View Applet
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/770532e1a86fbf1385256f0a00637edc?OpenDocument>Advanced XML for Notes</a>][Advanced XML for Notes
    Advanced XML techniques with Domino using data binding and Notes queries
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/b1176bb4b31fada8852567f300753b47?OpenDocument>Advertising server</a>][<br>Advertising server
    Serves advertisements from an internally maintained list.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0385bf0f95d0c98885256989005a29dc?OpenDocument>Agent to Compare 2 DocumentsAgent to Compare 2 Documents in R5
    Agent to Compare 2 Documents in R5 (works with RTF fields, too).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f38057887f500e43852567c300660362?OpenDocument>Agentless thread map databasAgentless thread map database sample
    Demonstrates a technique for generating thread maps in an application without the use of a background agent.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7967df8d95f585a485256c940076012b?OpenDocument>agentShowInternetHeaders</a>agentShowInternetHeaders
    LotusScript agent to show Internet "received" headers
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/70f703dd400f97d500256bd000318722?OpenDocument>Alarm/Reminder setting from Alarm/Reminder setting from another application
    Set an alarm or reminders in a user's calendar from another application
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f710dcdf7214e953852569e60054fe7a?OpenDocument>Alex & Dilbert Cartoon RetriAlex & Dilbert Cartoon Retrieval Agent
    Database to retrieve and email Dilbert and Alex Cartoons
    Allow value not in list
    To improve Allow value not in list on the WEB
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7b7eff84bd6eeff600256bd8003960e8?OpenDocument>Allow values not in list comAllow values not in list combo for web
    Combo box with allow values not in list for IE5 and above, Netscape 6 and above
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/98176455ff90e2d500256c38004a5f0c?OpenDocument>Alternate Color Rows View inAlternate Color Rows View in a Web Browser - Version 3
    Alternate Color Rows View Version 3 - More features
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/78ad87650e8e6d8085256818007202c2?OpenDocument>AntiSpamFilter Agent</a>][<bAntiSpamFilter Agent
    Anti-spam agent and design elements to enhance spam mail filtering in the standard Notes mail template.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/b376f26b8cbd9f1b8525694d004e24c3?OpenDocument>API Goodies for Lotus Notes<API Goodies for Lotus Notes
    Control various Win API settings from inside Notes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/e6621c730727e8a3852567f4007eaba1?OpenDocument>AppleScript code examples foAppleScript code examples for Notes
    This database contains additional programming examples for AppleScript in Notes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7d55dec173045350852568a4005d0497?OpenDocument>Application Development DocuApplication Development Documentation Library
    Allows developers of a systems group to store their documentation.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0af99983727460a000256bd4003996c6?OpenDocument>Archive on CD-ROM</a>][<br>]Archive on CD-ROM
    Agent to archive on CD-ROM.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/9dc708521fd73a43852568a40069cf02?OpenDocument>Archive Options</a>][<br>]ArArchive Options
    Archive your mail db by dates or by sizes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/86cf1eb52622488f85256d51004eeb72?OpenDocument>ArraySort</a>][<br>]An arrayArraySort
    An array sort using a fast shell sort algorthim
    Article "Notes application strategies: Document rating" sample database
    Sample database that accompanies the article, "Notes application strategies: Document rating"
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f5da0954a65348b985256e39004d1583?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: Interactive search" sample database
    Sample database to accompany the article, "Notes application strategies: Interactive search."
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/2e00b11f20d7446b85256e47006624c1?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: Mail Processor" sample database
    Sample database to accompany the article, "Notes application strategies: Mail Processor."
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/a687d600ae1001e985256e550058c84e?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: User activity tracking" sample database
    Sample database to accompany the article "Notes application strategies: User activity tracking"
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/1d9d9dd534b1491288256ae3006a997c?OpenDocument>ASP SendMail for Notes/DominASP SendMail for Notes/Domino
    Very simple program in VBScript that sends mail in ASP / WSH natively through Notes/Domino
    Audio CD Tracking
    Keeps track of 100 CD changer and CD collection

    Go back


    Интенет эфир о Lotus Notes. Блоги и форумы

    1. Программист

    Администрирование почтового сервера Lotus Domino, сервера сообщений Lotus Sametime. ∙

    2. Грушанин Олег Борисович

    IBM Lotus Notes, Illustrator, Microsoft Word, QuarkXPress, Банк-Клиент

    3. Мальченков Матвей Русланович

    IBM Lotus Notes, Microsoft Office

    4. Духнович Петр Денисович

    IBM Lotus Notes

    5. Мартюгин Ростислав Семенович

    1C 8.0 Торговля и склад, IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft Office, Microsoft Word

    6. Хорьков Юрий Юрьевич

    1C 7.7 Торговля и склад, CorelDraw, IBM Lotus Notes, InDesign, Internet Explorer, Outlook, WebMoney

    7. Машинова Руслана Игоревна

    1C 8.0 Бухгалтерия, IBM Lotus Notes, Illustrator, Microsoft Access, Microsoft Word, The Bat

    8. Ляпунов Виктор Павлович

    1C 8.0 Торговля и склад, CorelDraw, IBM Lotus Notes, Консультант+

    9. Шубенок Виталина Евгеньевна

    IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft Access, Microsoft PowerPoint, Microsoft Word

    10. Фещук Виктор Анатольевич

    1C 8.0 Бухгалтерия, AutoCAD, IBM Lotus Notes, Internet Explorer, Microsoft Access, Microsoft Office, QuarkXPress, The Bat

    11. Авдюшина Лариса Ивановна

    1C 8.0 Торговля и склад, AutoCAD, IBM Lotus Notes, Microsoft Word, Outlook, The Bat

    12. Шухов Георгий Артурович

    Adobe Photoshop, CorelDraw, IBM Lotus Notes, Illustrator, Internet Explorer, Microsoft Access, Microsoft PowerPoint

    13. Кольчугина Вера Владимировна

    1C 7.7 Бухгалтерия, CorelDraw, IBM Lotus Notes, Microsoft Access, Microsoft Office, Microsoft PowerPoint, WebMoney

    14. Черноголовкина Мария Алексеевна

    IBM Lotus Notes, InDesign, MS Active Directory, WebMoney, Консультант+

    15. Позднеев Роман Арсениевич

    1C 8.0 Бухгалтерия, CorelDraw, IBM Lotus Notes, Illustrator, Outlook

    16. Make a Notes mailing list (or group) from contacts in an Excel spreadsheet

    (I got this question over email, so I thought I'd share the answer here) With the Excel file open, click Save as , and save the file as a vCard (.vcf) file. Open Contacts, select File Import , and open the vCard file. Finish importing the contacts. After importing, select all the contacts you ...

    17. неправильный формат адреса

    Есть локальный домен domino.nt (Domino 8.5), также есть домен xxxyyy.ru который знает про этот домен domino.nt

    Проблема заключается в следующем:
    при отправке письма из домена domino.nt в xxxyyy.ru, вместо имени домена domino.nt в поле адреса пишется %nt@nt, например:
    пользователь почтового сервера xxxyyy.ru видит адрес отправителя User_Name/Organization%nt@nt
    Log:
    Цитата
    Checking for hop from domain '' to domain '' ...
    Relay host name is mail2.XXXYYY.RU cost is 20
    Relay host name is mail.XXXYYY.RU cost is 10
    Checking for hop from domain '' to domain '' ...
    Checking Non-Adjacent, Foreign and Wildcard domain lists...
    Checking for connections to domain ''...
    Domain XXXYYY.RU added to cache; NRPC next hop = , SMTP next hop = XXXYYY.RU, Status = 0x0, Timeout = 16.04.2010 15:26:48
    16.04.2010 14:26:48 Router: Mail Event processing NOTEUPDATE event (Note 0:00001126) for mailbox file mail.box
    16.04.2010 14:26:48 Router: Creating queue entry <1:2424> (Note 0:00001126) for message 00395A94.
    16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: CSMTPInternetClient::InitSMTPClient> NotesPort: TCPIP
    16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: Attempting to Connect: Host mail.XXXYYY.RU, Port 250, SSL Port 0, Connecting Domain domino.nt
    16.04.2010 14:26:48 [31306:00014--1665954928] SMTPClient: Connection successful
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 220 mail.XXXYYY.ru ESMTP Exim 4.66 Fri, 16 Apr 2010 14:29:22 +0400
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: CommandEHLO: EHLO domino.nt
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-mail.XXXYYY.ru Hello domino.nt [192.168.3.135]
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-SIZE 26214400
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-PIPELINING
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250-AUTH PLAIN LOGIN CRAM-MD5
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 HELP
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: SMTP Authentication is not required by local server. Username: -blank-
    16.04.2010 14:26:49 Router: Transferring mail to domain XXXYYY.RU (host mail.XXXYYY.RU [aa.bb.cc.dd]) via SMTP
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Attempting to SubmitMessage:
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Pipelined commands:
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: MAIL FROM:<User_Name/Organization%nt@nt> SIZE=2102
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: RCPT TO:<user@XXXYYY.ru>
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: DATA
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: End of pipelined commands
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 OK
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 Accepted
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 354 Enter message, ending with "." on a line by itself
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Data Send Succeeded 878 bytes
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 250 OK id=1O2ina-0001SW-8e
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Attempting to Disconnect:
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: CommandQUIT:
    16.04.2010 14:26:49 Router: Message 00395A94 transferred to mail.XXXYYY.RU for user@XXXYYY.ru via SMTP
    16.04.2010 14:26:49 Router: Deleting mailbox note for queue entry <1:2424> (Note 0:00001126)
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: ReceiveResponse: 221 mail.XXXYYY.ru closing connection
    16.04.2010 14:26:49 [31306:00014--1665954928] SMTPClient: Connection terminated successfully
    16.04.2010 14:26:49 Router: Transferred 1 messages to XXXYYY.RU (host mail.XXXYYY.RU) via SMTP


    Как это можно побороть?

    18. Помогите с Wsdl

    Коллеги, есть трабл - сторонный вэб-сервис генерит wsdl, по которому не удается сгенерить классы (в моем случае Lotus Designer 8.5.1) для высокуровневых языков. Ошибка чего-то там не хватает...
    Сам wsdl вот тут http://forum.codeby.net/topic34889.html?vi...st&p=167129
    Валидаторы ругаются на структуру файла, но как поправить - не в курсе sad.gif
    Ошибку видно, например тут (даже сохранить не дает) http://forum.codeby.net/topic34889.html?vi...st&p=167136
    Надеюсь, я в правильную ветку написал.... Интересует что можно сделать и будет ли работать сервис, если сгенерить классы на исправленном wsdl, а работать - на реальном сервисе? Ибо разработчики вэб-сервиса разводят руками и помочь как-то не могут...
    Или я что-то не так понимаю вообще?

    19. LotusLive in the cloud

    Блиц-опрос
    Давай знакомиться. В каких отношениях с Lotus Notes?
    (голосование возможно только из письма рассылки)
  • Lotus Администратор
  • Lotus Программист
  • Lotus Пользователь
  • С Lotus Note не знаком
  • Хочу познакомиться с Lotus Notes/Domino
  • Вакансии для специалистов

    1. Руководитель проектов, системы электронного документооборота

    Компания "Банкомсвязь", www.bkc.com.ua, 16 лет работает на рынке информационных технологий Украины.
    Основные обязанности:
    Руководство проектами по внедрению системы электронного документооборота:
    планирование работ, ресурсов, бюджета;
    управление рабочей группой на проекте (планирование и организация задач, контроль сроков выполнения этапов проекта);
    взаимодействие с заказчиком на всех этапах проекта;
    организация составления технической документации по проекту;
    Поставка лицензий на программное обеспечение.
    Требования к кандидату:
    Знание процессов делопроизводства и документооборота - обязательно
    Знания платформы LotusNotes/Domino - обязательно
    Опыт руководства проектами внедрения в области ИТ от 1 года - обязательно
    Опыт управления людьми. Навыки работы в MS Project. Приветствуется опыт продажи лицензий на программное обеспечение.
    Личные качества: Ответственность, клиентоориентированность, нацеленность на результат, умение работать в многозадачном режиме.
    Если Вас заинтересовала данная вакансия, направляйте, пожалуйста, резюме по адресу: job@bkc.com.ua, с указанием в теме письма кода вакансии bkc0166.

    Источники знаний. Сайты с книгами


    "Красные книги" IBM

    Книги компании IBM по специализированным тематикам о Lotus Software. Основной язык - английский форматы pdf и html

    Книги компании "Интертраст"

    Для администраторов разработчиков и пользователей. Настройка и администрирование, разработка и программирование, пользование системой Lotus Notes
    Документация. YellowBook
    Оригинальная документация по продуктам Lotus Software. Язык англыйский. Форматы pdf html nsf
    IBM Пресс
    Книги от компании IBM. Книги и брошуры на заказ и на бесплатную скачку в формате pdf
    КУДИЦ-ПРЕСС
    Просмотр и заказ книг. Некоторые книги возможно скачать в формате pdf для свободно чтения и просмотра.
    Книги о Lotus Notes в Интернете
    Ссылки на книги и методички находящиеся в свободном пользовании. Ветки форумов обсуждения книг и материалов. Поисковый сервер по хелпам Lotus Notes книги от Google для свободного просмотра

    В избранное о Lotus Notes/Domino В подготовке выпуска использовались материалы и знания
    По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes

    В избранное