Note that there are some explanatory texts on larger screens.

plurals
  1. POC# winform in call Weblogic web service (Access denied to operation method)
    primarykey
    data
    text
    <p>Help pls :( my english very bad.I can not make further explanation.I can not make further explanation.I can not make further explanation.</p> <p>App.config</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;configuration&gt; &lt;configSections&gt; &lt;/configSections&gt; &lt;startup&gt; &lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /&gt; &lt;/startup&gt; &lt;system.net&gt; &lt;defaultProxy useDefaultCredentials="true" /&gt; &lt;/system.net&gt; &lt;system.serviceModel&gt; &lt;bindings&gt; &lt;basicHttpBinding&gt; &lt;binding name="XXTG_HR_ROUTING_WS_PUBPortBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxBufferSize="65536" maxReceivedMessageSize="65536" textEncoding="utf-8" transferMode="Buffered" messageEncoding="Text" &gt; &lt;readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /&gt; &lt;security mode="Transport"&gt; &lt;transport clientCredentialType="Basic" proxyCredentialType="None" realm="" /&gt; &lt;message clientCredentialType="UserName" algorithmSuite="Default" /&gt; &lt;/security&gt; &lt;/binding&gt; &lt;binding name="XXTG_HR_ROUTING_WS_PUBPortBinding1" /&gt; &lt;/basicHttpBinding&gt; &lt;/bindings&gt; &lt;client&gt; &lt;endpoint address="http://10.0.0.5:33021/xxtg_hr_routing_ws_pub/XXTG_HR_ROUTING_WS_PUB" binding="basicHttpBinding" bindingConfiguration="XXTG_HR_ROUTING_WS_PUBPortBinding1" contract="WS.XXTG_HR_ROUTING_WS_PUB" name="XXTG_HR_ROUTING_WS_PUBPort1" /&gt; &lt;/client&gt; &lt;/system.serviceModel&gt; &lt;/configuration&gt; </code></pre> <p>Form1.cs</p> <pre><code>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using WS_Data.WS; namespace WS_Data { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { WS.XXTG_HR_ROUTING_WS_PUBClient snn = new WS.XXTG_HR_ROUTING_WS_PUBClient(); var clientCredentials = snn.ClientCredentials; clientCredentials.UserName.UserName = "snnuser"; clientCredentials.UserName.Password = "snnpass"; string getsnn = snn.leave_resp_list("percode").ToString(); textBox1.Text = getsnn; } } } </code></pre> <p>Error : Access denied to operation leave_resp_list I use proxy</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload