Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mh567

  1. mh567

    c# client program to invoke webservice is not working.

    can anybody give me link or steps to create webservice which calls oracle stored procedure? in c# Thank you
  2. mh567

    c# client program to invoke webservice is not working.

    Hi. Now as per this links steps http://mikehadlow.blogspot.com/2006/05/making-raw-web-service-calls-with.html i have managed to create exe for my client programe....but after executing this exe i am getting this error. Unhandled Exception: System.Net.WebException: The remote server returned an...
  3. mh567

    c# client program to invoke webservice is not working.

    ok. I will wait for your suggesions. Thank you.
  4. mh567

    c# client program to invoke webservice is not working.

    hi, i also followed your asigned website link http://mikehadlow.blogspot.com/2006/05/making-raw-web-service-calls-with.html and i wrtoe program as below as instructed in above link, and tried to write code in all together: I also placed my webservice soap env format in a file as per...
  5. mh567

    c# client program to invoke webservice is not working.

    Hi, ok. on the other side i would also like to get data value from web service in stead of raw xml. But how to get this? after running my simple client programe it returns only one line i.e. 'system.xml.xmltype' as i mentioned my webservice is created using oracle Jdeveloper. and when i...
  6. mh567

    c# client program to invoke webservice is not working.

    Yes, you are right i need xml output in Raw format from web service. as you said having a method that returns an XmlDoc or a string of XML that would be easy. for this i navigated yhis path C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\ as you suggested but on my computer in this v2.0...
  7. mh567

    c# client program to invoke webservice is not working.

    Hi All, I want to invoke/consume the webservice in C#. I am using .NET Framework SDK on Windows 2000 professional. I have webservice created in oracleJ developer. it returns group of record in XML format. I followed steps from this link http://www.csharphelp.com/archives2/archive356.html...

Part and Inventory Search

Back
Top