2012 Dec 01 4:57 AM
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
2012 Dec 03 2:19 PM
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
2013 Jan 25 3:46 AM
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
2013 Jan 25 3:57 PM
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
2013 Jan 28 8:17 AM
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
2013 Jan 28 3:33 PM
Hello,
You just need to remove soapActionRequired="true".
Regards,
Maria
2013 Jan 30 8:57 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |