Click here to Skip to main content
15,899,026 members
Home / Discussions / Web Development
   

Web Development

 
QuestionServer Explorer not visible. Pin
mgr_2k712-Nov-07 16:56
mgr_2k712-Nov-07 16:56 
AnswerRe: Server Explorer not visible. Pin
Michael Sync12-Nov-07 18:15
Michael Sync12-Nov-07 18:15 
GeneralRe: Server Explorer not visible. Pin
mgr_2k712-Nov-07 23:30
mgr_2k712-Nov-07 23:30 
GeneralRe: Server Explorer not visible. Pin
Vasudevan Deepak Kumar13-Nov-07 20:58
Vasudevan Deepak Kumar13-Nov-07 20:58 
Questionweb services question Pin
jesarg12-Nov-07 9:47
jesarg12-Nov-07 9:47 
AnswerRe: web services question Pin
Laubi12-Nov-07 22:20
Laubi12-Nov-07 22:20 
GeneralRe: web services question Pin
jesarg13-Nov-07 5:40
jesarg13-Nov-07 5:40 
GeneralRe: web services question Pin
Laubi13-Nov-07 21:13
Laubi13-Nov-07 21:13 
Well yeah I had to deal with that several times but never had a problem with that.. Look at that simple code written in vbscript

Dim SoapClient<br />
Set SoapClient = CreateObject("MSSOAP.SoapClient") <br />
<br />
Call SoapClient.mssoapinit("http://127.0.0.1/bla?wsdl", "WebService", "SimpleWebServiceSoapPort")


there you can see that even when you use MSSOAP you're able to pass the name of the service, so no big deal unless you're using a client library that doesn't support passing the name of the service... I have worked with a lot of different soap clients and never seen one that doesn't allow me to pass the servicename...

Where exactly do you see the problem?
GeneralRe: web services question Pin
jesarg14-Nov-07 5:41
jesarg14-Nov-07 5:41 
QuestionDNS Cache ! Pin
AliAmjad12-Nov-07 8:26
AliAmjad12-Nov-07 8:26 
AnswerRe: DNS Cache ! Pin
Shog912-Nov-07 9:51
sitebuilderShog912-Nov-07 9:51 
GeneralRe: DNS Cache ! Pin
AliAmjad13-Nov-07 3:11
AliAmjad13-Nov-07 3:11 
GeneralRe: DNS Cache ! Pin
Shog913-Nov-07 5:28
sitebuilderShog913-Nov-07 5:28 
GeneralRe: DNS Cache ! Pin
Expert Coming14-Nov-07 20:34
Expert Coming14-Nov-07 20:34 
Questionreload web page proplem Pin
monafr8112-Nov-07 7:06
monafr8112-Nov-07 7:06 
AnswerRe: reload web page proplem Pin
Michael Sync12-Nov-07 14:45
Michael Sync12-Nov-07 14:45 
QuestionAccess client's message queue (MSMQ) from browser with .NET Pin
jenspa12-Nov-07 5:41
jenspa12-Nov-07 5:41 
Questionwebsetup Pin
anilkumar.chandaluru12-Nov-07 0:18
anilkumar.chandaluru12-Nov-07 0:18 
QuestionNested table cell div's width problem Pin
Eduard Keilholz11-Nov-07 22:35
Eduard Keilholz11-Nov-07 22:35 
AnswerRe: Nested table cell div's width problem [modified] Pin
Michael Sync12-Nov-07 1:48
Michael Sync12-Nov-07 1:48 
GeneralRe: Nested table cell div's width problem Pin
Eduard Keilholz12-Nov-07 2:55
Eduard Keilholz12-Nov-07 2:55 
GeneralRe: Nested table cell div's width problem Pin
Michael Sync12-Nov-07 4:50
Michael Sync12-Nov-07 4:50 
GeneralRe: Nested table cell div's width problem Pin
Eduard Keilholz12-Nov-07 10:30
Eduard Keilholz12-Nov-07 10:30 
GeneralRe: Nested table cell div's width problem Pin
Michael Sync12-Nov-07 14:42
Michael Sync12-Nov-07 14:42 
AnswerRe: Nested table cell div's width problem Pin
Shog912-Nov-07 7:15
sitebuilderShog912-Nov-07 7:15 

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.