Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Consuming webservices Pin
Ali Al Omairi(Abu AlHassan)17-Feb-12 8:14
professionalAli Al Omairi(Abu AlHassan)17-Feb-12 8:14 
AnswerRe: Consuming webservices Pin
sund7wells21-Feb-12 1:24
sund7wells21-Feb-12 1:24 
QuestionTransport Layer Security enabled in email Pin
padmanabhan N15-Feb-12 23:05
padmanabhan N15-Feb-12 23:05 
QuestionSave aspx page with html tags Pin
vanikanc15-Feb-12 4:25
vanikanc15-Feb-12 4:25 
AnswerRe: Save aspx page with html tags Pin
R. Giskard Reventlov15-Feb-12 4:49
R. Giskard Reventlov15-Feb-12 4:49 
AnswerRe: Save aspx page with html tags Pin
Bernhard Hiller15-Feb-12 20:36
Bernhard Hiller15-Feb-12 20:36 
AnswerRe: Save aspx page with html tags Pin
amargujrathi200619-Feb-12 8:23
amargujrathi200619-Feb-12 8:23 
QuestionContent Type Error when trying to access Java Web Server Pin
paas15-Feb-12 2:32
paas15-Feb-12 2:32 
I am trying to access a Java web service from an ASP.NET application written under Visual Studio 2010. If I just try to retrieve the WSDL using the URL (modified for security) below I receive the error that follows.

http://PathToWebService/ServiceName?WSDL

XML
<error>
     <description>Unable to generate WSDL 1.1 for this service</description>
     <reason>If you wish Axis2 to automatically generate the WSDL 1.1, then please set useOriginalwsdl as false in your services.xml</reason>
  </error>


If I try to add a service reference for the URL I receive the error at the bottom of this message. Does anyone happen to know what I might be able to try on the ASP.NET end to resolve this issue?

Thanks...

XML
There was an error downloading 'http://PathToWebService/ServiceName'.
The request failed with the error message:
--
--MIMEBoundaryurn_uuid_7831B404AE7996BD4D1329310360131
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml"
Content-Transfer-Encoding: binary
Content-ID: <0.urn:uuid:7831B404AE7996BD4D1329310360132@apache.org>

<soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Text xml:lang="en-US">The endpoint reference (EPR) for the Operation not found is /ServiceName and the WSA Action = null</soapenv:Text></soapenv:Reason>
--MIMEBoundaryurn_uuid_7831B404AE7996BD4D1329310360131--
--.
Metadata contains a reference that cannot be resolved: 'http://PathToWebService/ServiceName'.
The content type multipart/related; boundary=MIMEBoundaryurn_uuid_7831B404AE7996BD4D1329310361638; type="application/xop+xml"; start="<0.urn:uuid:7831B404AE7996BD4D1329310361639@apache.org>"; start-info="application/soap+xml"; action="http://www.w3.org/2005/08/addressing/fault" of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '--MIMEBoundaryurn_uuid_7831B404AE7996BD4D1329310361638
Content-Type: application/xop+xml; charset=utf-8; type="application/soap+xml"
Content-Transfer-Encoding: binary
Content-ID: <0.urn:uuid:7831B404AE7996BD4D1329310361639@apache.org>

<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action><wsa:RelatesTo>urn:uuid:84d945e1-b9fc-4390-9626-02fd9dd40575</wsa:RelatesTo></soapenv:Header><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value><soapenv:Subcode><soapenv:Value xmlns:wsa="http://www.w3.org/2005/08/addressing">wsa:ActionNotSupported</soapenv:Value></soapenv:Subcode></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en-US">The [action] cannot be processed at the receiver.</soapenv:Text></soapenv:Reason><soapenv:Detail><wsa:ProblemAction xmlns:wsa="http://www.w3.org/2005/08/addres'.
The remote server returned an error: (500) Internal Server Error.
If the service is defined in the current solution, try building the solution and adding the service reference again.

QuestionDal in asp.net(c#) Pin
tayyabvohra15-Feb-12 1:08
tayyabvohra15-Feb-12 1:08 
AnswerRe: Dal in asp.net(c#) Pin
uspatel15-Feb-12 1:27
professionaluspatel15-Feb-12 1:27 
AnswerRe: Dal in asp.net(c#) Pin
Rahul Rajat Singh15-Feb-12 20:22
professionalRahul Rajat Singh15-Feb-12 20:22 
QuestionJQuery with DataList Pin
uspatel14-Feb-12 22:00
professionaluspatel14-Feb-12 22:00 
AnswerRe: JQuery with DataList Pin
Ali Al Omairi(Abu AlHassan)15-Feb-12 23:06
professionalAli Al Omairi(Abu AlHassan)15-Feb-12 23:06 
QuestionSending mail using SMTP Pin
Elizabeth Rani14-Feb-12 19:34
Elizabeth Rani14-Feb-12 19:34 
AnswerRe: Sending mail using SMTP Pin
Bernhard Hiller14-Feb-12 21:05
Bernhard Hiller14-Feb-12 21:05 
GeneralRe: Sending mail using SMTP Pin
Elizabeth Rani14-Feb-12 21:56
Elizabeth Rani14-Feb-12 21:56 
AnswerRe: Sending mail using SMTP Pin
antish120-Feb-12 6:02
antish120-Feb-12 6:02 
QuestionWCF on IIS 6 Pin
Satish_S14-Feb-12 19:06
Satish_S14-Feb-12 19:06 
AnswerRe: WCF on IIS 6 Pin
Keith Barrow14-Feb-12 21:38
professionalKeith Barrow14-Feb-12 21:38 
GeneralRe: WCF on IIS 6 Pin
Satish_S14-Feb-12 23:43
Satish_S14-Feb-12 23:43 
Questionproblem with building an image webservice Pin
kareem olamilekan14-Feb-12 16:07
kareem olamilekan14-Feb-12 16:07 
AnswerRe: problem with building an image webservice Pin
Bernhard Hiller14-Feb-12 21:08
Bernhard Hiller14-Feb-12 21:08 
GeneralRe: problem with building an image webservice Pin
kareem olamilekan15-Feb-12 4:39
kareem olamilekan15-Feb-12 4:39 
QuestionHow to get INPUT value with this ENCTYPE="multipart/form-data" Pin
hifiger200414-Feb-12 0:46
hifiger200414-Feb-12 0:46 
Questionwithdraw money from PayPal Pin
farogh haider14-Feb-12 0:39
farogh haider14-Feb-12 0:39 

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.