Click here to Skip to main content
15,909,205 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: change attribute property values Pin
urbane.tiger4-May-07 15:36
urbane.tiger4-May-07 15:36 
QuestionMachine.config setting for firewall changes Pin
tom groezer1-May-07 21:24
tom groezer1-May-07 21:24 
AnswerRe: Machine.config setting for firewall changes Pin
Paul Conrad14-Jul-07 6:49
professionalPaul Conrad14-Jul-07 6:49 
QuestionMachine.config setting for firewall changes Pin
tom groezer1-May-07 21:24
tom groezer1-May-07 21:24 
Questionnew to .NET Pin
Sunshine Always1-May-07 20:03
Sunshine Always1-May-07 20:03 
AnswerRe: new to .NET Pin
Blumen3-May-07 23:17
Blumen3-May-07 23:17 
QuestionWhich OR/M Tool do you prefer Pin
MartyPitt1-May-07 13:58
MartyPitt1-May-07 13:58 
AnswerRe: Which OR/M Tool do you prefer Pin
Pete O'Hanlon1-May-07 22:50
mvePete O'Hanlon1-May-07 22:50 
QuestionSelecting comms in C# Pin
xlthim1-May-07 5:35
xlthim1-May-07 5:35 
QuestionWhere can I find... Pin
Mark0630-Apr-07 0:18
Mark0630-Apr-07 0:18 
AnswerRe: Where can I find... Pin
George L. Jackson30-Apr-07 16:34
George L. Jackson30-Apr-07 16:34 
AnswerRe: Where can I find... Pin
Brady Kelly1-May-07 10:15
Brady Kelly1-May-07 10:15 
QuestionChange textbox on reportviewer Pin
FrankBoonen30-Apr-07 0:07
FrankBoonen30-Apr-07 0:07 
Question302 Redirect - Double Get Pin
Tristan Rhodes29-Apr-07 23:54
Tristan Rhodes29-Apr-07 23:54 
QuestionStrange Problem With Windows Forms In VB.NET Pin
unix_blues29-Apr-07 20:58
unix_blues29-Apr-07 20:58 
QuestionGetting strange error when running a simple remoting app on Vista Pin
consolejoker28-Apr-07 6:54
consolejoker28-Apr-07 6:54 
QuestionDelay in startup time using binding objects Pin
sailchris2228-Apr-07 3:19
sailchris2228-Apr-07 3:19 
QuestionNull Reference Exception in C#.NET Pin
I.explore.code27-Apr-07 22:48
I.explore.code27-Apr-07 22:48 
AnswerRe: Null Reference Exception in C#.NET Pin
Colin Angus Mackay27-Apr-07 22:59
Colin Angus Mackay27-Apr-07 22:59 
GeneralRe: Null Reference Exception in C#.NET Pin
I.explore.code28-Apr-07 7:20
I.explore.code28-Apr-07 7:20 
AnswerRe: Null Reference Exception in C#.NET Pin
Christian Graus27-Apr-07 23:12
protectorChristian Graus27-Apr-07 23:12 
AnswerRe: Null Reference Exception in C#.NET Pin
Brady Kelly27-Apr-07 23:42
Brady Kelly27-Apr-07 23:42 
GeneralRe: Null Reference Exception in C#.NET Pin
sarah_malik28-Apr-07 0:49
sarah_malik28-Apr-07 0:49 
QuestionWhere can I find .NET framework maps and ADO.NET class library maps? Pin
Slow Learner27-Apr-07 7:46
Slow Learner27-Apr-07 7:46 
QuestionWSDL in .NET 2.0 and VS2005 Pin
iltallman27-Apr-07 4:24
iltallman27-Apr-07 4:24 
Having problems connecting to a service which is supposed to by available. Can someone give some advice. Here is what I did:

1. Took existing "working" WSDL file from client and created .NET class using WSDL.exe

2. Within this new class
[this.Url = "http://204.131.177.150:80/soap/authRpc" ].
CTRL-Click on this link brings up XML exception below - should I expect this?

================= Exception =============================

- <soap-env:envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
- <soap-env:body>
- <soap-env:fault>
<faultcode>SOAP-ENV:Server
<faultstring>[ISS.0088.9112] An Exception was thrown in the server
<faultactor>http://schemas.xmlsoap.org/soap/actor/next/
- <detail xmlns:webm="http://www.webMethods.com/2001/10/soap/encoding">
- <webm:exception>
<webm:classname>java.lang.NullPointerException
<webm:message xml:lang="">





======================== END ==================================

3. Tried to use a function within this class but got a "The request failed with HTTP status 403: Service Error." message back from the request.

Questions:
A. Did I go through the process correctly?
B. Could this be a simple permissions thing at the server?
C. Is it an issue how the function was called? Format issues...
D. How do you resolve HTTP error?



Thanks

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.