Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
205 views

How to analyze “the handshake failed due to an unexpected packet format ” inner exception

I send some data to a web service. But the web service returns a soap exception which has the "handshake failed due to an unexpected packet format" inner exception. How can I know which packet is ...
1
vote
2answers
386 views

WCF HTTP/SOAP Webservice - Returning exception message in faults

I have asimple WCF HTTP/SOAP web service, the service implementation looks something like this: public CustomResponse DoSomething(CustomRequest request) { try { return ...
1
vote
0answers
383 views

SAP Webservice Client - Deserialization failed

I've created a simple Net WebSvc Client which receives an up to date reference of a Sap WebSvc. It expects a String, and four elements sent by reference: three arrays of custom objects and another ...
0
votes
0answers
16 views

ELMAH - Capture SoapExceptions details

We currently have ELMAH implemented in our application, here is a sample (3rd line): Catch ex As System.Exception ws.Abort() Elmah.ErrorLog.GetDefault(HttpContext.Current).Log(New ...
0
votes
0answers
197 views

javax.xml.soap.SOAPException: Unsupported content type: text/html; charset=UTF-8

I try to implement a web service with maven inside eclipse. I use apache cxf 2.0.10 to create the service. In addition i deploy my service on jboss 5.1.GA. Finally i create a client again using cxf ...
0
votes
1answer
53 views

SoapException In Web Service

I have a tab control. 1st tab has a grid, one of the columns is a checkbox. The user selects it and clicks "Next" under the tab, then goes to next tab. I'm using a web reference to get the values. ...
0
votes
5answers
1k views

Catching a SoapException thrown by a webService

I wrote the following service : namespace WebService1 { [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] ...
0
votes
1answer
149 views

SOAP exception : axis2ns2:selectionFailure

im getting an unknown exception when doing a request to a webservice: axis2ns2:selectionFailure Anyone know what the problem is ? Edit: detailed error: ...
0
votes
1answer
104 views

'Cast object of type' error - resolved by IIS recycle

3rd party ASP.Net web site and web service installed. The code appears not to log errors to server log or custom error log. User receives the following critical untrapped error message: ...
0
votes
1answer
87 views

Debug SoapExceptions from CRM

When a SoapException is issued by a CRM (4.0) web service. Is there anywhere in CRM you can get more details on the exception? Is there a configuration that I can change to load the details of the ...
0
votes
3answers
1k views

show webservice soapexception response in the client in ASP.NET

I am trying to make a Test Webservice and throw a SoapException. But when I open the service through browser, it shows Internal server error - 500. If i try to consume it manually by sending a ...
0
votes
3answers
1k views

How do I debug mangled soap requests?

Lately, we've been seeing exceptions like this in our .NET (.asmx) webservices: System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> ...