Click here to Skip to main content
15,887,262 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Try Catch Pin
Richard MacCutchan30-Nov-12 23:49
mveRichard MacCutchan30-Nov-12 23:49 
AnswerRe: Try Catch Pin
AmitGajjar1-Dec-12 2:34
professionalAmitGajjar1-Dec-12 2:34 
GeneralRe: Try Catch Pin
Robert Bettinelli3-Dec-12 15:20
Robert Bettinelli3-Dec-12 15:20 
GeneralRe: Try Catch Pin
frostcox5-Dec-12 8:42
frostcox5-Dec-12 8:42 
AnswerRe: Try Catch Pin
CommDev8-Dec-12 22:28
CommDev8-Dec-12 22:28 
Questionbest way to send bulk SMS Pin
Jassim Rahma30-Nov-12 1:01
Jassim Rahma30-Nov-12 1:01 
Questionhow to preview a word file before you download it? Pin
blachsmith29-Nov-12 22:59
blachsmith29-Nov-12 22:59 
QuestionCreating WCF client proxy using svcutil.exe Pin
indian14329-Nov-12 9:14
indian14329-Nov-12 9:14 
Hi,

I had been given a WCF service endpoint for net.tcp and http binding both. I want to generate proxy for this wcf service. But when I am running the svcutil from VS command prompt as administrator, it is giving me the below errors.

When I run the
C:\Windows\system32>svcutil.exe /language:vb /out:D:\WSDLRepository-Proxy\DocRetrieveService\DocRetrieveService.vb /config:D:\source\SourceCode\StayatWork-VS2010\BusinessLogicLayer\app.config http://xxxxxxtumecr21:8000/FilenetDocRetrieve/DocRetrieveService?wsdl
command

I am getting the below error

WS-Metadata Exchange Error
    URI: http://xxxxxtumecr21:8000/FilenetDocRetrieve/DocRetrieveService?wsdl

    Metadata contains a reference that cannot be resolved: 'http://lnidaptumecr21:8000/FilenetDocRetrieve/DocRetrieveService?wsdl'.

    <?xml version="1.0" encoding="utf-16"?><Fault xmlns="http://www.w3.org/2003/05/soap-envelope"><Code><Value>Sender</Value><Subcode><Value xmlns:a="http://www.w3.org/2005/08/addressing">a:ActionNotSupported</Value></Subcode></Code><Reason><Text xml:lang="en-US">The message with Action 'http://schemas.xmlsoap.org/ws/2004/09/transfer/Get' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</Text></Reason></Fault>


HTTP GET Error
    URI: http://xxxxxtumecr21:8000/FilenetDocRetrieve/DocRetrieveService?wsdl

    The document was understood, but it could not be processed.
  - The WSDL document contains links that could not be resolved.
  - There was an error downloading 'http://localhost:8000/FilenetDocRetrieve/DocRetrieveService?wsdl=wsdl0'.
  - Unable to connect to the remote server
  - No connection could be made because the target machine actively refused it 127.0.0.1:8000

If you would like more help, type "svcutil /?" 


But when I run the
svcutil.exe /language:vb /out:D:\WSDLRepository-Proxy\DocRetrieveService\DocRetrieveService.vb /config:D:\source\SourceCode\StayatWork-VS2010\BusinessLogicLayer\app.config http://lnidaptumecr21:8000/FilenetDocRetrieve/DocRetrieveService?wsdl
Command 

I am getting the following error

Error: An error occurred in the tool.

Error: The given path's format is not supported.


Can anybody please help me in resolving it, I want to generate a proxy for my wcf clinet without using add service reference.
Because I dont want to make my client environment dependant. Any link or any kind help is great. Its urgent please help me.
Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA


modified 29-Nov-12 19:33pm.

AnswerRe: Creating WCF client proxy using svcutil.exe Pin
AmitGajjar3-Dec-12 18:22
professionalAmitGajjar3-Dec-12 18:22 
QuestionCredit Card Processing using Paypal Pin
Rameez Raja28-Nov-12 21:15
Rameez Raja28-Nov-12 21:15 
AnswerRe: Credit Card Processing using Paypal Pin
Richard MacCutchan28-Nov-12 23:37
mveRichard MacCutchan28-Nov-12 23:37 
QuestionWeb Application Pin
jojoba201128-Nov-12 20:39
jojoba201128-Nov-12 20:39 
Questioniss problem in windoms xp Pin
ramukdin28-Nov-12 20:11
professionalramukdin28-Nov-12 20:11 
SuggestionRe: iss problem in windoms xp Pin
Richard MacCutchan28-Nov-12 23:36
mveRichard MacCutchan28-Nov-12 23:36 
Questioncontrols in ASP.Net Pin
vani1028-Nov-12 8:28
vani1028-Nov-12 8:28 
AnswerRe: controls in ASP.Net Pin
jkirkerx28-Nov-12 12:11
professionaljkirkerx28-Nov-12 12:11 
AnswerRe: controls in ASP.Net Pin
R. Giskard Reventlov28-Nov-12 12:21
R. Giskard Reventlov28-Nov-12 12:21 
AnswerRe: controls in ASP.Net Pin
CommDev8-Dec-12 22:32
CommDev8-Dec-12 22:32 
QuestionMicrosoft Office Excel cannot access the file Pin
umamahesh202027-Nov-12 23:52
umamahesh202027-Nov-12 23:52 
QuestionhttpModule Type Language Module will not load in Visual Studio debugger Pin
Raimundo2a27-Nov-12 22:50
Raimundo2a27-Nov-12 22:50 
AnswerRe: httpModule Type Language Module will not load in Visual Studio debugger Pin
Richard MacCutchan28-Nov-12 0:10
mveRichard MacCutchan28-Nov-12 0:10 
GeneralRe: httpModule Type Language Module will not load in Visual Studio debugger Pin
Raimundo2a28-Nov-12 4:16
Raimundo2a28-Nov-12 4:16 
QuestionException: System.ServiceModel.ProtocolException: The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8) Pin
indian14327-Nov-12 13:35
indian14327-Nov-12 13:35 
AnswerRe: Exception: System.ServiceModel.ProtocolException: The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8) Pin
jkirkerx28-Nov-12 16:55
professionaljkirkerx28-Nov-12 16:55 
GeneralRe: Exception: System.ServiceModel.ProtocolException: The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8) Pin
indian14329-Nov-12 7:46
indian14329-Nov-12 7:46 

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.