cancel
Showing results for 
Search instead for 
Did you mean: 

Test http_aae adapter

Former Member
0 Kudos

I want to test http_aae adapter fpr a scenario. Is there possibble to send messages from soap ui.

is there any software that i can download and use to send messages to http-aae adapter?

Also are there arny free webpagres available online for me to test http_aae receiver adapter? I have another scenario where I need to use http_aae at receiver side

Accepted Solutions (1)

Accepted Solutions (1)

vicky20691
Active Contributor
0 Kudos

Hi Midhun,

Follow the awesome way posted by

http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/05/10/pi-730-http-java-adapter-test-too...

If you manage to create the URL as suggested, you will be able to test it with soap ui.

Note- you can't generate a WSDL url with endpoints like we do for soap adapter, it is only possible for SOAP and WS adapters.

regards,

Vikas

Former Member
0 Kudos

so should i configure it as a new soap project and then give the same url?

its asking me to import the wsdl, and i don't have wsdl

vicky20691
Active Contributor
0 Kudos

Hi Midhun.

Don't create a soap project. As i said you can't have a wsdl for this. Just create a normal project and then follow william's blog for getting the URL to your HTTP adapter.

I do not think SOAP UI is a good idea to test HTTP scenario if you are doing it just for test purpose. It has to be some kind of HTTP form/Query to submit the HTTP query to PI.

regards,

Vikas

Former Member
0 Kudos

Hi Vikas

There are only two options, to create a soap project or a rest project.

There is no option to create a normal project

I have created a DT with two fields

Customer

PhoneNumber

I have made the url also. Please guide me how to test this with SOAP UI

i am using POST with HTTP_AAE adapter

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Midhun,

Yes,You can send a HTTP request using SOAP UI.

And got http webpages,google it.