Hi Himanshu,
Did you solve this.
I am trying to expose a SOAP webservice in V6..
I got it partially working in 5.9 and when I hit http://mydomain.com/AwareIM/services?wsdl I get
And now... Some Services
wsprovider (wsdl)
GeneratePassword
DiscoverServices (wsdl)
getWSDLUrl
AdminService (wsdl)
AdminService
Version (wsdl)
getVersion
The DiscoverServices is ok, hetWSDLUrl is ok, AdminService is ok, Version is ok..... obviously these are automatically generated. But GeneratePassword (which is simply a FIND CalculatedResult process) returns...
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - Attempted to write schema for bad QName (no namespace) : IncomingParameters
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.generalException
faultSubcode:
faultString: Attempted to write schema for bad QName (no namespace) : IncomingParameters
faultActor:
faultNode:
faultDetail:
In V6 when I hot http://mydomain.com/AwareIM/services?wsdl I get...
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Exception - java.lang.NullPointerException
Am lost here.
I thought it was because was trying to pass parameters so I stripped that out and now only return a string. Still no go.
Any small bsv example here would be appreciated. Even if someone can confirm that exposing a SOAP webservice actually works in V6 it would be appreciated.