cancel
Showing results for 
Search instead for 
Did you mean: 

Connector to SAP AII scanario

Former Member
0 Kudos

My scenario:

<b>Biztalk RFID ->Connector>XI--> SAP AII</b>

<b>We are not considering between Biztalk RFID to Connector.</b>We are bothered about<b> Connector to SAP AII</b>.Now our people say that,They dont want a folder concept where they will drop their XML content into a folder from where XI will pick it up throught File Adapter.

they want it to get picked up by XI directly from Connector.How is that can be done.Does anyone have any Idea or any suggestion.Plz guide me.

how can we achieve....

Message was edited by:

Raghavesh Reddy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Raghvesh,

here is the imp book link for you

http://www.patrick-theobald.de/postnuke/html/modules.php?op=modload&name=News&file=article&sid=12

here is the another book

Oleg Ovanesyan's book on amazon.com

have a look on this

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92333e6b-0b01-0010-9cbf-fecd62d6...

http://www.sap-press.com/product.cfm?account=&product=H1936

****PS: Reward points if use ful.****

Regards,

Sumit Gupta

Former Member
0 Kudos

Raghavesh,

ur scenario is <b>Connector-->XI--> SAP AII</b>

now u want to send some data directly from connector to SAP ALL via XI.

In that case u r having 2 options...

1)if u need to fetch data from Database u can use JDBC adapter to send data...

2)make ur .NET application as a webservice.....let the webservice send the required data to SAP ALL

in that case ur scenario will be SOAP->XI->Proxy/RFC

in the reciver side u can use...Proxy or RFC to send data to SAP ALL

u can use any XML editor like XML spy to send the data from Webservice to SAP ALL

regards

biplab

Former Member
0 Kudos

hi raghavesh,

which connector is it?

regards,

latika.

Former Member
0 Kudos

.net connector

Message was edited by:

Raghavesh Reddy

Former Member
0 Kudos

hi,

is it sap .net connector.

stiill...if it suits ur requirement....the .net connector can connect to any web service which can then send the message to xi using soap adapter.

hope it helps.

regards,

latika.

Former Member
0 Kudos

it is microsft .net connector...

If it is so...Then how to do it....Is it the same as u said....

what would be the sender and receiver

Former Member
0 Kudos

hi,

wen u r using .net connector u mst be connecting some other system with .net application. nw this .net application can xpose a webserive interface which can then be connected to xi using soap adapter. so ur sender here is this .net application.

[reward if helpful]

regards,

latika.

Former Member
0 Kudos

how can it be done Latika.....

U mean i should ask .net conncetor to expose a webservice thru URL and then consume that URL from SOAP...

Am i right.

Former Member
0 Kudos

Hi

Yes you are right

Thanks

Former Member
0 Kudos

hi raghavesh,

yes u need to xpose the functionality as webservice in .net (which shud be feasible) n then use soap. at rec any adapter depending on ur scenario idoc/rfc or proxies.

regards,

latika.

Former Member
0 Kudos

<b>U mean i should ask .net conncetor to expose a webservice thru URL and then consume that URL from SOAP...</b>

yes u r correct!!

check this scenario...

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]