Click here to Skip to main content
15,888,610 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web programming Books Pin
jamest8510-Feb-06 10:19
jamest8510-Feb-06 10:19 
QuestionKnowing Ip address and country of client Pin
idreesbadshah8-Feb-06 6:43
idreesbadshah8-Feb-06 6:43 
AnswerRe: Knowing Ip address and country of client Pin
Pete Madden9-Feb-06 16:30
Pete Madden9-Feb-06 16:30 
GeneralRe: Knowing Ip address and country of client Pin
perlmunger10-Feb-06 12:21
perlmunger10-Feb-06 12:21 
QuestionCSS overflow: auto not producing horiz bar Pin
bjsiders8-Feb-06 6:01
bjsiders8-Feb-06 6:01 
AnswerRe: CSS overflow: auto not producing horiz bar Pin
Shog98-Feb-06 12:31
sitebuilderShog98-Feb-06 12:31 
GeneralRe: CSS overflow: auto not producing horiz bar Pin
bjsiders13-Feb-06 6:22
bjsiders13-Feb-06 6:22 
QuestionSOAP Pin
MrChefman7-Feb-06 23:22
MrChefman7-Feb-06 23:22 
I try to create a simple Client-Server architecture with SOAP-communication. Although the function is set up in the corresponding wsdl-file, I always get an error-response. Why?

Thsi ist the response:
...
<soap-env:fault>
<faultcode>SOAP-ENV:Server
<faultstring>WSDLReader:The operation requested in the Soap message with soapAction http://tempuri.org/DocSample1/action/Sample1.AddNumbers isn't defined in the WSDL file. This may be because it is in the wrong namespace or has incorrect case
- <detail>
- <mserror:errorinfo xmlns:mserror="http://schemas.microsoft.com/soap-toolkit/faultdetail/error/">
<mserror:returncode>-2147467259 : Unbekannter Fehler
- <mserror:servererrorinfo>
<mserror:description>WSDLReader:The operation requested in the Soap message with soapAction http://tempuri.org/DocSample1/action/Sample1.AddNumbers isn't defined in the WSDL file. This may be because it is in the wrong namespace or has incorrect case HRESULT=0x80004005: Unbekannter Fehler - Server:An unanticipated error occurred during the processing of this request. HRESULT=0x80004005: Unbekannter Fehler
<mserror:source>WSDLReader

- <mserror:callstack>
- <mserror:callelement>
<mserror:component>WSDLReader
<mserror:description>The operation requested in the Soap message with soapAction http://tempuri.org/DocSample1/action/Sample1.AddNumbers isn't defined in the WSDL file. This may be because it is in the wrong namespace or has incorrect case
<mserror:returncode>-2147467259 : Unbekannter Fehler



and here is the wsdl-file:
<message name="DLL.AddNumbersResponse">
<part name="Result" type="xsd:double">

...
<operation name="AddNumbers" parameterorder="NumberOne NumberTwo">



...
<binding name="DLLSoapBinding" type="wsdlns:DLLSoapPort">

<stk:binding preferredencoding="UTF-8">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http">

<operation name="AddNumbers">
<soap:operation soapaction="http://tempuri.org/DocSample1/action/DLL.AddNumbers">

<soap:body
use="encoded"
="" namespace="http://tempuri.org/DocSample1/message/" encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" parts="NumberOne NumberTwo">


<soap:body
use="encoded"
="" namespace="http://tempuri.org/DocSample1/message/" encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" parts="Result">


...
QuestionCrystal + ASP Pin
Rajkamal_dfine7-Feb-06 21:43
Rajkamal_dfine7-Feb-06 21:43 
AnswerRe: Crystal + ASP Pin
VMSSanthosh7-Feb-06 22:19
VMSSanthosh7-Feb-06 22:19 
GeneralRe: Crystal + ASP Pin
Rajkamal_dfine8-Feb-06 17:22
Rajkamal_dfine8-Feb-06 17:22 
AnswerRe: Crystal + ASP Pin
darkelv11-Feb-06 15:26
darkelv11-Feb-06 15:26 
QuestionPostback / database query / asp nightmare Pin
TofuBug247-Feb-06 11:38
TofuBug247-Feb-06 11:38 
AnswerRe: Postback / database query / asp nightmare Pin
Edbert P7-Feb-06 12:49
Edbert P7-Feb-06 12:49 
AnswerRe: Postback / database query / asp nightmare Pin
Guffa7-Feb-06 13:28
Guffa7-Feb-06 13:28 
QuestionForm button minimum width Pin
Bruce Duncan7-Feb-06 9:06
Bruce Duncan7-Feb-06 9:06 
GeneralRe: Form button minimum width Pin
Bruce Duncan8-Feb-06 7:01
Bruce Duncan8-Feb-06 7:01 
QuestionAutomatic Generation of Image Maps Pin
Kevin McFarlane7-Feb-06 5:04
Kevin McFarlane7-Feb-06 5:04 
AnswerRe: Automatic Generation of Image Maps Pin
VMSSanthosh7-Feb-06 23:00
VMSSanthosh7-Feb-06 23:00 
QuestionWeb services shares common data objects Pin
Lkotzer7-Feb-06 3:01
Lkotzer7-Feb-06 3:01 
QuestionConnection Strings Pin
Illegal Operation7-Feb-06 2:58
Illegal Operation7-Feb-06 2:58 
GeneralRe: Connection Strings Pin
Guffa7-Feb-06 8:32
Guffa7-Feb-06 8:32 
QuestionHow can i get a machine name using client side scripting like java script? Pin
mbilal_ishaq6-Feb-06 23:34
mbilal_ishaq6-Feb-06 23:34 
QuestionWhy can't I make an addition properly? Pin
Cursed Feanor6-Feb-06 5:04
Cursed Feanor6-Feb-06 5:04 
AnswerRe: Why can't I make an addition properly? Pin
Guffa6-Feb-06 9:56
Guffa6-Feb-06 9:56 

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.