Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Consuming 3rd Party Web Service - Proxy Generation Error

Former Member
0 Likes
650

Hi All,

I am trying to consume a third party Web Service in SE80 and get the below error while completing the steps to configure proxy class.

"Exception Occurred in Configuration Handler"

Uninstantiated object "new child subject" in method

IF_SRT_WSP_SUBJECT_SERVICE~CREATE_BINDING of class CL_SRT_WSP_SUBJECT_SERVICE

The same web service when I try to import in Java it is fine. Has anyone encountered this issue?

Note: I tried both using URL and also saving as local file and its the same error message.

Thanks,

Nagarajan.

The Question is still open.

Edited by: Nagarajan Kumarappan on Oct 10, 2011 9:40 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
578

Hi Nagarajan,

  do you have solved your problem? I've the same error message.

thanks,

  mauro

Hi All,

I am trying to consume a third party Web Service in SE80 and get the below error while completing the steps to configure proxy class.

"Exception Occurred in Configuration Handler"

Uninstantiated object "new child subject" in method

IF_SRT_WSP_SUBJECT_SERVICE~CREATE_BINDING of class CL_SRT_WSP_SUBJECT_SERVICE

The same web service when I try to import in Java it is fine. Has anyone encountered this issue?

Note: I tried both using URL and also saving as local file and its the same error message.

Thanks,

Nagarajan.

The Question is still open.

Edited by: Nagarajan Kumarappan on Oct 10, 2011 9:40 AM

3 REPLIES 3
Read only

Former Member
0 Likes
579

Hi Nagarajan,

  do you have solved your problem? I've the same error message.

thanks,

  mauro

Read only

0 Likes
578

The problem we had was with the web service itself. There were in multiple places we had few definitions repeated which caused the issue. Once we removed it we were good. Use altova xml free for 30 days to check your wsdl. It's great tool to identify issues.

Thanks and good luck !!!

Read only

0 Likes
578

I solved problem using SAP PI integration where WSDL document do not cause any problem.

thank you so much.