<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>SOAP Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/Tag/1832/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to SOAP.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 22:08:26 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Skelta Workflow.NET</title>
      <link>http://www.programmersheaven.com/download/30510/download.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/tazme/"&gt;tazme&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/download/30510/download.aspx"&gt;file&lt;/a&gt;.&lt;/p&gt;World's 1st Embeddable .NET Workflow Engine for Developers. 
Skelta Workflow.NET is a web based scalable business rules 
engine for developers, written completely in C#, with ASP.NET 
server controls &amp;amp; SOAP wrapped for platform independence. It 
enables developers to - Rapidly deploy applications using 
embedded objects - Add robust workflow capabilities to existing 
products in a few hours - Construct &amp;amp; modify rules within 
existing software using the simple drag-drop interface - 
Customize the entire User Interface via simple HTML templates - 
Connect to databases like Oracle, SQL, MySQL, or Active 
Directory - Allow end users customization - Manage complex 
Resource &amp;amp; Organization calendar schedules Pricing starts at 
$499 for the Developer SDK. To download a free evaluation copy, 
visit www.skelta.com</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/download/30510/download.aspx</guid>
      <pubDate>Fri, 18 Mar 2011 01:04:13 -0700</pubDate>
    </item>
    <item>
      <title>GEO-position web service for postal codes/zip codes?</title>
      <link>http://www.programmersheaven.com/mb/web-services/422212/422212/ReadMessage.aspx#422212</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Josh+Code/"&gt;Josh Code&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/web-services/422212/422212/ReadMessage.aspx#422212"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/web-services/Board.aspx"&gt;WEB-Services / SOAP&lt;/a&gt; forum.&lt;/p&gt;Is there a web service for finding longitude and latitude coordinates from postal codes and zip codes?</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/web-services/422212/422212/ReadMessage.aspx#422212</guid>
      <pubDate>Sun, 06 Mar 2011 22:40:10 -0700</pubDate>
    </item>
    <item>
      <title>Java to WSDL nillable?</title>
      <link>http://www.programmersheaven.com/mb/web-services/412929/412929/ReadMessage.aspx#412929</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/baddog/"&gt;baddog&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/web-services/412929/412929/ReadMessage.aspx#412929"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/web-services/Board.aspx"&gt;WEB-Services / SOAP&lt;/a&gt; forum.&lt;/p&gt;When I generate my wsdl from Java code all of the attributes are set to nillable="true".&lt;br /&gt;
&lt;br /&gt;
I update the wsdl to have nillable="false" for the attributes that must be populated but when the WAR file get's deployed the wsdl sets everything back to nillable="true".&lt;br /&gt;
&lt;br /&gt;
Is there a way to force the wsdl to be unchanged or to create it with the attributes set to nillable=false?&lt;br /&gt;
&lt;br /&gt;
BTW, im using JAX-RPC, AXIS in Tomcat environment.&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/web-services/412929/412929/ReadMessage.aspx#412929</guid>
      <pubDate>Tue, 02 Feb 2010 20:48:37 -0700</pubDate>
    </item>
    <item>
      <title>Java Web services: Introducing Metro</title>
      <link>http://www.programmersheaven.com/article/104136-Java+Web+services:+Introducing+Metro/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Solrac/"&gt;Solrac&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/104136-Java+Web+services%3a+Introducing+Metro/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;The Metro Web service stack provides a comprehensive solution for accessing and implementing Web services. It's based on the reference implementations of the JAXB 2.x and JAX-WS 2.x Java™ standards, with added components to support WS-* SOAP extension technologies and actual Web service deployment. This article looks at the basic principles of Metro client and server development.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/104136-Java+Web+services%3a+Introducing+Metro/info.aspx</guid>
      <pubDate>Wed, 04 Nov 2009 10:41:53 -0700</pubDate>
    </item>
    <item>
      <title>Using Google Web Services API in Java</title>
      <link>http://www.programmersheaven.com/article/16170-Using+Google+Web+Services+API+in+Java/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/codebeach/"&gt;codebeach&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/16170-Using+Google+Web+Services+API+in+Java/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;Google uses SOAP and WSDL standards to allow access from most programming languages. In addition to the SOAP access, Google has created a set of Java wrapper classes that encapsulates access to the Google Web APIs. This tutorial discusses the Java classes and the functionality of the Google web services.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/16170-Using+Google+Web+Services+API+in+Java/info.aspx</guid>
      <pubDate>Thu, 01 Oct 2009 16:42:57 -0700</pubDate>
    </item>
    <item>
      <title>Java Web services: Axis2 WS-Security encryption</title>
      <link>http://www.programmersheaven.com/article/103056-Java+Web+services:+Axis2+WS-Security+encryption/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Solrac/"&gt;Solrac&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/article/103056-Java+Web+services%3a+Axis2+WS-Security+encryption/info.aspx"&gt;article&lt;/a&gt;.&lt;/p&gt;Get an introduction to the principles of public key cryptography, then see how WS-Security applies them for signing and encrypting SOAP messages using public-private key pairs in combination with secret keys. Includes example code using Axis2 and Rampart.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/103056-Java+Web+services%3a+Axis2+WS-Security+encryption/info.aspx</guid>
      <pubDate>Mon, 22 Jun 2009 13:33:10 -0700</pubDate>
    </item>
    <item>
      <title>Web Services Validation Tool for WSDL and SOAP</title>
      <link>http://www.programmersheaven.com/article/101770-Web+Services+Validation+Tool+for+WSDL+and+SOAP/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Solrac/"&gt;Solrac&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101770-Web+Services+Validation+Tool+for+WSDL+and+SOAP/info.aspx"&gt;Web Services Validation Tool for WSDL and SOAP&lt;/a&gt;'.&lt;/p&gt;With the Web Services Validation Tool for WSDL and SOAP, Web services developers are able to validate Web services messages without deploying actual Web services applications to application servers. This saves a lot of time and effort in deployment and maintenance of test servers. It can be deployed to validate Web services messages and filter invalid or malicious Web services messages. This provides Web services to operate in a more secure and efficient environment.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101770-Web+Services+Validation+Tool+for+WSDL+and+SOAP/info.aspx</guid>
      <pubDate>Fri, 30 Jan 2009 13:10:17 -0700</pubDate>
    </item>
    <item>
      <title>Re: SOAP and Windows App. communication</title>
      <link>http://www.programmersheaven.com/mb/dotnet/384814/384963/ReadMessage.aspx#384963</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/AsAdi/"&gt;AsAdi&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/dotnet/384814/384963/ReadMessage.aspx#384963"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/dotnet/Board.aspx"&gt;.NET General&lt;/a&gt; forum.&lt;/p&gt;Thank you very much,IT,I'll try your guide lines,this is a straight forward guide.&lt;br /&gt;
&lt;br /&gt;
Reza AsAdi</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/384814/384963/ReadMessage.aspx#384963</guid>
      <pubDate>Thu, 29 Jan 2009 01:17:03 -0700</pubDate>
    </item>
    <item>
      <title>SOAP and Windows App. communication</title>
      <link>http://www.programmersheaven.com/mb/dotnet/384814/384814/ReadMessage.aspx#384814</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/AsAdi/"&gt;AsAdi&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/dotnet/384814/384814/ReadMessage.aspx#384814"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/dotnet/Board.aspx"&gt;.NET General&lt;/a&gt; forum.&lt;/p&gt;Dear Experts&lt;br /&gt;
&lt;br /&gt;
I ave a Windows application,requires to have an online communication with another Windows App and a WEB service,as I've studied,I can us SOAP to exchange data between 2 application,independent of their platform,but I'm a begginer in this field.I have a good back ground in Windows Sucket programming,a weak back ground in WEB programmin and a good one in Windows application programming usin VC++ and VC#.All documents I've studied have examples about SOAP using HTTP,but how about an Inranet or a local LAN,how 2 applications can use suc a protocol to exchange data on a local LAN?&lt;br /&gt;
Any guide lines is highly appreciated&lt;br /&gt;
&lt;br /&gt;
Sincerely,Reza AsAdi</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/384814/384814/ReadMessage.aspx#384814</guid>
      <pubDate>Sat, 24 Jan 2009 12:01:28 -0700</pubDate>
    </item>
    <item>
      <title>REST and .NET 3.5 Part 1 - why REST based services?</title>
      <link>http://www.programmersheaven.com/article/100768-REST+and+.NET+3.5+Part+1+-+why+REST+based+services%3f/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/vbweb/"&gt;vbweb&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/100768-REST+and+.NET+3.5+Part+1+-+why+REST+based+services%3f/info.aspx"&gt;REST and .NET 3.5 Part 1 - why REST based services?&lt;/a&gt;'.&lt;/p&gt;Why has REST been getting so much attention recently? It's no accident that Yahoo, Google and Amazon have chosen not to use SOAP to expose their APIs. Learn some of the issues of using SOAP, and how a RESTful based architecture can resolve some of these.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/100768-REST+and+.NET+3.5+Part+1+-+why+REST+based+services%3f/info.aspx</guid>
      <pubDate>Sat, 04 Oct 2008 14:25:20 -0700</pubDate>
    </item>
    <item>
      <title>Free download web service/SOAP ebooks</title>
      <link>http://www.programmersheaven.com/mb/web-services/374653/374653/ReadMessage.aspx#374653</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/jmaneesh/"&gt;jmaneesh&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/web-services/374653/374653/ReadMessage.aspx#374653"&gt;Free download web service/SOAP ebooks&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/web-services/Board.aspx"&gt;WEB-Services / SOAP&lt;/a&gt; forum.&lt;/p&gt;Dear Friends,&lt;br /&gt;
&lt;br /&gt;
You are free to download ebooks of AJAX, ASP.NET, VB.NET, SQL Server, PHP, JAVA, software, oracle, Unix, Google Adsense, Linus, SAP, Pearl, web service/SOAP  and much more.&lt;br /&gt;
&lt;br /&gt;
Download from &lt;br /&gt;
&lt;a href="http://freedownload12.blogspot.com/"&gt;http://freedownload12.blogspot.com/&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/web-services/374653/374653/ReadMessage.aspx#374653</guid>
      <pubDate>Fri, 29 Aug 2008 23:43:49 -0700</pubDate>
    </item>
    <item>
      <title>Re: General Information of WCF</title>
      <link>http://www.programmersheaven.com/mb/web-services/373842/373843/ReadMessage.aspx#373843</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/bradwang/"&gt;bradwang&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/web-services/373842/373843/ReadMessage.aspx#373843"&gt;Re: General Information of WCF&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/web-services/Board.aspx"&gt;WEB-Services / SOAP&lt;/a&gt; forum.&lt;/p&gt;: What is WCF?&lt;br /&gt;
: &lt;br /&gt;
: Windows Communication Foundation (formerly code-named "Indigo") is a &lt;br /&gt;
: set of .NET technologies for building and running connected systems. &lt;br /&gt;
: It is a new breed of communications infrastructure built around the &lt;br /&gt;
: Web services architecture.&lt;br /&gt;
: &lt;br /&gt;
: in technical terms&lt;br /&gt;
: &lt;br /&gt;
: Windows Communication Foundation is Microsoft's unified programming &lt;br /&gt;
: model for building service-oriented applications with managed code. &lt;br /&gt;
: It extends the .NET Framework to enable developers to build secure &lt;br /&gt;
: and reliable transacted Web services that integrate across platforms &lt;br /&gt;
: and interoperate with existing investments. Windows Communication &lt;br /&gt;
: Foundation combines and extends the capabilities of existing &lt;br /&gt;
: Microsoft distributed systems technologies, including Enterprise &lt;br /&gt;
: Services, System.Messaging, Microsoft .NET Remoting, ASMX, and WSE &lt;br /&gt;
: to deliver a unified development experience across multiple axes, &lt;br /&gt;
: including distance (cross-process, cross-machine, cross-subnet, &lt;br /&gt;
: cross-intranet, cross-Internet), topologies (farms, fire-walled, &lt;br /&gt;
: content-routed, dynamic), hosts (ASP.NET, EXE, Windows Presentation &lt;br /&gt;
: Foundation, Windows Forms, NT Service, COM+), protocols (TCP, HTTP, &lt;br /&gt;
: cross-process, custom), and security models (SAML, Kerberos, X509, &lt;br /&gt;
: username/password, custom).&lt;br /&gt;
: &lt;br /&gt;
: &lt;strong&gt;What is three major points in WCF?&lt;/strong&gt;&lt;br /&gt;
: &lt;br /&gt;
: 1) Address --- Specifies the location of the service which will be &lt;br /&gt;
: like &lt;a href="http://Myserver/MyService.Clients"&gt;http://Myserver/MyService.Clients&lt;/a&gt; will use this location to &lt;br /&gt;
: communicate with our service.&lt;br /&gt;
: &lt;br /&gt;
: 2)Contract --- Specifies the interface between client and the &lt;br /&gt;
: server. It's a simple interface with some attribute.&lt;br /&gt;
: &lt;br /&gt;
: 3)Binding --- Specifies how the two paries will communicate in term &lt;br /&gt;
: of transport and encoding and protocols.&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;strong&gt;How can we host a service on two different protocols on a single &lt;br /&gt;
: server?&lt;/strong&gt;&lt;br /&gt;
: &lt;br /&gt;
: Let’s first understand what this question actually means. Let’s say &lt;br /&gt;
: we have made a service and we want to host this service using HTTP &lt;br /&gt;
: as well as TCP. You must be wondering why to ever host services on &lt;br /&gt;
: two different types of protocol. When we host a service it’s &lt;br /&gt;
: consumed by multiple types of client and it’s very much possible &lt;br /&gt;
: that they have there own protocol of communication. A good service &lt;br /&gt;
: has the capability to downgrade or upgrade its protocol according &lt;br /&gt;
: the client who is consuming him. &lt;br /&gt;
: Let’s do a small sample in which we will host the ServiceGetCost on &lt;br /&gt;
: TCP and HTTP protocol. &lt;br /&gt;
: &lt;br /&gt;
: Once we are done the server side coding its time to see make a &lt;br /&gt;
: client by which we can switch between the protocols and see the &lt;br /&gt;
: results. Below is the code snippet of the client side for &lt;br /&gt;
: multi-protocol hosting. &lt;br /&gt;
: &lt;br /&gt;
: &lt;strong&gt;What is the difference WCF and Web services?&lt;/strong&gt;&lt;br /&gt;
: &lt;br /&gt;
: Web services can only be invoked by HTTP. While Service or a WCF &lt;br /&gt;
: component can be invoked by any protocol and any transport type. &lt;br /&gt;
: Second web services are not flexible. But Services are flexible. If &lt;br /&gt;
: you make a new version of the service then you need to just expose a &lt;br /&gt;
: new end point. So services are agile and which is a very practical &lt;br /&gt;
: approach looking at the current business trends.&lt;br /&gt;
: &lt;br /&gt;
: For more information visit&lt;br /&gt;
: &lt;br /&gt;
: &lt;a href="http://aspnet2008.blogspot.com"&gt;http://aspnet2008.blogspot.com&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for sharing, I would be interested in learning more about WCF and related new technologies...&lt;br /&gt;
&lt;br /&gt;
I'm Brad Wang...&lt;br /&gt;
.NET Freelancer from China&lt;br /&gt;
MSN: brad_wang_cn@hotmail.com&lt;br /&gt;
Skype: brad_wang</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/web-services/373842/373843/ReadMessage.aspx#373843</guid>
      <pubDate>Thu, 31 Jul 2008 22:45:46 -0700</pubDate>
    </item>
    <item>
      <title>General Information of WCF</title>
      <link>http://www.programmersheaven.com/mb/web-services/373842/373842/ReadMessage.aspx#373842</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/jmaneesh/"&gt;jmaneesh&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/web-services/373842/373842/ReadMessage.aspx#373842"&gt;General Information of WCF&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/web-services/Board.aspx"&gt;WEB-Services / SOAP&lt;/a&gt; forum.&lt;/p&gt;What is WCF?&lt;br /&gt;
&lt;br /&gt;
Windows Communication Foundation (formerly code-named "Indigo") is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture.&lt;br /&gt;
&lt;br /&gt;
in technical terms&lt;br /&gt;
&lt;br /&gt;
Windows Communication Foundation is Microsoft's unified programming model for building service-oriented applications with managed code. It extends the .NET Framework to enable developers to build secure and reliable transacted Web services that integrate across platforms and interoperate with existing investments. Windows Communication Foundation combines and extends the capabilities of existing Microsoft distributed systems technologies, including Enterprise Services, System.Messaging, Microsoft .NET Remoting, ASMX, and WSE to deliver a unified development experience across multiple axes, including distance (cross-process, cross-machine, cross-subnet, cross-intranet, cross-Internet), topologies (farms, fire-walled, content-routed, dynamic), hosts (ASP.NET, EXE, Windows Presentation Foundation, Windows Forms, NT Service, COM+), protocols (TCP, HTTP, cross-process, custom), and security models (SAML, Kerberos, X509, username/password, custom).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;What is three major points in WCF?&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
1) Address --- Specifies the location of the service which will be like &lt;a href="http://Myserver/MyService.Clients"&gt;http://Myserver/MyService.Clients&lt;/a&gt; will use this location to communicate with our service.&lt;br /&gt;
&lt;br /&gt;
2)Contract --- Specifies the interface between client and the server. It's a simple interface with some attribute.&lt;br /&gt;
&lt;br /&gt;
3)Binding --- Specifies how the two paries will communicate in term of transport and encoding and protocols.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;How can we host a service on two different protocols on a single server?&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Let’s first understand what this question actually means. Let’s say we have made a service and we want to host this service using HTTP as well as TCP. You must be wondering why to ever host services on two different types of protocol. When we host a service it’s consumed by multiple types of client and it’s very much possible that they have there own protocol of communication. A good service has the capability to downgrade or upgrade its protocol according the client who is consuming him. &lt;br /&gt;
Let’s do a small sample in which we will host the ServiceGetCost on TCP and HTTP protocol. &lt;br /&gt;
&lt;br /&gt;
Once we are done the server side coding its time to see make a client by which we can switch between the protocols and see the results. Below is the code snippet of the client side for multi-protocol hosting. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;What is the difference WCF and Web services?&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Web services can only be invoked by HTTP. While Service or a WCF component can be invoked by any protocol and any transport type. Second web services are not flexible. But Services are flexible. If you make a new version of the service then you need to just expose a new end point. So services are agile and which is a very practical approach looking at the current business trends.&lt;br /&gt;
&lt;br /&gt;
For more information visit&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://aspnet2008.blogspot.com"&gt;http://aspnet2008.blogspot.com&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/web-services/373842/373842/ReadMessage.aspx#373842</guid>
      <pubDate>Thu, 31 Jul 2008 22:05:09 -0700</pubDate>
    </item>
  </channel>
</rss>