I am trying consume a service (provider) developed in c#. I have got the wsdl from provider and created the web servce consumer web service descriptor.
I am trying to post a request with required inputs using web service conector, and getting soap fault. soap:Faultsoap:ServerSystem.Web.Services.Protocols.SoapException: Server was unable to process request. —> System.NullReferenceException: Object reference not set to an instance of an object. at Allegro.DsHelper.SetSqlTracing(DataSet ds, Boolean tracing)at Allegro.Credit.WS.CreditAnalysisWS._RetrieveCreditAnalysis(CreditAnalysisDS creditAnalysisDS, String tableNames, DateTime Valuationtime, SelectCriteria criteria, String currency, String creditformat, String creditsimulation)
at Allegro.Credit.WS.CreditAnalysisWS.RetrieveCreditAnalysis(CreditAnalysisDS creditAnalysisDS, String tableNames, DateTime Valuationtime, SelectCriteria criteria, String currency, String creditformat, String creditsimulation)
— End of inner exception stack trace —</soap:Fault>
If i send a request from SOAP UI also getting the same saop fault, but the service provider saying that this is working with .NET client code properly with same input.
I attached the wsdl adn working .NET client generated soap request sample.
Lokking at the working sample schema added in line with soap request , i did not understand this .
Can anybody help on this.?
Please see the attached documents.
If you are getting the same results from Developer/soap UI then some thing is not working as expected on the server side (.net app)…Did they check more in the app logs and see whats going on?
What is your IS version and any latest web services fixes installed?
IS Version 7.1.2 and fixes IS_7-1-2_Core_Fix10
IS_7-1-2_SrvPrtcl_Fix8
IS_7-1-2_WebSvcsXML_Fix8
IS_7-1-2_Flow_Fix2
IS_7.1.2_Core_Fix25
IS_7.1.2_SrvPrtcl_Fix21
IS_7.1.2_WebSvcsXML_Fix19
IS_7.1.2_Flow_Fix7
IS_7.1.2_PubSub_Fix7
IS_7.1.2_Core_Fix31
I was told that there is no logging/monitoring facility available right now at Service (.NET App) side.
ISS.0092.9001 InvalidRegex: Pattern value ‘({[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}})’ is not a valid regular expression. The reported error was: ‘Unexpected meta character.’. [null]
Not Sure and never seen these errors earlier. Any idea to fix this