Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Web Service Activity problem

Avatar

Former Community Member
Hi,

I want used the "Invoke Web Service" activity but my "WSDL URL" don't work.

However, when I put my url (http://172.31.194.112:8080/contactRH/services/ContactRHAccess?wsdl) on IE, I can read my web service.

I think that don't work because this url have a bad type.

So, how can I load my web Service ?

Thanks
3 Replies

Avatar

Former Community Member
I have an error message :

" Error in loading WSDL : Type {http://www.w3.org/2001/XMLSchema}String is referenced but not defined. "

In my wsdl file I have : xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Is it wrong ?

Thanks

Avatar

Level 9
Hi Siham

It looks like you've got some sort of problem in your WSDL. Try using one of the Web Service test tools like SoapScope or SOAPUi and see what they say.

Howard

http://www.avoka.com

Avatar

Former Community Member
Hi,

Thanks,I have found the problem (type="xsd:string" and not type="xsd:String").

But, if I try to use an internet webservice (http://www.webservicex.net:85/LloydsRiskCodeService.asmx?wsdl or

http://api.google.com/GoogleSearch.wsdl) that doesn't work (connection timed out :connect or connection reset).

But if I use this web service on my computer, that work.(C:\...\name.wsdl).

So, when I say "that work" that mean my WSDL URL is loaded.

Is it normal?

Thanks.