cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter without any querystring

DG
Active Contributor
0 Kudos

Hi,

I have to configure communication from an Axis2c client to PI soap adapter. Unfortantly the Axis2c application strips the url after the question mark, it is thereby not possible to specify a service and channel.Are the any alternatives to use SOAP or HTTP without a question mark like defining the url without it?

I know it is a bit weird, so we migth find an other solution.

/daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Simple answer is NO, it is not possible (without party/channel/ service etc to process the request)

but it is worth a try to check if the URL encoding works.. though I have not tried..

for example sending the hex value of the "?" - %3F%

URL is a generic topic, you can search that to get more information

(ex : http://www.blooberry.com/indexdot/html/topics/urlencoding.htm)

Regards

Vishnu

DG
Active Contributor
0 Kudos

Nice idea. The use of %3F instead of ? worked on my .NET client but not on the Axis2c.

/Daniel

Answers (2)

Answers (2)

DG
Active Contributor
0 Kudos

There was a bug in the Axis client, which will be implemented.

Former Member
0 Kudos

Hi,

I don't think that it is possible, but maybe you have to enter the parameters in another way than directly in the url. Do you have checked this?

Regards

Patrick