473,320 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Error

I am having error at the time of parsing WSDLxml file.When i am retrieving the data from the Web Service it's showing error at the time of parsing.So,I can't able to retrieve the error.
Error shown below:
org.xmlpull.v1.XmlPullParserException:unexpected type(position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@44f57db0)

So,I need a solution how to rectify this error.

This is WSDL XML CODE

Expand|Select|Wrap|Line Numbers
  1.   <?xml version="1.0" encoding="utf-8" ?> 
  2. - <wsdl:definitions name="OrdersService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
  3. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_policy">
  4. - <wsp:ExactlyOne>
  5. - <wsp:All>
  6. - <sp:SymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  7. - <wsp:Policy>
  8. - <sp:ProtectionToken>
  9. - <wsp:Policy>
  10. - <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
  11. - <wsp:Policy>
  12.   <sp:RequireDerivedKeys /> 
  13. - <sp:BootstrapPolicy>
  14. - <wsp:Policy>
  15. - <sp:SignedParts>
  16.   <sp:Body /> 
  17.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  18.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  19.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  20.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  21.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  22.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  23.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  24.   </sp:SignedParts>
  25. - <sp:EncryptedParts>
  26.   <sp:Body /> 
  27.   </sp:EncryptedParts>
  28. - <sp:SymmetricBinding>
  29. - <wsp:Policy>
  30. - <sp:ProtectionToken>
  31. - <wsp:Policy>
  32. - <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
  33. - <wsp:Policy>
  34.   <sp:RequireDerivedKeys /> 
  35.   </wsp:Policy>
  36.   </sp:SpnegoContextToken>
  37.   </wsp:Policy>
  38.   </sp:ProtectionToken>
  39. - <sp:AlgorithmSuite>
  40. - <wsp:Policy>
  41.   <sp:Basic256 /> 
  42.   </wsp:Policy>
  43.   </sp:AlgorithmSuite>
  44. - <sp:Layout>
  45. - <wsp:Policy>
  46.   <sp:Strict /> 
  47.   </wsp:Policy>
  48.   </sp:Layout>
  49.   <sp:IncludeTimestamp /> 
  50.   <sp:EncryptSignature /> 
  51.   <sp:OnlySignEntireHeadersAndBody /> 
  52.   </wsp:Policy>
  53.   </sp:SymmetricBinding>
  54. - <sp:Wss11>
  55.   <wsp:Policy /> 
  56.   </sp:Wss11>
  57. - <sp:Trust10>
  58. - <wsp:Policy>
  59.   <sp:MustSupportIssuedTokens /> 
  60.   <sp:RequireClientEntropy /> 
  61.   <sp:RequireServerEntropy /> 
  62.   </wsp:Policy>
  63.   </sp:Trust10>
  64.   </wsp:Policy>
  65.   </sp:BootstrapPolicy>
  66.   </wsp:Policy>
  67.   </sp:SecureConversationToken>
  68.   </wsp:Policy>
  69.   </sp:ProtectionToken>
  70. - <sp:AlgorithmSuite>
  71. - <wsp:Policy>
  72.   <sp:Basic256 /> 
  73.   </wsp:Policy>
  74.   </sp:AlgorithmSuite>
  75. - <sp:Layout>
  76. - <wsp:Policy>
  77.   <sp:Strict /> 
  78.   </wsp:Policy>
  79.   </sp:Layout>
  80.   <sp:IncludeTimestamp /> 
  81.   <sp:EncryptSignature /> 
  82.   <sp:OnlySignEntireHeadersAndBody /> 
  83.   </wsp:Policy>
  84.   </sp:SymmetricBinding>
  85. - <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  86.   <wsp:Policy /> 
  87.   </sp:Wss11>
  88. - <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  89. - <wsp:Policy>
  90.   <sp:MustSupportIssuedTokens /> 
  91.   <sp:RequireClientEntropy /> 
  92.   <sp:RequireServerEntropy /> 
  93.   </wsp:Policy>
  94.   </sp:Trust10>
  95.   <wsaw:UsingAddressing /> 
  96.   </wsp:All>
  97.   </wsp:ExactlyOne>
  98.   </wsp:Policy>
  99. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_GetCustomers_Input_policy">
  100. - <wsp:ExactlyOne>
  101. - <wsp:All>
  102. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  103.   <sp:Body /> 
  104.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  105.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  106.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  107.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  108.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  109.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  110.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  111.   </sp:SignedParts>
  112. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  113.   <sp:Body /> 
  114.   </sp:EncryptedParts>
  115.   </wsp:All>
  116.   </wsp:ExactlyOne>
  117.   </wsp:Policy>
  118. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_GetCustomers_output_policy">
  119. - <wsp:ExactlyOne>
  120. - <wsp:All>
  121. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  122.   <sp:Body /> 
  123.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  124.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  125.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  126.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  127.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  128.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  129.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  130.   </sp:SignedParts>
  131. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  132.   <sp:Body /> 
  133.   </sp:EncryptedParts>
  134.   </wsp:All>
  135.   </wsp:ExactlyOne>
  136.   </wsp:Policy>
  137. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_GetProducts_Input_policy">
  138. - <wsp:ExactlyOne>
  139. - <wsp:All>
  140. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  141.   <sp:Body /> 
  142.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  143.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  144.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  145.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  146.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  147.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  148.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  149.   </sp:SignedParts>
  150. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  151.   <sp:Body /> 
  152.   </sp:EncryptedParts>
  153.   </wsp:All>
  154.   </wsp:ExactlyOne>
  155.   </wsp:Policy>
  156. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_GetProducts_output_policy">
  157. - <wsp:ExactlyOne>
  158. - <wsp:All>
  159. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  160.   <sp:Body /> 
  161.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  162.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  163.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  164.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  165.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  166.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  167.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  168.   </sp:SignedParts>
  169. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  170.   <sp:Body /> 
  171.   </sp:EncryptedParts>
  172.   </wsp:All>
  173.   </wsp:ExactlyOne>
  174.   </wsp:Policy>
  175. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_PlaceOrder_Input_policy">
  176. - <wsp:ExactlyOne>
  177. - <wsp:All>
  178. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  179.   <sp:Body /> 
  180.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  181.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  182.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  183.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  184.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  185.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  186.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  187.   </sp:SignedParts>
  188. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  189.   <sp:Body /> 
  190.   </sp:EncryptedParts>
  191.   </wsp:All>
  192.   </wsp:ExactlyOne>
  193.   </wsp:Policy>
  194. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_PlaceOrder_output_policy">
  195. - <wsp:ExactlyOne>
  196. - <wsp:All>
  197. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  198.   <sp:Body /> 
  199.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  200.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  201.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  202.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  203.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  204.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  205.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  206.   </sp:SignedParts>
  207. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  208.   <sp:Body /> 
  209.   </sp:EncryptedParts>
  210.   </wsp:All>
  211.   </wsp:ExactlyOne>
  212.   </wsp:Policy>
  213. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_AdjustInventory_Input_policy">
  214. - <wsp:ExactlyOne>
  215. - <wsp:All>
  216. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  217.   <sp:Body /> 
  218.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  219.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  220.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  221.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  222.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  223.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  224.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  225.   </sp:SignedParts>
  226. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  227.   <sp:Body /> 
  228.   </sp:EncryptedParts>
  229.   </wsp:All>
  230.   </wsp:ExactlyOne>
  231.   </wsp:Policy>
  232. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_AdjustInventory_output_policy">
  233. - <wsp:ExactlyOne>
  234. - <wsp:All>
  235. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  236.   <sp:Body /> 
  237.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  238.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  239.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  240.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  241.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  242.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  243.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  244.   </sp:SignedParts>
  245. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  246.   <sp:Body /> 
  247.   </sp:EncryptedParts>
  248.   </wsp:All>
  249.   </wsp:ExactlyOne>
  250.   </wsp:Policy>
  251. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_AdjustBalance_Input_policy">
  252. - <wsp:ExactlyOne>
  253. - <wsp:All>
  254. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  255.   <sp:Body /> 
  256.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  257.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  258.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  259.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  260.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  261.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  262.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  263.   </sp:SignedParts>
  264. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  265.   <sp:Body /> 
  266.   </sp:EncryptedParts>
  267.   </wsp:All>
  268.   </wsp:ExactlyOne>
  269.   </wsp:Policy>
  270. - <wsp:Policy wsu:Id="WSHttpBinding_IOrdersService_AdjustBalance_output_policy">
  271. - <wsp:ExactlyOne>
  272. - <wsp:All>
  273. - <sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  274.   <sp:Body /> 
  275.   <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing" /> 
  276.   <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing" /> 
  277.   <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  278.   <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  279.   <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing" /> 
  280.   <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing" /> 
  281.   <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing" /> 
  282.   </sp:SignedParts>
  283. - <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
  284.   <sp:Body /> 
  285.   </sp:EncryptedParts>
  286.   </wsp:All>
  287.   </wsp:ExactlyOne>
  288.   </wsp:Policy>
  289. - <wsdl:types>
  290. - <xsd:schema targetNamespace="http://tempuri.org/Imports">
  291.   <xsd:import schemaLocation="http://pranas-pdc.pranas.com/WebHost/OrdersService.svc?xsd=xsd0" namespace="http://tempuri.org/" /> 
  292.   <xsd:import schemaLocation="http://pranas-pdc.pranas.com/WebHost/OrdersService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> 
  293.   <xsd:import schemaLocation="http://pranas-pdc.pranas.com/WebHost/OrdersService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/OrdersServiceLibrary" /> 
  294.   </xsd:schema>
  295.   </wsdl:types>
  296. - <wsdl:message name="IOrdersService_GetCustomers_InputMessage">
  297.   <wsdl:part name="parameters" element="tns:GetCustomers" /> 
  298.   </wsdl:message>
  299. - <wsdl:message name="IOrdersService_GetCustomers_OutputMessage">
  300.   <wsdl:part name="parameters" element="tns:GetCustomersResponse" /> 
  301.   </wsdl:message>
  302. - <wsdl:message name="IOrdersService_GetProducts_InputMessage">
  303.   <wsdl:part name="parameters" element="tns:GetProducts" /> 
  304.   </wsdl:message>
  305. - <wsdl:message name="IOrdersService_GetProducts_OutputMessage">
  306.   <wsdl:part name="parameters" element="tns:GetProductsResponse" /> 
  307.   </wsdl:message>
  308. - <wsdl:message name="IOrdersService_PlaceOrder_InputMessage">
  309.   <wsdl:part name="parameters" element="tns:PlaceOrder" /> 
  310.   </wsdl:message>
  311. - <wsdl:message name="IOrdersService_PlaceOrder_OutputMessage">
  312.   <wsdl:part name="parameters" element="tns:PlaceOrderResponse" /> 
  313.   </wsdl:message>
  314. - <wsdl:message name="IOrdersService_AdjustInventory_InputMessage">
  315.   <wsdl:part name="parameters" element="tns:AdjustInventory" /> 
  316.   </wsdl:message>
  317. - <wsdl:message name="IOrdersService_AdjustInventory_OutputMessage">
  318.   <wsdl:part name="parameters" element="tns:AdjustInventoryResponse" /> 
  319.   </wsdl:message>
  320. - <wsdl:message name="IOrdersService_AdjustBalance_InputMessage">
  321.   <wsdl:part name="parameters" element="tns:AdjustBalance" /> 
  322.   </wsdl:message>
  323. - <wsdl:message name="IOrdersService_AdjustBalance_OutputMessage">
  324.   <wsdl:part name="parameters" element="tns:AdjustBalanceResponse" /> 
  325.   </wsdl:message>
  326. - <wsdl:portType name="IOrdersService">
  327. - <wsdl:operation name="GetCustomers">
  328.   <wsdl:input wsaw:Action="http://tempuri.org/IOrdersService/GetCustomers" message="tns:IOrdersService_GetCustomers_InputMessage" /> 
  329.   <wsdl:output wsaw:Action="http://tempuri.org/IOrdersService/GetCustomersResponse" message="tns:IOrdersService_GetCustomers_OutputMessage" /> 
  330.   </wsdl:operation>
  331. - <wsdl:operation name="GetProducts">
  332.   <wsdl:input wsaw:Action="http://tempuri.org/IOrdersService/GetProducts" message="tns:IOrdersService_GetProducts_InputMessage" /> 
  333.   <wsdl:output wsaw:Action="http://tempuri.org/IOrdersService/GetProductsResponse" message="tns:IOrdersService_GetProducts_OutputMessage" /> 
  334.   </wsdl:operation>
  335. - <wsdl:operation name="PlaceOrder">
  336.   <wsdl:input wsaw:Action="http://tempuri.org/IOrdersService/PlaceOrder" message="tns:IOrdersService_PlaceOrder_InputMessage" /> 
  337.   <wsdl:output wsaw:Action="http://tempuri.org/IOrdersService/PlaceOrderResponse" message="tns:IOrdersService_PlaceOrder_OutputMessage" /> 
  338.   </wsdl:operation>
  339. - <wsdl:operation name="AdjustInventory">
  340.   <wsdl:input wsaw:Action="http://tempuri.org/IOrdersService/AdjustInventory" message="tns:IOrdersService_AdjustInventory_InputMessage" /> 
  341.   <wsdl:output wsaw:Action="http://tempuri.org/IOrdersService/AdjustInventoryResponse" message="tns:IOrdersService_AdjustInventory_OutputMessage" /> 
  342.   </wsdl:operation>
  343. - <wsdl:operation name="AdjustBalance">
  344.   <wsdl:input wsaw:Action="http://tempuri.org/IOrdersService/AdjustBalance" message="tns:IOrdersService_AdjustBalance_InputMessage" /> 
  345.   <wsdl:output wsaw:Action="http://tempuri.org/IOrdersService/AdjustBalanceResponse" message="tns:IOrdersService_AdjustBalance_OutputMessage" /> 
  346.   </wsdl:operation>
  347.   </wsdl:portType>
  348. - <wsdl:binding name="WSHttpBinding_IOrdersService" type="tns:IOrdersService">
  349.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_policy" /> 
  350.   <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> 
  351. - <wsdl:operation name="GetCustomers">
  352.   <soap12:operation soapAction="http://tempuri.org/IOrdersService/GetCustomers" style="document" /> 
  353. - <wsdl:input>
  354.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_GetCustomers_Input_policy" /> 
  355.   <soap12:body use="literal" /> 
  356.   </wsdl:input>
  357. - <wsdl:output>
  358.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_GetCustomers_output_policy" /> 
  359.   <soap12:body use="literal" /> 
  360.   </wsdl:output>
  361.   </wsdl:operation>
  362. - <wsdl:operation name="GetProducts">
  363.   <soap12:operation soapAction="http://tempuri.org/IOrdersService/GetProducts" style="document" /> 
  364. - <wsdl:input>
  365.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_GetProducts_Input_policy" /> 
  366.   <soap12:body use="literal" /> 
  367.   </wsdl:input>
  368. - <wsdl:output>
  369.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_GetProducts_output_policy" /> 
  370.   <soap12:body use="literal" /> 
  371.   </wsdl:output>
  372.   </wsdl:operation>
  373. - <wsdl:operation name="PlaceOrder">
  374.   <soap12:operation soapAction="http://tempuri.org/IOrdersService/PlaceOrder" style="document" /> 
  375. - <wsdl:input>
  376.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_PlaceOrder_Input_policy" /> 
  377.   <soap12:body use="literal" /> 
  378.   </wsdl:input>
  379. - <wsdl:output>
  380.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_PlaceOrder_output_policy" /> 
  381.   <soap12:body use="literal" /> 
  382.   </wsdl:output>
  383.   </wsdl:operation>
  384. - <wsdl:operation name="AdjustInventory">
  385.   <soap12:operation soapAction="http://tempuri.org/IOrdersService/AdjustInventory" style="document" /> 
  386. - <wsdl:input>
  387.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_AdjustInventory_Input_policy" /> 
  388.   <soap12:body use="literal" /> 
  389.   </wsdl:input>
  390. - <wsdl:output>
  391.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_AdjustInventory_output_policy" /> 
  392.   <soap12:body use="literal" /> 
  393.   </wsdl:output>
  394.   </wsdl:operation>
  395. - <wsdl:operation name="AdjustBalance">
  396.   <soap12:operation soapAction="http://tempuri.org/IOrdersService/AdjustBalance" style="document" /> 
  397. - <wsdl:input>
  398.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_AdjustBalance_Input_policy" /> 
  399.   <soap12:body use="literal" /> 
  400.   </wsdl:input>
  401. - <wsdl:output>
  402.   <wsp:PolicyReference URI="#WSHttpBinding_IOrdersService_AdjustBalance_output_policy" /> 
  403.   <soap12:body use="literal" /> 
  404.   </wsdl:output>
  405.   </wsdl:operation>
  406.   </wsdl:binding>
  407. - <wsdl:service name="OrdersService">
  408. - <wsdl:port name="WSHttpBinding_IOrdersService" binding="tns:WSHttpBinding_IOrdersService">
  409.   <soap12:address location="http://pranas-pdc.pranas.com/WebHost/OrdersService.svc" /> 
  410. - <wsa10:EndpointReference>
  411.   <wsa10:Address>http://pranas-pdc.pranas.com/WebHost/OrdersService.svc</wsa10:Address> 
  412. - <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
  413.   <Dns>localhost</Dns> 
  414.   </Identity>
  415.   </wsa10:EndpointReference>
  416.   </wsdl:port>
  417.   </wsdl:service>
  418.   </wsdl:definitions>
  419.  
  420.  
In this code if there is any error please solve the error and reply me immediately.

And also if there is any sample for retrieving data from the Web Service .Give me Sample Example for the Web Service

Please give me a solution as soon as possible when you see my question
Jun 1 '12 #1
0 1433

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
2
by: Gregory | last post by:
Hi, One of the disadvantages of using error handling with error codes instead of exception handling is that error codes retuned from a function can be forgotten to check thus leading to...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
3
by: Manuel | last post by:
I'm trying to compile glut 3.7.6 (dowbloaded from official site)using devc++. So I've imported the glut32.dsp into devc++, included manually some headers, and start to compile. It return a very...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
5
by: yashu0209 | last post by:
I have an error occurring when i try to compile the program and the error is: D:\Program Files\visual studio 6.0\MSDev98\MyProjects\GLEnabledView\GLNew.cpp(164) : error C2653: 'CGLEnabledView' :...
2
by: randa zaghdan | last post by:
Hi I have a problem with my program in vc 2008 When I compile it, the following errors are listed. I try to resolve it but no hope Does any one can help me ? thanks . Linking......
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.