cancel
Showing results for 
Search instead for 
Did you mean: 

System.Web.Services.Protocols.SoapException: CX_INVALID_TRANSFORMATION

Former Member
0 Kudos

Hi all,

i have a problem with a service.

In the "old" systems WITHOUT Soamanager the service works fine.

Now the service throws the following exception:

System.Web.Services.Protocols.SoapException: CX_INVALID_TRANSFORMATION:An exception with the type CX_INVALID_TRANSFORMATION occurred, but was neither handled locally, nor declared in a RAISING clause.The transformation /1BCDWB/WSS0071002102836497005 could not be executed at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at C9X.ZWS_PASSWORD.ZUResetSapPassword(ZUResetSapPassword ZUResetSapPassword1) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ajaxenabledwebsite1\155921d1\5360ddf9\App_WebReferences.mlueh3hc.4.cs:line 49 at _Default.ResetUserPasswd(String sapUserName, String eMail, String sapLanguage, String sapSystem) in c:\AJAXEnabledWebSite1\Default.aspx.cs:line 326

I have configured the logical port in soamanager and i can't find the error....

Any ideas?

regards

Accepted Solutions (0)

Answers (6)

Answers (6)

0 Kudos

Hi

Please check note 1390832 for this issue.

There are manual steps to do as well.

I managed to fix my issue with this report

François

Former Member
0 Kudos

I realize this is an old thread, but I ran into this and there isn't a good answer anywhere I could find.

The easiest way to fix this is to run transaction STRANS (Edit Transformation). Then enter the number causing the problem. It'll look like /1BCDWB/WSS0071130202913262000 (you'll see it in the error). Edit, save active and then it worked for me.

Another way is to copy and paste the function into a new function and recreate through the wizard.

Former Member
0 Kudos

Hi David/Schutz,

How do you solve this issue?

I'm facing the same issue here and can't find any notes about it

Regards,

Former Member
0 Kudos

I have created a new service from the function module... This service was then running successfully...

David-Broughton
Explorer
0 Kudos

Wolfgang,

we just upgraded from ECC 5 to ECC 6. Our web services that run fine on ECC 5 are now giving the error you describe in your original e-mail (CX_INVALID_TRANSFORMATION).

Did you ultimately decide just to to write a new service? Did you ever determine the cause of the error / come up with an alternate solution?

Thanks,

David

Chris_Schutz
Active Participant
0 Kudos

David ,

Did you solve our problem and can share the solution .

We have the same problem as part of the ECC 5.0 to ECC 6.0 upgrade .

Thank you .

Former Member
0 Kudos

Hi

Check the discusstion at this thread for CX_INVALID_TRANSFORMATION

Regards

Abhishek

Former Member
0 Kudos

Hi

Check SAP Note 701467 for error CX_INVALID_TRANSFORMATION

SAP Note 773330 Incorrect exception for CALL TRANSFORMATION

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_aba/~...

Refer this link too

may get some help

Regds

Nidhi

Former Member
0 Kudos

Hi,

thanks.

The OSS-Notes are too old....

The error occurs if i trigger the service.

Other ideas?

regards