Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cannot perform web service invocation

New Here ,
Mar 24, 2011 Mar 24, 2011

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?

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 25, 2011 Mar 25, 2011
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources