I am stuck trying to extend SoapException in order to add two additional string attributes. I have a Web-Service method that should throw CustomSoapException derived from SoapException and I want to c
I have asimple WCF HTTP/SOAP web service, the service implementation looks something like this: public CustomResponse DoSomething(CustomRequest request)
I wrote the following service : namespace WebService1 { [WebService(Namespace = \"http://tempuri.org/\")]
im getting an unknown exception when doing a request to a webservice: axis2ns2:selectionFailure Anyone know what the problem is ?
this is my invoice table: Invoice Table: invoice_id creation_date due_date payment_date status enum(\'not paid\',\'paid\',\'expired\')