Home | Products | Services | Resources | Our Guarantee | About Us |
Published Works
Professional XML Web Services, Wrox Press (co-author)
- Buy
at Amazon, or
used
- At ACM,
plus citations, another reference in
ACM Queue
Professional XML, 2nd Edition, Wrox Press (co-author)
- Buy
at Amazon, or
used
- At ACM,
plus citations
Web Services Faceplates, Wrox Press (technical editor)
- Buy
at Amazon
-
At ACM
In his spare time Zoran loves to learn new things and explore ancient Hebrew and Greek wisdom, such as that of Jesus the Christ. Some favorite books:
- The Screwtape Letters by CS Lewis
- Mere Christianity by CS Lewis
- The Richest Man Who Ever Lived: King Solomon's Secrets to Success, Wealth, and Happiness by Steven K. Scott
- Everything You Always Wanted to Know About God (but were afraid to ask) by Eric Metaxas
With over 15 years of computer software programming behind
him, Zoran Zaev, President and Founder of xSynthesis LLC, is a
highly skilled Systems Architect, now specializing in Business
Applications, Data Analysis, and XML/ Web Services/ Data
Integration. Considering
Zoran's many competencies he works diligently in serving
customers
and helping them to reach their organizational goals by
leveraging the exponential power of technology.
Zoran
has successfully implemented Business Solutions in the
areas of E-Commerce, Online Catalogs, Association Member
Management Solutions, E-mail Campaign Management, Notification
Services, Survey Management, and Customer Relationship
Management (CRM). Furthermore, he has lead efforts in building
dynamic web sites, public web sites, web site usability
analysis, web site integration with existing back-end systems,
analysis, recommendation, and implementation of various
off-the-shelf software packages, web content management,
authentication and security analysis, and marketing presence web
sites.
With Zoran's skills, he can help you organize your data, improve
your data collection and transformation processes, as well as
assist you in analyzing your data through online data migration
and analysis, web traffic analysis (click-stream analysis),
buyer behavior analysis from visit to purchase, and web search
implementations.
Zoran is a Microsoft Certified Solutions Developer (MCSD),
Microsoft Certified Database Administrator (MSDBA), Microsoft
Certified Systems Engineer (MCSE); and has co-authored
the following books (for more see side panel):
Zoran has lead xSynthesis LLC since Oct 2001. Prior to that, Zoran helped customers, while working with Hitachi Innovative Solutions and Virtualogic, Inc, located in the Washington DC metro area.
Reprints of the following articles are no longer available from Pinnacle Publishing nor can the code be downloaded therefore we have provided scanned and Microsoft Word versions of these articles, plus the code for the author's articles.
Connecting Web Services, October
2001, XML Developer (VB 6 Server with Clients: VB 6, JScript/ ASP, VBScript/ ASP, Perl.) Summary: Implementing Web Services in different languages (and platforms) is not very difficult, as long as you have some familiarity with the particular language, the platform, as well as at least a general knowledge of XML and SOAP. However, making sure that the different systems can connect to each other can be a bit more challenging. I will cover few different scenarios of systems based in different language platforms and object models and show you how they can be brought to talk to each other. I'll start with Visual Basic and the scripting languages: JScript, VBScript, and PERL. In the months to come we'll continue the same exercise with other language and platform combinations. |
|
Connecting Web Services, December
2001, XML Developer (IBM/Java Server with Microsoft/ VBScript Client) Summary: Last month, I showed you how to create a Web Service with Visual Basic and then call it using the scripting languages: JScript, VBScript, and PERL. This month, I'll create the same Web Service in Java, using the IBM Web Services Toolkit, and then I will call it from VBScript. Keep in mind that implementing Web Services in different languages (and platforms) is not very difficult, as long as you have some familiarity with the particular language, the platform, as well some knowledge of XML and SOAP. However, making sure that the different systems can connect to each other can be a bit more challenging. I'll look into some of these interoperability challenges, particularly as it relates to using VBScript to call a Java based Web Service. |
|
Connecting Web Services, January
2002, XML Developer (Perl Server with Java Client) Summary: A couple of months ago, I showed you how to create a Web Service with Visual Basic and then call it using the scripting languages: JScript, VBScript, and PERL. Last month, I created the same Web Service in Java, using the IBM Web Services Toolkit, and then I called it from VBScript. This month I will work on another combination of languages: I'll create the Web Service in PERL and then call it from Java. As I have said in the past, implementing Web Services in different languages (and platforms) is not very difficult, as long as you have some familiarity with the particular language, the platform, as well some knowledge of XML and SOAP. However, making sure that the different systems can connect to each other can be a bit more challenging. I'll continue looking into some of these interoperability difficulties, particularly as it relates to PERL and Java based Web Service. |
|
Connecting Web Services, February
2002, XML Developer (C++/ Systinet (Idoox) Server to ASP/ VBScript Client) Summary: This month, Zoran Zaev builds a Web Service in C++ using Systinet's WASP for C++ (formerly known as IdooXoap for C++), and then he calls it from ASP/VBScript. This article shows the kind of issues that you can run into as you work on implementing Web Services in C++, using WSDL with C++, and calling this implementation from an environment such as ASP. |
|
Securing Web Services, June
2002, XML Developer (VB 6.0 and MS SOAP Toolkit 2.0) Summary: This month, Zoran Zaev shows you how to secure your web services by implementing transport level authentication with Visual Basic. Then, he calls the web services from Visual Basic, VBScript/ASP, and PERL. Finally, he implements transport level SSL encryption to the web services used in his examples. |
|
Securing Web Services, July
2002, XML Developer (Visual Basic.NET) Summary: This month, Zoran Zaev shows you how to secure your Web Services by implementing transport level authentication over SSL with Visual Basic.NET. Then, he calls the Web Services from Visual Basic.NET windows form. |