|
| Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
Source Error:
Line 43: "DataReceivePort/Operation_1",
RequestNamespace:="http://tempuri.org/", OneWay:=true,
Use:=System.Web.Services.Description.SoapBindingUse.Literal,
ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)>
_
Line 44: Public Sub Operation_1(ByVal part As customerInfo)
Line 45: Me.Invoke("Operation_1", New Object() {part})
Line 46: End Sub
Line 47:
Source File: C:\Temp\Testing\Web
References\TestingBTS_Proxy\Reference.vb Line: 45
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an
object.]
System.Web.Services.Protocols.SoapHeaderHandling.SetHeaderMembers(SoapHeaderCollection
headers, Object target, SoapHeaderMapping[] mappings,
SoapHeaderDirection direction, Boolean client)
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
Testing.TestingBTS_Proxy. TestingBTS_NewCustomerEvaluationOrchestr
ation_PublicWSCustomerDataReceivePort.Operation_1(customerInfo
part) in C:\Temp\Testing\Web
References\TestingBTS_Proxy\Reference.vb:45
Testing.WebForm1.Page_Load(Object sender, EventArgs e) in
C:\Temp\Testing\WebForm1.aspx.vb:76
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032
|
|