SOAP service and Input data

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
customaware
Posts: 2403
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: SOAP service and Input data

Post by customaware »

Thanx a heap.

Keen to know what you find. ;-)
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

Hi,
I have tested and it is working on v6 (2023).
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
customaware
Posts: 2403
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: SOAP service and Input data

Post by customaware »

Hi Himanshu,

Thanx for coming back to me.

I have been struggling with this for a week now.

I don't suppose I could impose on you for a very small trivial demo bsv
that I could test please?
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

If you want to test your bsv...then i can do for you.

sorry for late replying.
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
customaware
Posts: 2403
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: SOAP service and Input data

Post by customaware »

Hi Himanshu,

Here is the bsv.
wsproviderbsv.zip
bsv file
(34.38 KiB) Downloaded 520 times
You can see the error when you hit my server....

http://ab-sense.com/app/services?wsdl

or

http://ab-sense.com/app/services/wsprovider?wsdl

The WSDD folder gets created.... Tomcat/webapps/app/WSDD and contains these two files...
WSDD Files.zip
WSDD Files
(634 Bytes) Downloaded 546 times
Would be great if you can spot the problem and if you can get it to work from a remote place.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

Could you also write a short workflow of app
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
customaware
Posts: 2403
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: SOAP service and Input data

Post by customaware »

Oh.... It is so simple and really I did it as a demo for myself.

The webservice consumer provides the call with the same parameters as the GENERATE_PWD function in aware.

The webservice provider.... that app... should receive the parameters into a BO IncomingParameters, it should then calculate a password using
the GENERATE_PWD function and return the result to the webservice consumer in a BO called CalculatedResult.

Is that what you mean?

The bsv does nothing else other than that.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

yeah it was simple...i done testing just before read your last message. all is working good to me...share me your email will send you the bsv and tell the changes i have done.
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
customaware
Posts: 2403
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: SOAP service and Input data

Post by customaware »

Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

mail sent please check (if not found in inbox then check spam) from [email protected]
Last edited by himanshu on Sun Feb 04, 2018 11:20 pm, edited 1 time in total.
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
bondicoffee
Posts: 130
Joined: Tue Dec 03, 2013 10:19 pm

Re: SOAP service and Input data

Post by bondicoffee »

Hi friends,

I am trying to invoke web services using SOAP protocol. I need to pass parameters like API id and Token. Can somebody please suggest how can I do it?

I tried adding the two params in intelligent BO and followed the instructions as per video tutorial by creating a BO in a process with this two parametes intialised. However, I am getting this error:
{http://xml.apache.org/axis/}stackTrace: org.xml.sax.SAXException: Unable to find entity definition that matches {serviceName}
himanshu
Posts: 723
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: SOAP service and Input data

Post by himanshu »

Send me your sample BSV will help you.
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
bondicoffee
Posts: 130
Joined: Tue Dec 03, 2013 10:19 pm

Re: SOAP service and Input data

Post by bondicoffee »

Hi Himanshu,

Thanks for replying and sorry for the late reply.

I am afraid I won't be able to send you the BSV as its a big application and I cannot cut short the BSV for soap response.

Can you tell me how to add parameters in SOAP Header in Awareim as I tested the request on SOAPUI and getting correct response?
softserv
Posts: 93
Joined: Mon Aug 01, 2016 12:52 am
Location: Jaipur, India
Contact:

Re: SOAP service and Input data

Post by softserv »

Hi,

Can you provide us the webservice that you are using?
Team SoftServ

V8.3 2628 |V8.2 2574 |V8.1 2475 | V8.0 2372 | V7.1 2240 | V6.0 2042 | V5.9 1894
MS SQL Server | MySQL
AWS | Azure | Google Cloud

Image
SoftServ - AwareIM
Post Reply