cancel
Showing results for 
Search instead for 
Did you mean: 

Create Client Using WSDL files

Former Member
0 Kudos

Hi All,

I've completed the following -

1. Created the scenario SOAP => XI => RFC

2. Using XI configuration , generated WSDL specifying the Message Interface which triggers the scenario in XI.

http://<serverhost>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<ServiceName>:<Channel Name>

3. Transported this WSDL to local directory

now when i retrive wsdl from XIServer to Create Client

it gives exception

and i didn't retrive WSDL files

so please help, i have WSDL file how to Create Client using WSDL file.

Thanks in advance...

regards

Bhaumik

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi,

>>3. Transported this WSDL to local directory

now when i retrive wsdl from XIServer to Create Client

it gives exception

I didn't get this... Can you explain

How are you planningto call the scenario?? (I mean the front end)

Regards

Suraj

Former Member
0 Kudos

Hi Suraj

My scenario is

JSP => SOAP( Adapter ) => XI => RFC = > SAP

1) JSP/ASP send data to XI through SOAP Adapter

In XI Server,

I define web services and got WSDL file,

Now I m using that WSDL file to Create Client

But at that time I got Exception like WSDL file not Download

So what should I do I don't know

Can you,please help me

Regards

Bhaumik

former_member187339
Active Contributor
0 Kudos

Hi,

>>Now I m using that WSDL file to Create Client

See from XI you can download the wsdl into your local system. This wsdl you are using in the JSP. But if it is giving error upon creation of CLient in JSP then it won't be related with XI.

Try testing your wsdl from XMLSPY or soap client and see whether your scenario is working or not.

Regards

Suraj

Former Member
0 Kudos

hi suraj

i will check with XMLSPY

but it gives Error Like :

HTTP Error : Could not Post

http://xiserver:8000/XISOAPAdapter/MessageServlet?channel=:BS_SoapToRFC:SOAPtoXI&version=3.0&Sender....

on xiserver (500)

regards

Bhaumik

former_member187339
Active Contributor
0 Kudos

Hi,

Port shld be J2ee port.... I think you are using ABAP port (8000)... Change that and try....

Regards

Suraj

Former Member
0 Kudos

Hi bhaumik

I had the same error message "HTTP Error: Could not Post..".

Try the Oxygen xml editor. I think it will work with it.

Give me feedback, please.

http://www.oxygenxml.com/

Regards,

Go:khan

Former Member
0 Kudos

hi

now i m using XMLSPY software and solved my problem,

thanks to Suraj who is solved my problem

now i want to JSP Pages and use that WSDL any body now how to do it

regards

BHaumik