 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; SAP WebService</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sap-webservice/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 10:00:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SAP Webservice consumed by .Net client&#8230;ISSUE!!!</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sap-webservice-consumed-by-net-clientissue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sap-webservice-consumed-by-net-clientissue/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 13:16:54 +0000</pubDate>
		<dc:creator>Hagrid2009</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[SAP PI]]></category>
		<category><![CDATA[SAP WebService]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All I have exposed my interface as a webservice and my client is a .net component. Now when i test my client with WS Navigator type tools I recieve proper response. Now as per requirement I tried to absorb the service(SAP PI WebService) in .Net client. Now the issue is while i try getting [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All</p>
<p>I have exposed my interface as a webservice and my client is a .net component.  Now when i test my client with WS Navigator type tools I recieve proper response. Now as per requirement I tried to absorb the service(SAP PI WebService) in .Net client. </p>
<p>Now the issue is while i try getting a response i dont get any message but incase of exceptions i do get them. Just in case of success nothing happens. So we tried 2 override the proxy method to see the response in client side. Now the message that i see tehre is this :<br />
 &#8220;&lt;SOAP:Envelope xmlns:SOAP=&#8217;http://schemas.xmlsoap.org/soap/envelope/&#8217;&gt;&lt;SOAP:Header/&gt;&lt;SOAP:Body&gt;&lt;GetCustomerInformationResponse&gt;&lt;GetCustomerInformationResult&gt;&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62;&#60;GetCustomerInformationResponse Version=&#8221;1&#8243;&#62;&#60;CustomerID/&#62;&#60;CustomerEmail/&#62;&#60;Company&#62;&#60;CompanyName&#62;Air Canada&#60;/CompanyName&#62;&#60;ValidVatNumberIndicator&#62;Constant&#60;/ValidVatNumberIndicator&#62;&#60;VatNumber&#62;Constant&#60;/VatNumber&#62;&#60;TaxExemptionIndicator&#62;Constant&#60;/TaxExemptionIndicator&#62;&#60;TaxExemptionNumber&#62;Constant&#60;/TaxExemptionNumber&#62;&#60;AirlineDesignator&#62;Constant&#60;/AirlineDesignator&#62;&#60;HeadquarterCountryCode&#62;Constant&#60;/HeadquarterCountryCode&#62;&#60;DevelopingNationIndicator&#62;Constant&#60;/DevelopingNationIndicator&#62;&#60;/Company&#62;&#60;Addresses&#62;&#60;Address&#62;&#60;AddressID&#62;Constant&#60;/AddressID&#62;&#60;AddressTypeCode&#62;Constant&#60;/AddressTypeCode&#62;&#60;AddressLine1&#62;Constant&#60;/AddressLine1&#62;&#60;AddressLine2&#62;Constant&#60;/AddressLine2&#62;&#60;AddressLine3&#62;Constant&#60;/AddressLine3&#62;&#60;CountryCode&#62;Constant&#60;/CountryCode&#62;&#60;CountryDescription&#62;Constant&#60;/CountryDescription&#62;&#60;StateProvinceCode&#62;Constant&#60;/StateProvinceCode&#62;&#60;StateProvinceDescription&#62;Constant&#60;/StateProvinceDescription&#62;&#60;City&#62;Constant&#60;/City&#62;&#60;PostalCode&#62;Constant&#60;/PostalCode&#62;&#60;/Address&#62;&#60;/Addresses&#62;&#60;Customer&#62;&#60;CustomerID/&#62;&#60;CustomerCategoryCode/&#62;&#60;CustomerTypeCode&#62;Air Canada&#60;/CustomerTypeCode&#62;&#60;CustomerTypeDescription&#62;Air Canada&#60;/CustomerTypeDescription&#62;&#60;CustomerStatusCode&#62;Air Canada&#60;/CustomerStatusCode&#62;&#60;FirstName/&#62;&#60;MiddleName/&#62;&#60;LastName/&#62;&#60;Email&#62;Air Canada Center 1235&#60;/Email&#62;&#60;SalutationCode&#62;H4Y 1H4&#60;/SalutationCode&#62;&#60;GenderCode&#62;Constant&#60;/GenderCode&#62;&#60;TelephoneNumber&#62;Constant&#60;/TelephoneNumber&#62;&#60;TelephoneExtension&#62;Constant&#60;/TelephoneExtension&#62;&#60;FaxNumber&#62;Constant&#60;/FaxNumber&#62;&#60;LanguageCode&#62;Constant&#60;/LanguageCode&#62;&#60;ContactMethodCode&#62;Constant&#60;/ContactMethodCode&#62;&#60;ProvideInformationIndicator&#62;Constant&#60;/ProvideInformationIndicator&#62;&#60;ClearingHouseIndicator&#62;Constant&#60;/ClearingHouseIndicator&#62;&#60;JobTitle&#62;Constant&#60;/JobTitle&#62;&#60;JobLevelCode&#62;Constant&#60;/JobLevelCode&#62;&#60;JobFunctionCode&#62;Constant&#60;/JobFunctionCode&#62;&#60;DepartmentCode&#62;Constant&#60;/DepartmentCode&#62;&#60;/Customer&#62;&#60;Status&#62;&#60;Number&#62;Constant&#60;/Number&#62;&#60;Description&#62;Constant&#60;/Description&#62;&#60;/Status&#62;&#60;/GetCustomerInformationResponse&#62;&lt;/GetCustomerInformationResult&gt;&lt;/GetCustomerInformationResponse&gt;&lt;/SOAP:Body&gt;&lt;/SOAP:Envelope&gt;&#8221; </p>
<p>Ideally before the Soap Envelope i should have this tag too : &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt; .</p>
<p>I get this when i test it with WS navigator and all but i cant get this when i receive the response for  .Net client which leds to me not recieving any response atall but a success message at SAP adapter side.</p>
<p>Kindly provide some inputs on the same if possible&#8230;</p>
<p>Thanks in Advance !!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sap-webservice-consumed-by-net-clientissue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.019 seconds using memcached
Object Caching 314/333 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 10:33:15 -->