Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: SOAP::Lite server with c sharp client

by Anonymous Monk
on Apr 28, 2014 at 22:57 UTC ( [id://1084207]=note: print w/replies, xml ) Need Help??


in reply to Re^4: SOAP::Lite server with c sharp client
in thread SOAP::Lite server with c sharp client

:) so what class does  MyService.FUNCTIONPortClient soapClient use?

Replies are listed 'Best First'.
Re^6: SOAP::Lite server with c sharp client
by grifhis (Novice) on Apr 29, 2014 at 09:53 UTC

    this is the code, it is very simple.... now i am trying to force soap lite to use "document/literal" soap message

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } string result = "xxx"; private void SubmitBtn_Click(object sender, EventArgs e) { // SERVICE REFERENCE-SPECIFIC CODE MyService.FUNCTIONPortClient soapClient = new MyService.FUN +CTIONPortClient (); result = soapClient.test_query("test from c# ! "); // the first source code part......

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1084207]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found