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

Unknown attribute soapActionRequired: Is it supported?

Former Member
0 Likes
1,560

Hello,

I want to generate a proxy for a web service (over HTTPS) but I am getting the following error:

Illegal syntax: Element operation has unkown attribute soapActionRequired.

I have tried to generate the consumer proxy using both the URL and a local file.

When I use the URL I get the error message I described above and for some reason I get errors when I try to generate it by uploading a local file.

This is the URL I'm using: https://timbre02.facturaxion.net/CFDI.asmx?WSDL

Has anyone seen this error before? Is this operation's attribute supported by SAP?

I would certainly appreciate any advise you can provide.

Thank you!

Maria Sahukar

Hello,

I want to generate a proxy for a web service (over HTTPS) but I am getting the following error:

Illegal syntax: Element operation has unkown attribute soapActionRequired.

I have tried to generate the consumer proxy using both the URL and a local file.

When I use the URL I get the error message I described above and for some reason I get errors when I try to generate it by uploading a local file.

This is the URL I'm using: https://timbre02.facturaxion.net/CFDI.asmx?WSDL

Has anyone seen this error before? Is this operation's attribute supported by SAP?

I would certainly appreciate any advise you can provide.

Thank you!

Maria Sahukar

6 REPLIES 6
Read only

Former Member
0 Likes
1,474

Hello,

I did some tests and I believe it is not supported by SAP; at least not for Netweaver 7 EHP2 because I tried the same process with the same service on a Netweaver 7 EHP 1 system and it worked perfectly.

So anyway, I downloaded the file to my computer, deleted that attribute and uploaded the local file.

Maria

Read only

0 Likes
1,474

Hi Maria,

I am also facing the same issue with one of clients wsdl link,

I raised the thread below for your info

http://scn.sap.com/thread/3296542

how u come to know that which attribute have problem?

how I can correct it?

I am also have local file with me provided by 3rd party, how I can correct it ?

or is there any way to down load file from this WSDL link?

Thanks,

Vij Ind

Read only

0 Likes
1,474

Hello Vij Ind,

I was getting the same message you posted on your thread "illegal syntax : element operation has unknown attribute soapActionRequired" so I downloaded the file to see if there was an attribute called soapActionRequired and I did find it.

To correct it, I downloaded the file and deleted that attribute only; then uploaded the local file instead of getting the wsdl from the web service.

To download the file, just click on the link and it will display the WSDL, save it with that extension and edit the necessary lines to make it work.

Regards,

Maria Sahukar

Read only

0 Likes
1,474

Hi Maria valdes,

the syntax in file is as below

<wsdl:operation name="SubmitAsyncEx2">

      <soap12:operation soapAction="http://www.xyz.com/xyzserver/wsdl/SubmitAsyncEx2" style="document" soapActionRequired="true" />

so in this case shell I remove soapActionRequired="true" is enough or shell I need to remove from

<wsdl:operation name="SubmitAsyncEx2">.., please share me your idea..

Thanks,

VijInd

Read only

0 Likes
1,474

Hello,

You just need to remove soapActionRequired="true".

Regards,

Maria

Read only

0 Likes
1,474

Hello Maria,

I have removed the attribute and tried to create service consumer, but now getting different problem saying 'Proxy generation terminated: Message must have exactly one part',

I have attached the screen shots for reference, any idea which helps me further to move...?

Thanking you.

Reagrds,

Vij ind