Copy link to clipboard
Copied
I am trying to setup a web service and I am getting the following error....
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Caught exception while handling request: unexpected null
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:Caught exception while handling request: unexpected null
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerce... ''
Here is the web service I am attempting to use...
http://erpintsrv1-dc-aus:7777/ebsUserValidation/ebsUserValidationSoapHttpPort?WSDL
It is an Oracle web service that simply validates a login. I attempted to add this web service in the CF admin and it will not let me. I receive the following error...
Error creating web service. Please ensure that you have entered a correct Web Service name or URL.
I confirmed that it does not require a user name/password. Has anyone run ionto this before?
Copy link to clipboard
Copied
Figured out the issue. While I could use a browser to bring up the WSDL with no issues, when I RDP'd into the server, it could not. Once we had the access issue fixed, it worked like a charm.
~Clay