Tagged Questions

1
vote
6answers
978 views

Why do my WCF service returning a FaultException, time out after 10 calls?

I have a WCF service that sometimes has to return a Fault. For some reason, the calls to my service begins to time out with the following error: "The request channel timed out whil …
0
votes
0answers
75 views

cannot find dispatch method - Axis 1.4 SOAP Web service

I am using Apache Axis 1.4 and Netbeans 6.5 to develop and test a SOAP Web service and client. I generated the Java classes from the WSDL (see attachment). It builds and deploys w …
1
vote
1answer
61 views

Paging from a remote share

Let's say that I have an application running on Windows XP that is "launched" from a mapped network drive. When a page fault is triggered by the execution of this application and …
1
vote
1answer
28 views

How should I compensate for a bad WSDL?

I've come across several examples of SOAP-based web services where automated tooling fails to build a client that works. Investigating these examples leads me to believe that the …
0
votes
2answers
212 views

JAX-WS Exception

How to assign the fault field of the SOAPFaultException on the server side?
0
votes
2answers
71 views

Service Faulted State

Where is the MyDefinedFault class. how to define this class.
2
votes
3answers
79 views

Fault Diagnostic Process

Has anyone created or seen a good fault diagnostic procedure for a web based solutions that an Operations team could use to do diagnostic and support with? The solution is based o …
1
vote
3answers
405 views

python web-services: returning a fault from the server using ZSI

I'm interested in writing a python client for a web-service, and for testing purposes it would be very interesting also to have a simple stub server. I'm using python 2.3, and ZSI …
4
votes
3answers
284 views

Determine whether memory location is in CPU cache.

It is possible for an operating system to determine whether a page of memory is in DRAM or in swap; for example, simply try to access it and if a page fault occurs, it wasn't. How …
0
votes
1answer
554 views

svcutil soap fault namespace problem

I'm generating client side web service code using svcutil. The wsdl contract I'm using contains a soap fault. When the code is generated the fault seems to be wrapped in the name …
0
votes
5answers
2k views

flex webservice fault : HTTP request error

Hi Guys, Im using Flex 3 and the WebService component. I started getting the following fault HTTP request error when making a call to service method. This error only showed up …
0
votes
0answers
259 views

gsoap fault processing - sending application specific exceptions

Hello GSoap community! My application is crashing when I am sending application specific fault details. Here's how my SOAP_ENV__Detail looks like - struct SOAP_ENV__Detail { pu …