| subhrapan 2005-11-09, 7:48 am |
| Hi ,
I have created a fault web service according to w3 standards in the
following way.
[SoapService"http://internet.com/cablemodem/provisioning/2005/11/01")]
public class CableModemFaultService : SoapService
{
[SoapMethod("SendFault")]
public void SendFault(SoapEnvelope envelope)
{}
}
I have to call this web service through Biztalk adapter for WSE.
When I try to download the WSDL in the biztalk orchestration by doing
a add generated items and select the wse option and then give
reference to this web service then it faces an error "Cannot download
the WSDL".
Is there any way by which fault web service written according to w3
standards can be called through the biztalk wse adapter.
Please note that if this was a normal web method then there was no
problem in doing the method call.
I am really struck due to this. If somebody could help me out it would
be great.
If possible plz reply at subhra.pan@in.ibm.com
|